By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-03T09:15:50.753Z||main|||||INFO|500||The following profiles are active: basic
2022-06-03T09:16:01.756Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-03T09:16:01.757Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-03T09:16:01.866Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-03T09:16:05.743Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-03T09:16:06.127Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-03T09:16:06.549Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-03T09:16:06.560Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-03T09:16:06.664Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-03T09:16:06.907Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-03T09:16:07.562Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-03T09:16:09.319Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-03T09:16:11.701Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-03T09:16:11.763Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-03T09:16:12.449Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-03T09:16:12.674Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-03T09:16:13.784Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-03T09:16:14.825Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-03T09:16:14.851Z||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$$b3d2088f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-03T09:16:14.852Z||main|||||WARN|500||The sdc end point is not alive
2022-06-03T09:16:17.978Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-03T09:16:21.205Z||main|||||WARN|500||---
2022-06-03T09:16:21.206Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-03T09:16:21.206Z||main|||||WARN|500||---
2022-06-03T09:16:21.769Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-03T09:16:27.408Z||main|||||INFO|500||Started Application in 39.646 seconds (JVM running for 41.786)
2022-06-03T09:16:27.449Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:16:27.453Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:16:27.467Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:16:27.513Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:16:27.581Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 71f0aaec-45c8-4987-9d00-d0a47415335e url= /sdc/v1/artifactTypes
2022-06-03T09:16:27.582Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:16:28.694Z||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.0.170] 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$$20670df7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-03T09:16:28.701Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@517d462f
2022-06-03T09:16:28.702Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:16:28.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:16:28.737Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:16:28.740Z||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$$20670df7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-03T09:17:17.399Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:17:17.399Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:17:17.400Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:17:17.403Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:17:17.413Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 265657ee-c6ed-4a36-8eae-3d4615fb8fa9 url= /sdc/v1/artifactTypes
2022-06-03T09:17:17.414Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:17:18.445Z||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.0.170] 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$$20670df7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-03T09:17:18.450Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a3355cb
2022-06-03T09:17:18.450Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:17:18.451Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:17:18.454Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:17:18.455Z||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$$20670df7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-03T09:18:07.399Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:18:07.400Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:18:07.401Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:18:07.406Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:18:07.412Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a0a978b8-fd43-40a2-b9ba-61b33b59acd6 url= /sdc/v1/artifactTypes
2022-06-03T09:18:07.412Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:18:08.458Z||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.0.170] 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$$20670df7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-03T09:18:08.460Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a288956
2022-06-03T09:18:08.460Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:18:08.461Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:18:08.461Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:18:08.462Z||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$$20670df7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-03T09:18:57.399Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:18:57.401Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:18:57.402Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:18:57.407Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:18:57.414Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54756e2f-3471-4d0f-a611-eea9898b97e2 url= /sdc/v1/artifactTypes
2022-06-03T09:18:57.414Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:18:58.442Z||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.0.170] 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$$20670df7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-03T09:18:58.443Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@609148a9
2022-06-03T09:18:58.443Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:18:58.444Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:18:58.444Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:18:58.446Z||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$$20670df7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-03T09:19:47.401Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:19:47.402Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:19:47.402Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:19:47.407Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:19:47.413Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 86afa99c-f8f9-475d-bb7f-fa8dfcc4d95c url= /sdc/v1/artifactTypes
2022-06-03T09:19:47.414Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:19:47.670Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-03T09:19:47.683Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-03T09:19:47.723Z||scheduling-1|||||DEBUG|500||create keys
2022-06-03T09:19:47.731Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-03T09:19:47.771Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:19:47.789Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 38acd993-1573-4561-9b53-643645d34fec url= /sdc/v1/registerForDistribution
2022-06-03T09:19:48.083Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 38acd993-1573-4561-9b53-643645d34fec url= /sdc/v1/registerForDistribution
2022-06-03T09:19:48.083Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-03T09:19:48.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:19:48.097Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:19:48.146Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-03T09:19:48.148Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:19:48.148Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:19:48.148Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:19:48.149Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:19:58.746Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:19:58.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:20:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:20:48.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:20:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:20:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:20:48.094Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:20:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:20:57.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:20:57.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:21:48.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:21:48.091Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:21:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:21:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:21:48.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:21:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:21:57.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:21:57.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:22:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:22:48.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:22:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:22:48.099Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:22:48.101Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:22:48.101Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:22:57.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:22:57.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:23:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:23:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:23:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:23:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:23:48.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:23:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:23:57.697Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:23:57.717Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:24:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:24:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:24:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:24:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:24:48.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:24:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:24:57.691Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:24:57.707Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:25:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:25:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:25:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:25:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:25:48.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:25:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:25:57.656Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:25:57.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:26:07.036Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-03T09:26:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:26:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:26:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:26:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:26:48.096Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:26:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:26:57.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:26:57.665Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:27:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:27:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:27:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:27:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:27:48.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:27:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:27:57.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:27:57.662Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:28:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:28:48.093Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:28:48.093Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:28:48.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:28:48.094Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:28:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:28:57.711Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:28:57.716Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:29:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:29:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:29:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:29:48.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:29:48.095Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:29:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:29:57.662Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:29:57.673Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:30:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:30:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:30:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:30:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:30:48.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:30:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:30:57.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:30:57.662Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:31:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:31:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:31:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:31:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:31:48.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:31:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:31:57.667Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:31:57.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:32:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:32:48.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:32:48.091Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:32:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:32:48.095Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:32:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:32:57.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:32:57.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:33:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:33:48.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:33:48.091Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:33:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:33:48.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:33:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:33:57.653Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:33:57.655Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:34:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:34:48.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:34:48.092Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:34:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:34:48.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:34:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:34:57.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:34:57.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:35:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:35:48.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:35:48.091Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:35:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:35:48.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:35:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:35:57.654Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:35:57.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:36:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:36:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:36:48.092Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:36:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:36:48.095Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:36:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:36:57.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:36:57.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:37:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:37:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:37:48.092Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:37:48.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:37:48.095Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:37:48.095Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:37:57.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:37:57.714Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:38:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:38:48.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:38:48.091Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:38:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:38:48.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:38:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:38:57.654Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:38:57.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:39:48.092Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:39:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:39:48.093Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:39:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:39:48.096Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:39:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:39:57.665Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:39:57.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:40:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:40:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:40:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:40:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:40:48.095Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:40:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:40:57.651Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:40:57.657Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:41:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:41:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:41:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:41:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:41:48.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:41:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:41:57.655Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:41:57.656Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:42:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:42:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:42:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:42:48.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:42:48.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:42:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:42:57.661Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:42:57.665Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:43:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:43:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:43:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:43:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:43:48.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:43:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:43:57.653Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:43:57.657Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:44:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:44:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:44:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:44:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:44:48.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:44:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:44:57.663Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:44:57.664Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:45:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:45:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:45:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:45:48.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:45:48.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:45:48.095Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:45:57.657Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:45:57.673Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:46:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:46:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:46:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:46:48.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:46:48.095Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:46:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:46:57.664Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:46:57.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:47:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:47:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:47:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:47:48.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:47:48.096Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:47:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:47:57.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:47:57.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:48:48.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:48:48.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:48:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:48:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:48:48.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:48:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:48:57.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:48:57.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:49:48.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:49:48.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:49:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:49:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:49:48.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:49:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:49:57.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:49:57.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:50:48.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:50:48.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:50:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:50:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:50:48.095Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:50:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:50:57.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:50:57.712Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:51:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:51:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:51:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:51:48.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:51:48.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:51:48.099Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:51:57.675Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:51:57.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:52:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:52:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:52:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:52:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:52:48.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:52:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:52:57.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:52:57.668Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:53:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:53:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:53:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:53:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:53:48.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:53:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:53:57.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:53:57.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:54:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:54:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:54:48.092Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:54:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:54:48.095Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:54:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:54:57.690Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:54:57.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:55:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:55:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:55:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:55:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:55:48.095Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:55:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:55:57.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:55:57.699Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:56:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:56:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:56:48.092Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:56:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:56:48.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:56:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:56:57.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:56:57.695Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:57:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:57:48.093Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:57:48.093Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:57:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:57:48.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:57:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:57:57.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:57:57.699Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:58:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:58:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:58:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:58:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:58:48.095Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:58:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:58:57.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:58:57.663Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:59:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:59:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:59:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:59:48.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:59:48.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:59:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:59:57.666Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T09:59:57.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:00:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:00:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:00:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:00:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:00:48.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:00:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:00:57.689Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:00:57.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:01:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:01:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:01:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:01:48.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:01:48.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:01:48.095Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:01:57.661Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:01:57.677Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:02:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:02:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:02:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:02:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:02:48.095Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:02:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:02:57.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:02:57.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:03:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:03:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:03:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:03:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:03:48.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:03:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:03:57.711Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:03:57.712Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:04:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:04:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:04:48.092Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:04:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:04:48.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:04:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:04:57.654Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:04:57.654Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:05:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:05:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:05:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:05:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:05:48.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:05:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:05:57.728Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:05:57.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:06:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:06:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:06:48.092Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:06:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:06:48.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:06:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:06:57.696Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:06:57.702Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:07:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:07:48.093Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:07:48.093Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:07:48.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:07:48.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:07:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:07:57.713Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:07:57.716Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:08:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:08:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:08:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:08:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:08:48.095Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:08:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:08:57.663Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:08:57.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:09:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:09:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:09:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:09:48.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:09:48.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:09:48.095Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:09:57.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:09:57.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:10:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:10:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:10:48.091Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:10:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:10:48.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:10:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:10:57.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:10:57.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:11:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:11:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:11:48.092Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:11:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:11:48.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:11:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:11:57.698Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:11:57.698Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:12:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:12:48.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:12:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:12:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:12:48.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:12:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:12:57.657Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:12:57.660Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:13:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:13:48.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:13:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:13:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:13:48.095Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:13:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:13:57.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:13:57.711Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:14:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:14:48.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:14:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:14:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:14:48.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:14:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:14:57.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:14:57.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:15:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:15:48.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:15:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:15:48.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:15:48.094Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:15:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:15:57.653Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:15:57.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:16:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:16:48.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:16:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:16:48.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:16:48.095Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:16:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:16:57.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:16:57.654Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:17:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:17:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:17:48.095Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:17:48.095Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:17:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:17:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:17:57.698Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:17:57.705Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:18:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:18:48.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:18:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:18:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:18:48.094Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:18:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:18:57.654Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:18:57.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:19:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:19:48.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:19:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:19:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:19:48.094Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:19:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:19:57.665Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:19:57.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:20:48.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:20:48.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:20:48.096Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:20:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:20:48.096Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:20:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:20:57.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:20:57.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:21:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:21:48.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:21:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:21:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:21:48.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:21:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:21:57.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:21:57.678Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:22:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:22:48.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:22:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:48.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:22:48.095Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:22:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:48.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:22:48.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "cds",
"timestamp": 1654251751080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251753071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "clamp",
"timestamp": 1654251749473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "policy-id",
"timestamp": 1654251759122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "cds",
"timestamp": 1654251751080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251753071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "clamp",
"timestamp": 1654251749473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T10:22:48.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251759601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "policy-id",
"timestamp": 1654251759122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "cds",
"timestamp": 1654251751080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251753071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "clamp",
"timestamp": 1654251749473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251759601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "policy-id",
"timestamp": 1654251759122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-03T10:22:48.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "cds",
"timestamp": 1654251751080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251753071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "clamp",
"timestamp": 1654251749473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251759601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "policy-id",
"timestamp": 1654251759122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "cds",
"timestamp": 1654251751080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251753071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "clamp",
"timestamp": 1654251749473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.656Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251759601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "policy-id",
"timestamp": 1654251759122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "cds",
"timestamp": 1654251751080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251753071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "clamp",
"timestamp": 1654251749473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251759601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251763854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "policy-id",
"timestamp": 1654251759122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "cds",
"timestamp": 1654251751080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:22:48.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251753071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "clamp",
"timestamp": 1654251749473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:22:48.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251759601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251763854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T10:22:48.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "policy-id",
"timestamp": 1654251759122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:22:48.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251759601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:22:48.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251763854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-03T10:22:48.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "cds",
"timestamp": 1654251766903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:22:48.673Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:22:48.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "policy-id",
"timestamp": 1654251767077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:22:48.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:22:48.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251767445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:22:48.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:22:48.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251763854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "cds",
"timestamp": 1654251767924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-03T10:22:48.735Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:22:48.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae85a1ca-3ceb-416c-96d4-fb8a6569aff0","serviceName":"basic_onboard_CQtPxm","serviceVersion":"1.0","serviceUUID":"3b8aa2dd-827a-4694-a536-3a8c226d20f3","serviceDescription":"service","serviceInvariantUUID":"013b72f1-10f3-4688-8c81-5296ef12474d","resources":[{"resourceInstanceName":"basic_onboard_CQtPxm 0","resourceName":"basic_onboard_CQtPxm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d1f9b87c-44a3-4cc2-afcd-577098878646","resourceInvariantUUID":"b764ef9f-099c-44e1-8d8d-dd02f7fece72","resourceCustomizationUUID":"afb78fbf-2246-4941-ba1a-914730a46844","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml","artifactChecksum":"YmVjNjNhMmI5OGY4YzliMDQzMjdlNDNjMDJmNDk0N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc30ee1e-45b7-475f-bf3d-4cef59a70401","artifactVersion":"1"},{"artifactName":"basic_onboard_cqtpxm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json","artifactChecksum":"MjU2MjQ1ZGY2YTRlZTBmZWIwOWJkYzVmNWI5NWM3NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"13c77c45-41c6-4c4d-9836-ff77a8a25695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"10fb98f3-8276-491d-be2a-47913f55ac20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f4dd5f1c-b2e9-40c0-b661-9aedab5ee0ac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8ac6e67c-34dd-4814-b038-3492b5beddf0","artifactVersion":"2","generatedFromUUID":"10fb98f3-8276-491d-be2a-47913f55ac20"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCqtpxm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml","artifactChecksum":"YWFlOWNjMzA0YmM3MzQ2Nzg4MGUxYzMyZTUzMjcyMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"580f97e6-ddfc-4d16-8145-a795c9fa2f89","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCqtpxm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar","artifactChecksum":"ZGI1YzVjOWZjYzQ1YTBhMWQyMWZmNmQ2YzI1NjBlMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03b2d5ac-56a7-4544-bad4-b788aa59603f","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:22:48.746Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:48.752Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:48.767Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:48.768Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:22:48.869Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:22:48.872Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:22:48.872Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:48.885Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
2022-06-03T10:22:48.889Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:22:48.890Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:22:48.904Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:22:48.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "policy-id",
"timestamp": 1654251768093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T10:22:48.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:22:48.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251763854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-03T10:22:48.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-03T10:22:48.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "policy-id",
"timestamp": 1654251769099,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:22:48.950Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
2022-06-03T10:22:48.950Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:22:49.776Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:49.776Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:49.778Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:49.779Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T10:22:49.879Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:22:49.880Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:22:49.880Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:49.897Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:22:49.897Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:22:50.779Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:50.780Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:50.782Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:50.782Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-03T10:22:50.882Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:22:50.883Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:22:50.883Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:50.901Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:22:50.901Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":2,"count":1}
2022-06-03T10:22:51.783Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:51.784Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:51.786Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:51.786Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:51.886Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:22:51.888Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:22:51.888Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:51.904Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:22:51.905Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:22:52.787Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:52.788Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:52.790Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:52.791Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-03T10:22:52.891Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:22:52.891Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:22:52.892Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:52.909Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:22:52.910Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:22:53.792Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:53.792Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:53.795Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:53.795Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:22:53.895Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:22:53.896Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:22:53.896Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:53.915Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:22:53.916Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:22:54.799Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:54.799Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:54.802Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:54.802Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:22:54.902Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:22:54.903Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:22:54.903Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:54.950Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:22:54.950Z||pool-9-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:22:55.805Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"serviceName": "basic_onboard_CQtPxm",
"serviceVersion": "1.0",
"serviceUUID": "3b8aa2dd-827a-4694-a536-3a8c226d20f3",
"serviceDescription": "service",
"serviceInvariantUUID": "013b72f1-10f3-4688-8c81-5296ef12474d",
"resources": [
{
"resourceInstanceName": "basic_onboard_CQtPxm 0",
"resourceCustomizationUUID": "afb78fbf-2246-4941-ba1a-914730a46844",
"resourceName": "basic_onboard_CQtPxm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d1f9b87c-44a3-4cc2-afcd-577098878646",
"resourceInvariantUUID": "b764ef9f-099c-44e1-8d8d-dd02f7fece72",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cqtpxm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"artifactChecksum": "MjU2MjQ1ZGY2YTRlZTBmZWIwOWJkYzVmNWI5NWM3NmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "13c77c45-41c6-4c4d-9836-ff77a8a25695",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "10fb98f3-8276-491d-be2a-47913f55ac20",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8ac6e67c-34dd-4814-b038-3492b5beddf0",
"generatedFromUUID": "10fb98f3-8276-491d-be2a-47913f55ac20"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8ac6e67c-34dd-4814-b038-3492b5beddf0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCqtpxm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"artifactChecksum": "ZGI1YzVjOWZjYzQ1YTBhMWQyMWZmNmQ2YzI1NjBlMmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "03b2d5ac-56a7-4544-bad4-b788aa59603f"
}
],
"workloadContext": "Production"
}
2022-06-03T10:22:55.806Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T10:22:55.806Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3b8aa2dd-827a-4694-a536-3a8c226d20f3 ASDC
2022-06-03T10:22:55.924Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
ServiceName:basic_onboard_CQtPxm
ServiceVersion:1.0
ServiceUUID:3b8aa2dd-827a-4694-a536-3a8c226d20f3
ServiceInvariantUUID:013b72f1-10f3-4688-8c81-5296ef12474d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCqtpxm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar
ArtifactUUID:03b2d5ac-56a7-4544-bad4-b788aa59603f
ArtifactChecksum:ZGI1YzVjOWZjYzQ1YTBhMWQyMWZmNmQ2YzI1NjBlMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CQtPxm 0
ResourceCustomizationUUID:afb78fbf-2246-4941-ba1a-914730a46844
ResourceInvariantUUID:b764ef9f-099c-44e1-8d8d-dd02f7fece72
ResourceName:basic_onboard_CQtPxm
ResourceType:VF
ResourceUUID:d1f9b87c-44a3-4cc2-afcd-577098878646
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cqtpxm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json
ArtifactUUID:13c77c45-41c6-4c4d-9836-ff77a8a25695
ArtifactChecksum:MjU2MjQ1ZGY2YTRlZTBmZWIwOWJkYzVmNWI5NWM3NmQ=
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/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:10fb98f3-8276-491d-be2a-47913f55ac20
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/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env
ArtifactUUID:8ac6e67c-34dd-4814-b038-3492b5beddf0
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/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env
ArtifactUUID:8ac6e67c-34dd-4814-b038-3492b5beddf0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-03T10:22:55.925Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b8aa2dd-827a-4694-a536-3a8c226d20f3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T10:22:55.980Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:22:55.981Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:22:55.982Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:22:55.982Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 03b2d5ac-56a7-4544-bad4-b788aa59603f from URL: /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:55.983Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:22:55.984Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:57.017Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:22:57.031Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar 03b2d5ac-56a7-4544-bad4-b788aa59603f 71585
2022-06-03T10:22:57.032Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar ASDC sendASDCNotification
2022-06-03T10:22:57.032Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:57.033Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:22:57.035Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:57.036Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:57.036Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251777031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:22:57.136Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:22:57.137Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:22:57.138Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:57.166Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:22:57.166Z||pool-10-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:22:58.037Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:22:58.038Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:22:58.038Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 03b2d5ac-56a7-4544-bad4-b788aa59603f, URL: /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar to file: /app/ASDC/1/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:58.039Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:58.119Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:58.119Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:58.740Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10752838945345398356/Definitions/service-BasicOnboardCqtpxm-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-03T10:23:00.546Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T10:23:00.551Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:23:00.551Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.551Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||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-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||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-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||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-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||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-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||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-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.553Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||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-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.553Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CQtPxm 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-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.553Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:23:00.559Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:00.560Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.565Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:00.565Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:23:00.566Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:23:00.568Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:00.568Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.569Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:00.569Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:23:00.569Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:23:00.569Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:00.569Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.573Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:00.573Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is not matching search criteria
2022-06-03T10:23:00.573Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-03T10:23:00.573Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-03T10:23:00.574Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-03T10:23:00.574Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T10:23:00.574Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T10:23:00.574Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:00.574Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:23:00.575Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:00.576Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:00.576Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:23:00.576Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:00.576Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:00.577Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:23:00.577Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:00.577Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:00.577Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:23:00.577Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:00.577Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is not matching search criteria
2022-06-03T10:23:00.578Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-03T10:23:00.578Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T10:23:00.578Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4d0b41cb-5d8b-4803-86ef-44146c2642ae
2022-06-03T10:23:00.578Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:00.578Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.578Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:00.579Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.579Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:00.579Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.579Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:00.579Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.580Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CQtPxm
Description:service
Model UUID:3b8aa2dd-827a-4694-a536-3a8c226d20f3
Model Version:NULL
Model InvariantUuid:013b72f1-10f3-4688-8c81-5296ef12474d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CQtPxm
Model UUID:67e5357e-c2f5-4a60-97ac-073bd104ac56
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b764ef9f-099c-44e1-8d8d-dd02f7fece72
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:afb78fbf-2246-4941-ba1a-914730a46844
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e8e57225-0bd3-4173-91f5-26a2d3f1b1c7
ModelName:BasicOnboardCqtpxm..base_ubuntu18..module-0
ModelUuid:24404e0a-aaaa-4ce4-aa48-3ec085b97385
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4d0b41cb-5d8b-4803-86ef-44146c2642ae
ModelInvariantUuid:d2795e5c-b36d-4165-8e3b-5366ca7d8b2d
ModelName:basic_onboard_CQtPxm-nodes.ubuntu18Cvfc
ModelUuid:c9545645-54e3-4a56-bc4e-579369f2f830
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f1928a3b-dfd9-4d55-976f-1e140d799247
ModelInvariantUuid:2475b7d1-b1cd-4c28-a2ad-291f909c3f39
ModelName:BasicOnboardCqtpxm.compute.nodes.heat.ubuntu18
ModelUuid:27293810-31da-4e56-a50f-66a624826400
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T10:23:00.591Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d1f9b87c-44a3-4cc2-afcd-577098878646
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:23:00.676Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||basic_onboard_CQtPxm 0
2022-06-03T10:23:00.683Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d1f9b87c-44a3-4cc2-afcd-577098878646
2022-06-03T10:23:00.683Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 13c77c45-41c6-4c4d-9836-ff77a8a25695 from URL: /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json
2022-06-03T10:23:00.683Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:23:00.684Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json
2022-06-03T10:23:00.904Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:23:00.905Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json 13c77c45-41c6-4c4d-9836-ff77a8a25695 798
2022-06-03T10:23:00.905Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json ASDC sendASDCNotification
2022-06-03T10:23:00.905Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json
2022-06-03T10:23:00.905Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:23:00.906Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:00.908Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:00.908Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251780905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:23:01.008Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:01.009Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:23:01.009Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:01.025Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:23:01.026Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:23:01.909Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCqtpxm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e8e57225-0bd3-4173-91f5-26a2d3f1b1c7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "24404e0a-aaaa-4ce4-aa48-3ec085b97385",
"vfModuleModelCustomizationUUID": "020bb78e-ea6e-4ba0-bd7b-67d541161627",
"isBase": true,
"artifacts": [
"10fb98f3-8276-491d-be2a-47913f55ac20",
"8ac6e67c-34dd-4814-b038-3492b5beddf0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-03T10:23:01.922Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCqtpxm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:24404e0a-aaaa-4ce4-aa48-3ec085b97385
VfModuleModelInvariantUUID:e8e57225-0bd3-4173-91f5-26a2d3f1b1c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
10fb98f3-8276-491d-be2a-47913f55ac20
,
8ac6e67c-34dd-4814-b038-3492b5beddf0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-03T10:23:01.925Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCqtpxm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e8e57225-0bd3-4173-91f5-26a2d3f1b1c7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "24404e0a-aaaa-4ce4-aa48-3ec085b97385",
"vfModuleModelCustomizationUUID": "020bb78e-ea6e-4ba0-bd7b-67d541161627",
"isBase": true,
"artifacts": [
"10fb98f3-8276-491d-be2a-47913f55ac20",
"8ac6e67c-34dd-4814-b038-3492b5beddf0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-03T10:23:01.925Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCqtpxm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:24404e0a-aaaa-4ce4-aa48-3ec085b97385
VfModuleModelInvariantUUID:e8e57225-0bd3-4173-91f5-26a2d3f1b1c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
10fb98f3-8276-491d-be2a-47913f55ac20
,
8ac6e67c-34dd-4814-b038-3492b5beddf0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-03T10:23:01.925Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 10fb98f3-8276-491d-be2a-47913f55ac20 from URL: /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml
2022-06-03T10:23:01.925Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:23:01.926Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml
2022-06-03T10:23:02.932Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:23:02.933Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml 10fb98f3-8276-491d-be2a-47913f55ac20 5033
2022-06-03T10:23:02.933Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-03T10:23:02.933Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml
2022-06-03T10:23:02.933Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:23:02.933Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:02.935Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:02.936Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251782933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:23:03.036Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:03.037Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:23:03.038Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:03.055Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:23:03.056Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-06-03T10:23:03.936Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8ac6e67c-34dd-4814-b038-3492b5beddf0 from URL: /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env
2022-06-03T10:23:03.937Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:23:03.937Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env
2022-06-03T10:23:04.843Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:23:04.843Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env 8ac6e67c-34dd-4814-b038-3492b5beddf0 909
2022-06-03T10:23:04.843Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-03T10:23:04.844Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env
2022-06-03T10:23:04.844Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:23:04.844Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:04.846Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:04.846Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251784843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:23:04.946Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:04.948Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:23:04.948Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:04.967Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:23:04.968Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:23:05.846Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3b8aa2dd-827a-4694-a536-3a8c226d20f3
2022-06-03T10:23:05.847Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CQtPxm 0 d1f9b87c-44a3-4cc2-afcd-577098878646 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:23:05.880Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d311909, org.onap.sdc.toscaparser.api.parameters.Input@647775d9, org.onap.sdc.toscaparser.api.parameters.Input@70a765ef, org.onap.sdc.toscaparser.api.parameters.Input@44d5058d, org.onap.sdc.toscaparser.api.parameters.Input@6189a54f]
2022-06-03T10:23:05.885Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.885Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.885Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-06-03T10:23:05.885Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= afb78fbf-2246-4941-ba1a-914730a46844
2022-06-03T10:23:05.885Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: afb78fbf-2246-4941-ba1a-914730a46844 matches Tosca VF Customization UUID: afb78fbf-2246-4941-ba1a-914730a46844
2022-06-03T10:23:05.886Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: afb78fbf-2246-4941-ba1a-914730a46844 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T10:23:05.892Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.892Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.893Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id afb78fbf-2246-4941-ba1a-914730a46844: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-03T10:23:05.893Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34012e61
2022-06-03T10:23:05.894Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.894Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:23:05.894Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 020bb78e-ea6e-4ba0-bd7b-67d541161627
2022-06-03T10:23:05.895Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 020bb78e-ea6e-4ba0-bd7b-67d541161627
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T10:23:05.901Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.901Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:05.901Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:23:05.902Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.902Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:05.902Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:23:05.903Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.903Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is not matching search criteria
2022-06-03T10:23:05.903Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-03T10:23:05.903Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T10:23:05.904Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4d0b41cb-5d8b-4803-86ef-44146c2642ae
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T10:23:05.910Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.910Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:05.911Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:23:05.911Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.911Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:05.911Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=afb78fbf-2246-4941-ba1a-914730a46844
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:23:05.913Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.913Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.914Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3b8aa2dd-827a-4694-a536-3a8c226d20f3: basic_onboard_CQtPxm
2022-06-03T10:23:05.914Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.914Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.915Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.915Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.915Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.915Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.916Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.916Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.916Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:23:05.916Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.917Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_CQtPxm
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:23:06.114Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CQtPxm d1f9b87c-44a3-4cc2-afcd-577098878646 1 ASDC deployResourceStructure
2022-06-03T10:23:06.114Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json ASDC sendASDCNotification
2022-06-03T10:23:06.115Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json
2022-06-03T10:23:06.115Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:23:06.115Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:06.117Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:06.117Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251786114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-03T10:23:06.217Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:06.218Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:23:06.218Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:06.237Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:23:06.238Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:23:07.118Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-03T10:23:07.118Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml
2022-06-03T10:23:07.118Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:23:07.118Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:07.120Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:07.120Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251787117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-03T10:23:07.220Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:07.221Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:23:07.222Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:07.247Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:23:07.248Z||pool-15-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:23:08.121Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-03T10:23:08.121Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env
2022-06-03T10:23:08.122Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:23:08.122Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:08.123Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:08.124Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251788121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-03T10:23:08.224Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:08.225Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:23:08.225Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:08.247Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:23:08.248Z||pool-16-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:23:09.125Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar ASDC sendASDCNotification
2022-06-03T10:23:09.125Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:09.125Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:23:09.125Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:09.127Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:09.127Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251789124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T10:23:09.227Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:09.228Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:23:09.229Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:09.251Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:23:09.252Z||pool-17-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:23:10.131Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:23:10.147Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:23:10.150Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:23:10.150Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:23:10.150Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:23:40.151Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:23:40.161Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:23:40.166Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:23:40.166Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:23:40.166Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:23:48.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:23:48.095Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:23:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:48.129Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:23:48.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T10:23:48.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251763854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:23:48.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-03T10:24:10.167Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:24:10.178Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:24:10.181Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:24:10.181Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:24:10.181Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:24:40.181Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:24:40.191Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:24:40.194Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:24:40.194Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:24:40.194Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:24:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:24:48.095Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:24:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:24:48.145Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:24:48.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:24:48.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:24:48.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:10.195Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:25:10.210Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:25:10.213Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:25:10.213Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:25:10.213Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:25:40.213Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:25:40.224Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:25:40.227Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:25:40.227Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:25:40.227Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:25:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:25:48.095Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:25:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:25:48.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:25:48.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251763854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:25:48.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "NOTIFIED"
}
2022-06-03T10:25:48.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251771816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.642Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-03T10:25:48.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251772395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T10:25:48.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251773220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251773416,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:25:48.652Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
2022-06-03T10:25:48.652Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:25:48.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-03T10:25:48.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251775123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251768090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:25:48.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251776217,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:25:48.671Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
2022-06-03T10:25:48.671Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T10:25:48.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251777226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-03T10:25:48.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "aai-ml",
"timestamp": 1654251776620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251777031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "aai-ml",
"timestamp": 1654251776620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "clamp",
"timestamp": 1654251779072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "aai-ml",
"timestamp": 1654251776620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "aai-ml",
"timestamp": 1654251776620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "clamp",
"timestamp": 1654251781086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T10:25:48.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "aai-ml",
"timestamp": 1654251776620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "clamp",
"timestamp": 1654251782096,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:25:48.691Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
2022-06-03T10:25:48.692Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:25:48.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251780905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "aai-ml",
"timestamp": 1654251776620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "aai-ml",
"timestamp": 1654251776620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:25:48.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:25:48.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251782933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "aai-ml",
"timestamp": 1654251785548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251784843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251786114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-03T10:25:48.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251787117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-03T10:25:48.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251788121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-03T10:25:48.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654251789124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T10:25:48.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "aai-ml",
"timestamp": 1654251802222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T10:25:48.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "aai-ml",
"timestamp": 1654251803230,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:25:48.713Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
2022-06-03T10:25:48.713Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:26:10.228Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:26:10.241Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:26:10.245Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:26:10.245Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T10:26:10.246Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T10:26:10.246Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T10:26:10.246Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-03T10:26:10.246Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-03T10:26:10.246Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-03T10:26:10.247Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-03T10:26:10.247Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-03T10:26:10.247Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-03T10:26:10.247Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:26:10.253Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T10:26:40.254Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T10:26:40.265Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 and serviceModelVersionId: 3b8aa2dd-827a-4694-a536-3a8c226d20f3
2022-06-03T10:26:40.266Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 013b72f1-10f3-4688-8c81-5296ef12474d
2022-06-03T10:26:48.102Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:26:48.103Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:26:48.104Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:26:48.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:26:48.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "cds",
"timestamp": 1654251961080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "clamp",
"timestamp": 1654251959473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251963854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "policy-id",
"timestamp": 1654251959122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "cds",
"timestamp": 1654251961080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "clamp",
"timestamp": 1654251959473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "NOTIFIED"
}
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251963854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "NOTIFIED"
}
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "policy-id",
"timestamp": 1654251959122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251969602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "cds",
"timestamp": 1654251961080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "clamp",
"timestamp": 1654251959473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251963854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "policy-id",
"timestamp": 1654251959122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251969602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "cds",
"timestamp": 1654251961080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "clamp",
"timestamp": 1654251959473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251963854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "policy-id",
"timestamp": 1654251959122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251969602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "clamp",
"timestamp": 1654251959473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "cds",
"timestamp": 1654251961080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251963854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "policy-id",
"timestamp": 1654251959122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251969602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251973071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "cds",
"timestamp": 1654251961080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "clamp",
"timestamp": 1654251959473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251963854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "policy-id",
"timestamp": 1654251959122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251969602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251973071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "cds",
"timestamp": 1654251961080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "clamp",
"timestamp": 1654251959473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:26:48.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251963854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:26:48.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "policy-id",
"timestamp": 1654251959122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:26:48.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251969602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251973071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251969602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:26:48.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251973071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251976812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "policy-id",
"timestamp": 1654251976822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "cds",
"timestamp": 1654251976952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251973071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "policy-id",
"timestamp": 1654251977829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T10:26:48.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "cds",
"timestamp": 1654251977959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:26:48.636Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
2022-06-03T10:26:48.637Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:26:48.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251978005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251973071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "policy-id",
"timestamp": 1654251978833,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:26:48.651Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
2022-06-03T10:26:48.651Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:26:48.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251978899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1654251973071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251980407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251981441,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:26:48.667Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
2022-06-03T10:26:48.667Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T10:26:48.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251982021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T10:26:48.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654251982446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "DEPLOY_OK"
}
2022-06-03T10:26:48.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654251983030,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:26:48.680Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
2022-06-03T10:26:48.680Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:26:48.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "clamp",
"timestamp": 1654251986100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "aai-ml",
"timestamp": 1654251986620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "clamp",
"timestamp": 1654251988109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "aai-ml",
"timestamp": 1654251986620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "clamp",
"timestamp": 1654251989117,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:26:48.694Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
2022-06-03T10:26:48.694Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:26:48.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "aai-ml",
"timestamp": 1654251986620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "aai-ml",
"timestamp": 1654251986620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "aai-ml",
"timestamp": 1654251986620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "aai-ml",
"timestamp": 1654251986620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "aai-ml",
"timestamp": 1654251986620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "aai-ml",
"timestamp": 1654251994952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "aai-ml",
"timestamp": 1654252008631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T10:26:48.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:54.810Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/013b72f1-10f3-4688-8c81-5296ef12474d/model-vers/model-ver/3b8aa2dd-827a-4694-a536-3a8c226d20f3?depth=0
2022-06-03T10:26:54.949Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T10:26:55.467Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013b72f1-10f3-4688-8c81-5296ef12474d/model-vers/model-ver/3b8aa2dd-827a-4694-a536-3a8c226d20f3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T10:26:55.472Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013b72f1-10f3-4688-8c81-5296ef12474d/model-vers/model-ver/3b8aa2dd-827a-4694-a536-3a8c226d20f3?depth=0|INFO|500||Invoke
2022-06-03T10:26:55.593Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013b72f1-10f3-4688-8c81-5296ef12474d/model-vers/model-ver/3b8aa2dd-827a-4694-a536-3a8c226d20f3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-03T10:26:57.033Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013b72f1-10f3-4688-8c81-5296ef12474d/model-vers/model-ver/3b8aa2dd-827a-4694-a536-3a8c226d20f3?depth=0|INFO|500||InvokeReturn
2022-06-03T10:26:57.035Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013b72f1-10f3-4688-8c81-5296ef12474d/model-vers/model-ver/3b8aa2dd-827a-4694-a536-3a8c226d20f3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220603-10:26:55:604-14553], vertex-id=[184448], Content-Length=[0], Date=[Fri, 03 Jun 2022 10:26:55 GMT], Content-Type=[application/json]}
2022-06-03T10:26:57.036Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-03T10:26:57.039Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T10:26:57.039Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:26:57.046Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T10:26:57.046Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T10:26:57.047Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T10:26:57.048Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:26:57.050Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:26:57.050Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252017047,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:26:57.150Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:26:57.151Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:26:57.151Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:26:57.173Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:26:57.174Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T10:26:58.062Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:26:58.063Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:26:58.063Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:02.692Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:02.694Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T10:27:02.694Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d","serviceName":"vFW 2022-06-03 10-22-25","serviceVersion":"1.0","serviceUUID":"f9c8b3ce-2bd3-4477-aaed-9a53c2df1004","serviceDescription":"catalog service description","serviceInvariantUUID":"317961fc-3d49-48dd-badb-bbc43c9c85a4","resources":[{"resourceInstanceName":"vFW d553b2d7-3fe9 0","resourceName":"vFW d553b2d7-3fe9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbef2f6f-f0e5-4572-a057-4abcf5efec77","resourceInvariantUUID":"e742299f-5272-4130-800c-41c59634b85a","resourceCustomizationUUID":"3b74080b-2c89-49a1-886c-d08a3ceb86c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml","artifactChecksum":"OGEzNjhjMzY1MmI1YWZmNzQyNGYzYTE3ZTFkMDEyOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d72d7edb-4bd8-4f4a-9b83-c375cc981821","artifactVersion":"1"},{"artifactName":"vfwd553b2d73fe90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json","artifactChecksum":"NTBjODA2YWZjZjgxY2I0ZDk0YTg5MzlhM2EyM2M4MWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a4f81ab-043a-41d0-8e8e-a7597e5c051d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3c5538dc-568f-4a03-984e-c783af054373","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml","artifactChecksum":"NTYzMGJhMDdlOGMwMjBkNjQ5MjA1MzFlYzRhNzY2N2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec3e98a8-8b6a-4ef3-96c3-3f5f66e01a34","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6ca9487-07ae-4446-803e-e67a1a23fac3","artifactVersion":"2","generatedFromUUID":"3c5538dc-568f-4a03-984e-c783af054373"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603102225-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml","artifactChecksum":"YjliYTcyYWY5OGRkNTk1NDlmM2U4Y2YxZjc2MjFjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce81ca29-7fe1-4ff7-8c2d-ada755b5a6cb","artifactVersion":"1"},{"artifactName":"service-Vfw20220603102225-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar","artifactChecksum":"OGMzZTZhNGFkMGIwZjI2YzQ1NDhiNDRjNzAwMjQxNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc57e880-8f42-421b-ba73-94959c180fba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T10:27:02.697Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:02.698Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:02.700Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:02.700Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:27:02.800Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:27:02.802Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:02.802Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:02.830Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:02.830Z||pool-19-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:03.701Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:03.702Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:03.704Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:03.704Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "NOTIFIED"
}
2022-06-03T10:27:03.804Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:03.805Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:03.805Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:03.835Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:03.836Z||pool-20-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:27:04.704Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:04.705Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:04.707Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:04.708Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-03T10:27:04.808Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:27:04.808Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:04.809Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:04.828Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:04.828Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:05.708Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:05.709Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:05.711Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:05.711Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:27:05.812Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T10:27:05.813Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:05.813Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:05.847Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:05.847Z||pool-22-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:06.713Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:06.714Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:06.716Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:06.716Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-03T10:27:06.816Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:06.817Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:06.817Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:06.841Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:06.842Z||pool-23-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:07.717Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:07.718Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:07.719Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:07.719Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:27:07.820Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:07.821Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:07.821Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:07.839Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:07.839Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:08.720Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:08.721Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:08.724Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:08.725Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:27:08.824Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:27:08.825Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:08.826Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:08.849Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:08.849Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:09.726Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"serviceName": "vFW 2022-06-03 10-22-25",
"serviceVersion": "1.0",
"serviceUUID": "f9c8b3ce-2bd3-4477-aaed-9a53c2df1004",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "317961fc-3d49-48dd-badb-bbc43c9c85a4",
"resources": [
{
"resourceInstanceName": "vFW d553b2d7-3fe9 0",
"resourceCustomizationUUID": "3b74080b-2c89-49a1-886c-d08a3ceb86c5",
"resourceName": "vFW d553b2d7-3fe9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fbef2f6f-f0e5-4572-a057-4abcf5efec77",
"resourceInvariantUUID": "e742299f-5272-4130-800c-41c59634b85a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd553b2d73fe90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"artifactChecksum": "NTBjODA2YWZjZjgxY2I0ZDk0YTg5MzlhM2EyM2M4MWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a4f81ab-043a-41d0-8e8e-a7597e5c051d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3c5538dc-568f-4a03-984e-c783af054373",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d6ca9487-07ae-4446-803e-e67a1a23fac3",
"generatedFromUUID": "3c5538dc-568f-4a03-984e-c783af054373"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d6ca9487-07ae-4446-803e-e67a1a23fac3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220603102225-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"artifactChecksum": "OGMzZTZhNGFkMGIwZjI2YzQ1NDhiNDRjNzAwMjQxNzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc57e880-8f42-421b-ba73-94959c180fba"
}
],
"workloadContext": "Production"
}
2022-06-03T10:27:09.727Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T10:27:09.727Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9c8b3ce-2bd3-4477-aaed-9a53c2df1004 ASDC
2022-06-03T10:27:09.727Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
ServiceName:vFW 2022-06-03 10-22-25
ServiceVersion:1.0
ServiceUUID:f9c8b3ce-2bd3-4477-aaed-9a53c2df1004
ServiceInvariantUUID:317961fc-3d49-48dd-badb-bbc43c9c85a4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603102225-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar
ArtifactUUID:fc57e880-8f42-421b-ba73-94959c180fba
ArtifactChecksum:OGMzZTZhNGFkMGIwZjI2YzQ1NDhiNDRjNzAwMjQxNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d553b2d7-3fe9 0
ResourceCustomizationUUID:3b74080b-2c89-49a1-886c-d08a3ceb86c5
ResourceInvariantUUID:e742299f-5272-4130-800c-41c59634b85a
ResourceName:vFW d553b2d7-3fe9
ResourceType:VF
ResourceUUID:fbef2f6f-f0e5-4572-a057-4abcf5efec77
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd553b2d73fe90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json
ArtifactUUID:5a4f81ab-043a-41d0-8e8e-a7597e5c051d
ArtifactChecksum:NTBjODA2YWZjZjgxY2I0ZDk0YTg5MzlhM2EyM2M4MWQ=
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/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml
ArtifactUUID:3c5538dc-568f-4a03-984e-c783af054373
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/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env
ArtifactUUID:d6ca9487-07ae-4446-803e-e67a1a23fac3
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/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env
ArtifactUUID:d6ca9487-07ae-4446-803e-e67a1a23fac3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-03T10:27:09.728Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9c8b3ce-2bd3-4477-aaed-9a53c2df1004 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T10:27:09.756Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:27:09.757Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:27:09.757Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:27:09.757Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fc57e880-8f42-421b-ba73-94959c180fba from URL: /sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:09.757Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:27:09.757Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:10.831Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:27:10.837Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar fc57e880-8f42-421b-ba73-94959c180fba 99000
2022-06-03T10:27:10.838Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar ASDC sendASDCNotification
2022-06-03T10:27:10.838Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:10.838Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:27:10.838Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:10.840Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:10.841Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252030838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:27:10.941Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:27:10.941Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:10.942Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:10.961Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:10.963Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:11.841Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:27:11.842Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:27:11.843Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: fc57e880-8f42-421b-ba73-94959c180fba, URL: /sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar to file: /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:11.844Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603102225-csar.csar
2022-06-03T10:27:11.844Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:11.844Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:12.026Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12838964444205868212/Definitions/service-Vfw20220603102225-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-03T10:27:14.158Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T10:27:14.159Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:27:14.159Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.160Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T10:27:14.160Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.160Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.161Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d553b2d7-3fe9 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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.161Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.161Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.162Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.162Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.162Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.163Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.163Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.163Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.164Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.164Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.164Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:27:14.165Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.165Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.165Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:14.166Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:27:14.166Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:27:14.167Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.167Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.167Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:14.168Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:27:14.168Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:27:14.169Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.169Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.170Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.170Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:14.170Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:14.171Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:14.171Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:27:14.171Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.172Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.172Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.172Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:27:14.173Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:27:14.173Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:27:14.173Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.174Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.174Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:27:14.174Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.175Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:27:14.175Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.176Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T10:27:14.176Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.176Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:27:14.177Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.177Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:14.177Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:14.178Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.178Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:14.178Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:14.179Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.179Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:14.180Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:14.180Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.180Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:14.181Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:14.181Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:14.181Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T10:27:14.181Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.183Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8e66a30-c0a4-44e1-b5f6-c7909ea16e2d
2022-06-03T10:27:14.183Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.183Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:14.183Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:14.183Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:27:14.185Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.185Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:27:14.187Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.188Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4c07517b-9fdd-4f6d-8069-b9f3f645423d
2022-06-03T10:27:14.188Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.188Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:14.188Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:14.188Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:14.189Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:27:14.189Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.189Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.189Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.189Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:27:14.189Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:27:14.190Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:27:14.190Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.190Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.190Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T10:27:14.191Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=287e73c5-c151-479b-b6cd-f406bf7cc9db
2022-06-03T10:27:14.191Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.191Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.191Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.191Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.192Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.192Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.192Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:14.192Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.192Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-03 10-22-25
Description:catalog service description
Model UUID:f9c8b3ce-2bd3-4477-aaed-9a53c2df1004
Model Version:NULL
Model InvariantUuid:317961fc-3d49-48dd-badb-bbc43c9c85a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d553b2d7-3fe9
Model UUID:21d3d2c6-e0bc-46d9-b5a3-d1f965b5e5b8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e742299f-5272-4130-800c-41c59634b85a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3b74080b-2c89-49a1-886c-d08a3ceb86c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e4a91a14-b025-4255-a220-b983fe7dbed3
ModelName:VfwD553b2d73fe9..base_vfw..module-0
ModelUuid:b4735ae9-29f9-4bb5-925f-e9a7f3e89bf1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d8e66a30-c0a4-44e1-b5f6-c7909ea16e2d
ModelInvariantUuid:f36a1843-2b08-4402-b80d-bcb5fac8a819
ModelName:vFW d553b2d7-3fe9-nodes.vfwCvfc
ModelUuid:06ab4860-d284-47c2-8e85-51cc70a866da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2a56bbd8-28ba-480e-8dc7-10a20c37b855
ModelInvariantUuid:54a13c24-094d-4743-9c06-a7aa1406dd64
ModelName:VfwD553b2d73fe9.compute.nodes.heat.vfw
ModelUuid:1d9e7275-0535-49b0-98f5-929b07b2c396
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4c07517b-9fdd-4f6d-8069-b9f3f645423d
ModelInvariantUuid:86c0a2bd-8668-49e5-aa61-88a8bc9bef44
ModelName:vFW d553b2d7-3fe9-nodes.vsnCvfc
ModelUuid:06405f14-e2e7-42ac-b175-b36f5ee9a092
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f72c96ea-945a-4529-be4d-a9362c0ea6fc
ModelInvariantUuid:18dde508-1a7f-4fff-ba12-78ff4f618f08
ModelName:VfwD553b2d73fe9.compute.nodes.heat.vsn
ModelUuid:3180ea4a-4822-46ed-9ef0-a05f87e3634b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:287e73c5-c151-479b-b6cd-f406bf7cc9db
ModelInvariantUuid:957acebd-c484-4b8b-9a1f-26a22f78a519
ModelName:vFW d553b2d7-3fe9-nodes.vpgCvfc
ModelUuid:4232c21d-e3de-4149-b8dc-63024e0aced0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:48199d83-afd0-4d60-83c1-032e7b10a8bf
ModelInvariantUuid:857e80ca-95e7-43dc-9ceb-27e186ea0454
ModelName:VfwD553b2d73fe9.compute.nodes.heat.vpg
ModelUuid:cc6f95b8-70c2-4472-b206-cecfe6dd371f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T10:27:14.201Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: fbef2f6f-f0e5-4572-a057-4abcf5efec77
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:27:14.204Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||vFW d553b2d7-3fe9 0
2022-06-03T10:27:14.204Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fbef2f6f-f0e5-4572-a057-4abcf5efec77
2022-06-03T10:27:14.205Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5a4f81ab-043a-41d0-8e8e-a7597e5c051d from URL: /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json
2022-06-03T10:27:14.205Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:27:14.205Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json
2022-06-03T10:27:15.319Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:27:15.320Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json 5a4f81ab-043a-41d0-8e8e-a7597e5c051d 785
2022-06-03T10:27:15.320Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json ASDC sendASDCNotification
2022-06-03T10:27:15.320Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json
2022-06-03T10:27:15.320Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:27:15.321Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:15.323Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:15.323Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252035320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:27:15.423Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:15.424Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:15.424Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:15.441Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:15.442Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:16.323Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD553b2d73fe9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e4a91a14-b025-4255-a220-b983fe7dbed3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b4735ae9-29f9-4bb5-925f-e9a7f3e89bf1",
"vfModuleModelCustomizationUUID": "da2755a0-0b0a-47dd-a380-246382b7b6bf",
"isBase": true,
"artifacts": [
"3c5538dc-568f-4a03-984e-c783af054373",
"d6ca9487-07ae-4446-803e-e67a1a23fac3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-03T10:27:16.328Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD553b2d73fe9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b4735ae9-29f9-4bb5-925f-e9a7f3e89bf1
VfModuleModelInvariantUUID:e4a91a14-b025-4255-a220-b983fe7dbed3
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c5538dc-568f-4a03-984e-c783af054373
,
d6ca9487-07ae-4446-803e-e67a1a23fac3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-03T10:27:16.330Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD553b2d73fe9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e4a91a14-b025-4255-a220-b983fe7dbed3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b4735ae9-29f9-4bb5-925f-e9a7f3e89bf1",
"vfModuleModelCustomizationUUID": "da2755a0-0b0a-47dd-a380-246382b7b6bf",
"isBase": true,
"artifacts": [
"3c5538dc-568f-4a03-984e-c783af054373",
"d6ca9487-07ae-4446-803e-e67a1a23fac3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-03T10:27:16.330Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD553b2d73fe9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b4735ae9-29f9-4bb5-925f-e9a7f3e89bf1
VfModuleModelInvariantUUID:e4a91a14-b025-4255-a220-b983fe7dbed3
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c5538dc-568f-4a03-984e-c783af054373
,
d6ca9487-07ae-4446-803e-e67a1a23fac3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-03T10:27:16.330Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3c5538dc-568f-4a03-984e-c783af054373 from URL: /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml
2022-06-03T10:27:16.330Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:27:16.330Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml
2022-06-03T10:27:16.931Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:27:16.932Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml 3c5538dc-568f-4a03-984e-c783af054373 20368
2022-06-03T10:27:16.932Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T10:27:16.932Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml
2022-06-03T10:27:16.933Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:27:16.933Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:16.935Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:16.935Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252036932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:27:17.035Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:17.036Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:17.036Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:17.055Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:17.056Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:27:17.936Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d6ca9487-07ae-4446-803e-e67a1a23fac3 from URL: /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env
2022-06-03T10:27:17.936Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:27:17.937Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env
2022-06-03T10:27:18.317Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:27:18.317Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env d6ca9487-07ae-4446-803e-e67a1a23fac3 2098
2022-06-03T10:27:18.318Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T10:27:18.318Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env
2022-06-03T10:27:18.318Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:27:18.318Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:18.320Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:18.320Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252038318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:27:18.420Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:27:18.421Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:18.422Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:18.449Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:18.450Z||pool-29-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:19.321Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f9c8b3ce-2bd3-4477-aaed-9a53c2df1004
2022-06-03T10:27:19.322Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d553b2d7-3fe9 0 fbef2f6f-f0e5-4572-a057-4abcf5efec77 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:27:19.345Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34faa049, org.onap.sdc.toscaparser.api.parameters.Input@46394617, org.onap.sdc.toscaparser.api.parameters.Input@8b48880, org.onap.sdc.toscaparser.api.parameters.Input@11cfa370, org.onap.sdc.toscaparser.api.parameters.Input@7056a1e8]
2022-06-03T10:27:19.347Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.348Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.348Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-06-03T10:27:19.348Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 3b74080b-2c89-49a1-886c-d08a3ceb86c5
2022-06-03T10:27:19.348Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b74080b-2c89-49a1-886c-d08a3ceb86c5 matches Tosca VF Customization UUID: 3b74080b-2c89-49a1-886c-d08a3ceb86c5
2022-06-03T10:27:19.348Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 3b74080b-2c89-49a1-886c-d08a3ceb86c5 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T10:27:19.351Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.351Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.352Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 3b74080b-2c89-49a1-886c-d08a3ceb86c5: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-03T10:27:19.352Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c37d2db
2022-06-03T10:27:19.352Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.353Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:27:19.353Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : da2755a0-0b0a-47dd-a380-246382b7b6bf
2022-06-03T10:27:19.353Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID da2755a0-0b0a-47dd-a380-246382b7b6bf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T10:27:19.355Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.356Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:19.356Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:19.356Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.357Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:19.357Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:19.357Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.357Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:19.358Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:19.358Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:19.358Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T10:27:19.358Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:27:19.359Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:27:19.359Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.359Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:19.359Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:27:19.360Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:19.360Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:27:19.360Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.360Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8e66a30-c0a4-44e1-b5f6-c7909ea16e2d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T10:27:19.363Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.363Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:19.363Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:19.364Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.364Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:19.364Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:19.364Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:19.365Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:27:19.365Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:19.365Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.365Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.366Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:27:19.366Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T10:27:19.366Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:27:19.366Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:19.367Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:27:19.367Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.367Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4c07517b-9fdd-4f6d-8069-b9f3f645423d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T10:27:19.369Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.370Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:19.370Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:19.373Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.374Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:19.374Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:19.374Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:19.374Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:27:19.375Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:19.375Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.375Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.375Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:27:19.376Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:27:19.376Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:27:19.376Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.376Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:19.377Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T10:27:19.377Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=287e73c5-c151-479b-b6cd-f406bf7cc9db
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T10:27:19.379Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.380Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:19.380Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:19.380Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.380Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:19.381Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=3b74080b-2c89-49a1-886c-d08a3ceb86c5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:27:19.383Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.383Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.383Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f9c8b3ce-2bd3-4477-aaed-9a53c2df1004: vFW d553b2d7-3fe9
2022-06-03T10:27:19.384Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.384Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.384Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.384Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.385Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.385Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.385Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.385Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.386Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:27:19.386Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.386Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-03 10-22-25
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:27:19.554Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d553b2d7-3fe9 fbef2f6f-f0e5-4572-a057-4abcf5efec77 1 ASDC deployResourceStructure
2022-06-03T10:27:19.554Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json ASDC sendASDCNotification
2022-06-03T10:27:19.555Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json
2022-06-03T10:27:19.555Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:27:19.555Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:19.556Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:19.557Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252039554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "DEPLOY_OK"
}
2022-06-03T10:27:19.657Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:19.657Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:19.658Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:19.678Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:19.678Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:27:20.558Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T10:27:20.558Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml
2022-06-03T10:27:20.558Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:27:20.558Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:20.560Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:20.560Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252040557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-03T10:27:20.661Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:20.662Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:20.662Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:20.696Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:20.697Z||pool-31-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:21.561Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T10:27:21.562Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env
2022-06-03T10:27:21.562Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:27:21.562Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:21.564Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:21.564Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252041561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-03T10:27:21.664Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:21.665Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:21.665Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:21.687Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:21.687Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:27:22.567Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar ASDC sendASDCNotification
2022-06-03T10:27:22.567Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:22.567Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:27:22.567Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:22.572Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:22.572Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252042566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T10:27:22.669Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-03T10:27:22.670Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:27:22.670Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:22.720Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:22.720Z||pool-33-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:23.573Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:27:23.586Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:27:23.589Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:27:23.589Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:27:23.589Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:27:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:27:48.097Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:27:48.097Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:48.134Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:27:48.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:27:48.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "aai-ml",
"timestamp": 1654252009638,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:27:48.146Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
2022-06-03T10:27:48.146Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:27:53.590Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:27:53.605Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-03T10:27:53.609Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-03T10:27:53.609Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-03T10:27:53.609Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:27:53.613Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T10:28:23.613Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T10:28:23.622Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d and serviceModelVersionId: f9c8b3ce-2bd3-4477-aaed-9a53c2df1004
2022-06-03T10:28:23.622Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 317961fc-3d49-48dd-badb-bbc43c9c85a4
2022-06-03T10:28:23.623Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0
2022-06-03T10:28:23.631Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T10:28:23.692Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0|INFO|500||Invoke
2022-06-03T10:28:23.693Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19ddbead-f3ca-4a14-ae87-61f9fb1fdfa8], X-ECOMP-RequestID=[6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d], X-TransactionId=[], X-ONAP-RequestID=[6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d], Content-Type=[application/merge-patch+json]}
2022-06-03T10:28:23.725Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-03T10:28:24.161Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?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/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220603-10:28:23:733-42131], vertex-id=[421976], Content-Length=[0], Date=[Fri, 03 Jun 2022 10:28:23 GMT], Content-Type=[application/json]}
2022-06-03T10:28:24.162Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-03T10:28:24.162Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0|INFO|500||InvokeReturn
2022-06-03T10:28:24.163Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T10:28:24.165Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:28:24.177Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T10:28:24.177Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T10:28:24.178Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T10:28:24.178Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:24.181Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:24.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252104178,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:28:24.282Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:24.283Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:28:24.283Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:24.304Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:24.305Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T10:28:25.203Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:28:25.203Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:28:25.204Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:34.783Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:34.784Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:28:34.784Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:28:34.785Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:44.337Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:44.337Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:28:44.338Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:28:44.338Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:28:48.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:28:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:48.128Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:48.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252017047,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "NOTIFIED"
}
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-03T10:28:48.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-03T10:28:48.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:28:48.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-03T10:28:48.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-03T10:28:48.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-03T10:28:48.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:28:48.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-03T10:28:48.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252018062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252030838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252035320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252036932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252038318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252039554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
"status": "DEPLOY_OK"
}
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252040557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252041561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252042566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:49.519Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:49.520Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T10:28:49.520Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e212cd0d-d361-4afb-b5dc-f1cba521c958","serviceName":"vFW 2022-06-03 10-25-05","serviceVersion":"1.0","serviceUUID":"36fd20a5-df11-48be-a670-df505398cd3e","serviceDescription":"catalog service description","serviceInvariantUUID":"dbc37276-0783-4d2c-a7c6-f74ee33b6dd7","resources":[{"resourceInstanceName":"vFW 8c377e98-f3a8 0","resourceName":"vFW 8c377e98-f3a8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cccdf345-0395-4de3-931a-683f50511d9b","resourceInvariantUUID":"74963e8d-4bad-440e-bfd4-cc10ae6eba6b","resourceCustomizationUUID":"d5d30852-9364-4ea6-9d5e-e53b3f9274ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vf-license-model.xml","artifactChecksum":"OGRhZDUwMjAxZGUwNWNlY2M5ZTMwZDVlZDU2NWFmMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73cb6424-da48-414c-8bc7-870031bb6d30","artifactVersion":"1"},{"artifactName":"vfw8c377e98f3a80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json","artifactChecksum":"NWU3NTFlMmUxNjAzMTQ3NzA5NjZhNzYwMmZhN2YxMTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdd277d-f205-4c0f-9714-9a9021f86203","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ab12bfb4-8961-4abd-8bb2-8d3e65610c36","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vendor-license-model.xml","artifactChecksum":"MmM2ZTRlYmI5MDIwMTRiODFkZjNjZGQ2ZjYzNzEyYWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fcb6f1db-fb33-46ea-ac02-81e4cebc45f6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"115ed1b8-a4c0-4667-a595-002e6a9743d1","artifactVersion":"2","generatedFromUUID":"ab12bfb4-8961-4abd-8bb2-8d3e65610c36"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603102505-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-template.yml","artifactChecksum":"NTZiMjM3YjRiN2QwMjFhZTE4NmM3NjEwNjFiZmE3YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0f73a54-1793-45ae-93ce-e241aa357caa","artifactVersion":"1"},{"artifactName":"service-Vfw20220603102505-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar","artifactChecksum":"ZmY4MTQxOTI5YzEyYzY3N2M4Mjg5OWIxYjk0NDBlNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c358602-aba8-409f-a438-f2cbd1beb36a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T10:28:49.524Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:49.525Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:49.527Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:49.527Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252124337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:28:49.627Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:49.628Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:28:49.629Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:49.651Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:49.651Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:28:50.528Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:50.529Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:50.532Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:50.532Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252124337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
"status": "NOTIFIED"
}
2022-06-03T10:28:50.632Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:50.633Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:28:50.633Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:50.655Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:50.655Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:28:51.533Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:51.534Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:51.536Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:51.537Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252124337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-03T10:28:51.637Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:28:51.638Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:28:51.638Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:51.663Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:51.663Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:28:52.538Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:52.539Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:52.563Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:52.564Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252124337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:28:52.641Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-06-03T10:28:52.642Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:28:52.643Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:52.662Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:52.663Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:28:53.564Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:53.565Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:53.568Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:53.568Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252124337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-03T10:28:53.668Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:53.669Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:28:53.669Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:53.695Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:53.696Z||pool-39-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:28:54.568Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:54.569Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:54.572Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:54.572Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252124337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-03T10:28:54.672Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:54.673Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:28:54.674Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:54.696Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:54.697Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:28:55.572Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:55.573Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:55.576Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:55.576Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252124337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
"status": "NOTIFIED"
}
2022-06-03T10:28:55.676Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:55.677Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:28:55.677Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:55.714Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:55.714Z||pool-41-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:28:56.578Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
"serviceName": "vFW 2022-06-03 10-25-05",
"serviceVersion": "1.0",
"serviceUUID": "36fd20a5-df11-48be-a670-df505398cd3e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "dbc37276-0783-4d2c-a7c6-f74ee33b6dd7",
"resources": [
{
"resourceInstanceName": "vFW 8c377e98-f3a8 0",
"resourceCustomizationUUID": "d5d30852-9364-4ea6-9d5e-e53b3f9274ef",
"resourceName": "vFW 8c377e98-f3a8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cccdf345-0395-4de3-931a-683f50511d9b",
"resourceInvariantUUID": "74963e8d-4bad-440e-bfd4-cc10ae6eba6b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8c377e98f3a80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
"artifactChecksum": "NWU3NTFlMmUxNjAzMTQ3NzA5NjZhNzYwMmZhN2YxMTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bcdd277d-f205-4c0f-9714-9a9021f86203",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ab12bfb4-8961-4abd-8bb2-8d3e65610c36",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "115ed1b8-a4c0-4667-a595-002e6a9743d1",
"generatedFromUUID": "ab12bfb4-8961-4abd-8bb2-8d3e65610c36"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "115ed1b8-a4c0-4667-a595-002e6a9743d1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220603102505-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
"artifactChecksum": "ZmY4MTQxOTI5YzEyYzY3N2M4Mjg5OWIxYjk0NDBlNTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2c358602-aba8-409f-a438-f2cbd1beb36a"
}
],
"workloadContext": "Production"
}
2022-06-03T10:28:56.579Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T10:28:56.579Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 36fd20a5-df11-48be-a670-df505398cd3e ASDC
2022-06-03T10:28:56.579Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e212cd0d-d361-4afb-b5dc-f1cba521c958
ServiceName:vFW 2022-06-03 10-25-05
ServiceVersion:1.0
ServiceUUID:36fd20a5-df11-48be-a670-df505398cd3e
ServiceInvariantUUID:dbc37276-0783-4d2c-a7c6-f74ee33b6dd7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603102505-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar
ArtifactUUID:2c358602-aba8-409f-a438-f2cbd1beb36a
ArtifactChecksum:ZmY4MTQxOTI5YzEyYzY3N2M4Mjg5OWIxYjk0NDBlNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8c377e98-f3a8 0
ResourceCustomizationUUID:d5d30852-9364-4ea6-9d5e-e53b3f9274ef
ResourceInvariantUUID:74963e8d-4bad-440e-bfd4-cc10ae6eba6b
ResourceName:vFW 8c377e98-f3a8
ResourceType:VF
ResourceUUID:cccdf345-0395-4de3-931a-683f50511d9b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8c377e98f3a80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json
ArtifactUUID:bcdd277d-f205-4c0f-9714-9a9021f86203
ArtifactChecksum:NWU3NTFlMmUxNjAzMTQ3NzA5NjZhNzYwMmZhN2YxMTk=
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/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml
ArtifactUUID:ab12bfb4-8961-4abd-8bb2-8d3e65610c36
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/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env
ArtifactUUID:115ed1b8-a4c0-4667-a595-002e6a9743d1
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/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env
ArtifactUUID:115ed1b8-a4c0-4667-a595-002e6a9743d1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-03T10:28:56.580Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36fd20a5-df11-48be-a670-df505398cd3e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:28:56.622Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:28:56.622Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:28:56.623Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:28:56.623Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2c358602-aba8-409f-a438-f2cbd1beb36a from URL: /sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar
2022-06-03T10:28:56.623Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:28:56.623Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar
2022-06-03T10:28:57.514Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:28:57.519Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar 2c358602-aba8-409f-a438-f2cbd1beb36a 99022
2022-06-03T10:28:57.519Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar ASDC sendASDCNotification
2022-06-03T10:28:57.519Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar
2022-06-03T10:28:57.519Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:28:57.520Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:57.522Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:57.522Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252137519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:28:57.622Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:57.624Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:28:57.624Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:57.650Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:28:57.651Z||pool-42-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:28:58.522Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:28:58.524Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:28:58.524Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2c358602-aba8-409f-a438-f2cbd1beb36a, URL: /sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar to file: /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:28:58.525Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603102505-csar.csar
2022-06-03T10:28:58.525Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:28:58.525Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:28:58.752Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5979442723312387184/Definitions/service-Vfw20220603102505-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-03T10:29:00.730Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T10:29:00.731Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:29:00.731Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.731Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T10:29:00.731Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.731Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.731Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.732Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.732Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.732Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.732Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8c377e98-f3a8 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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.732Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.732Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.733Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.733Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.733Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.733Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.733Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:29:00.733Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.734Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.734Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:00.734Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:29:00.735Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:29:00.735Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.735Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.735Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:00.735Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:29:00.736Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:29:00.736Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.736Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.736Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.737Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is not matching search criteria
2022-06-03T10:29:00.737Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:29:00.737Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:29:00.737Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.737Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.738Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.738Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:29:00.738Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:29:00.738Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:29:00.739Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:29:00.739Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.739Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.739Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:29:00.739Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.740Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:29:00.740Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.740Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T10:29:00.740Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.740Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:29:00.741Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.741Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:00.741Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:29:00.741Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.742Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:00.742Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:29:00.742Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.742Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:00.742Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:29:00.743Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.743Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is not matching search criteria
2022-06-03T10:29:00.743Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:29:00.743Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T10:29:00.744Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:29:00.744Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:29:00.744Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:29:00.744Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.744Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.745Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:29:00.745Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.745Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:29:00.745Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.745Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3635af5f-3f86-494b-939e-ad7725edc225
2022-06-03T10:29:00.746Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.746Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is not matching search criteria
2022-06-03T10:29:00.746Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:29:00.746Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:29:00.747Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.747Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.747Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.747Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:29:00.747Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:29:00.748Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T10:29:00.748Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:29:00.748Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.748Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:29:00.748Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.749Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=abedb641-dbd8-45dd-83b0-976203d84744
2022-06-03T10:29:00.749Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.749Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is not matching search criteria
2022-06-03T10:29:00.749Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:29:00.749Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:29:00.750Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.750Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.750Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.750Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:29:00.750Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:29:00.751Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:29:00.751Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:29:00.751Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.751Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.751Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T10:29:00.752Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bd1341e8-a9b4-4479-af59-ef7d798a75f5
2022-06-03T10:29:00.752Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.752Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.752Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.753Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.753Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.753Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.753Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:00.753Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.754Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-03 10-25-05
Description:catalog service description
Model UUID:36fd20a5-df11-48be-a670-df505398cd3e
Model Version:NULL
Model InvariantUuid:dbc37276-0783-4d2c-a7c6-f74ee33b6dd7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8c377e98-f3a8
Model UUID:1b3331b0-cdfb-47de-aeeb-8afa36bdff2f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:74963e8d-4bad-440e-bfd4-cc10ae6eba6b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d5d30852-9364-4ea6-9d5e-e53b3f9274ef
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8c236217-482f-411d-94c8-2b8fdebc1899
ModelName:Vfw8c377e98F3a8..base_vfw..module-0
ModelUuid:9cec6d6b-ae4f-49de-b444-87d4d41dd4ed
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3635af5f-3f86-494b-939e-ad7725edc225
ModelInvariantUuid:8ffcd77e-8975-4cb6-8591-301129ac3f85
ModelName:vFW 8c377e98-f3a8-nodes.vfwCvfc
ModelUuid:80983cf4-0249-4fbe-9eba-e11ef951afac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:91777202-4829-4c3b-818e-40a629a38eba
ModelInvariantUuid:36bb8b9a-ebaf-480c-a8b0-d69a21c76374
ModelName:Vfw8c377e98F3a8.compute.nodes.heat.vfw
ModelUuid:60085e55-bbb3-422e-8939-a0d93348cb37
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:abedb641-dbd8-45dd-83b0-976203d84744
ModelInvariantUuid:38a40370-473b-4294-a4b7-65545a84fc7c
ModelName:vFW 8c377e98-f3a8-nodes.vsnCvfc
ModelUuid:e72cec5c-3afc-4054-9699-5ba46626705e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d06856d1-3ce0-46a5-bdc8-03f6d2ac37ed
ModelInvariantUuid:17e1a244-22d4-4ea9-955d-0fdd21e27809
ModelName:Vfw8c377e98F3a8.compute.nodes.heat.vsn
ModelUuid:db9bb7a1-5035-43d1-8cab-fc3ab110483e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bd1341e8-a9b4-4479-af59-ef7d798a75f5
ModelInvariantUuid:be752e65-9bc3-40ef-988b-d9bb4a1e4089
ModelName:vFW 8c377e98-f3a8-nodes.vpgCvfc
ModelUuid:b832b18b-4805-45c1-a0d4-3d52da202920
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:75c6913b-067e-4c7e-9f56-7887f97e27a9
ModelInvariantUuid:ed52b49b-cdf5-4a59-81e9-1df8cbda3ae1
ModelName:Vfw8c377e98F3a8.compute.nodes.heat.vpg
ModelUuid:3b5fcc65-69a2-4182-b436-e7f6899e2354
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T10:29:00.763Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: cccdf345-0395-4de3-931a-683f50511d9b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:29:00.766Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||vFW 8c377e98-f3a8 0
2022-06-03T10:29:00.766Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cccdf345-0395-4de3-931a-683f50511d9b
2022-06-03T10:29:00.766Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bcdd277d-f205-4c0f-9714-9a9021f86203 from URL: /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json
2022-06-03T10:29:00.767Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:29:00.767Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json
2022-06-03T10:29:01.598Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:29:01.599Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json bcdd277d-f205-4c0f-9714-9a9021f86203 785
2022-06-03T10:29:01.599Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json ASDC sendASDCNotification
2022-06-03T10:29:01.599Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json
2022-06-03T10:29:01.599Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:29:01.600Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:29:01.602Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:29:01.602Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252141599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:29:01.702Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:29:01.703Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:29:01.703Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:29:01.719Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:29:01.720Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:29:02.603Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8c377e98F3a8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8c236217-482f-411d-94c8-2b8fdebc1899",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9cec6d6b-ae4f-49de-b444-87d4d41dd4ed",
"vfModuleModelCustomizationUUID": "1270436c-465c-400e-b75d-bd2ef907f1d8",
"isBase": true,
"artifacts": [
"ab12bfb4-8961-4abd-8bb2-8d3e65610c36",
"115ed1b8-a4c0-4667-a595-002e6a9743d1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-03T10:29:02.607Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8c377e98F3a8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9cec6d6b-ae4f-49de-b444-87d4d41dd4ed
VfModuleModelInvariantUUID:8c236217-482f-411d-94c8-2b8fdebc1899
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab12bfb4-8961-4abd-8bb2-8d3e65610c36
,
115ed1b8-a4c0-4667-a595-002e6a9743d1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-03T10:29:02.608Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8c377e98F3a8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8c236217-482f-411d-94c8-2b8fdebc1899",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9cec6d6b-ae4f-49de-b444-87d4d41dd4ed",
"vfModuleModelCustomizationUUID": "1270436c-465c-400e-b75d-bd2ef907f1d8",
"isBase": true,
"artifacts": [
"ab12bfb4-8961-4abd-8bb2-8d3e65610c36",
"115ed1b8-a4c0-4667-a595-002e6a9743d1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-03T10:29:02.609Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8c377e98F3a8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9cec6d6b-ae4f-49de-b444-87d4d41dd4ed
VfModuleModelInvariantUUID:8c236217-482f-411d-94c8-2b8fdebc1899
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab12bfb4-8961-4abd-8bb2-8d3e65610c36
,
115ed1b8-a4c0-4667-a595-002e6a9743d1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-03T10:29:02.609Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ab12bfb4-8961-4abd-8bb2-8d3e65610c36 from URL: /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml
2022-06-03T10:29:02.609Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:29:02.609Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml
2022-06-03T10:29:02.899Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:29:02.900Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml ab12bfb4-8961-4abd-8bb2-8d3e65610c36 20368
2022-06-03T10:29:02.900Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T10:29:02.901Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml
2022-06-03T10:29:02.901Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:29:02.901Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:29:02.902Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:29:02.902Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252142900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:29:03.003Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:29:03.004Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:29:03.004Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:29:03.027Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:29:03.028Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":5,"count":1}
2022-06-03T10:29:03.903Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 115ed1b8-a4c0-4667-a595-002e6a9743d1 from URL: /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env
2022-06-03T10:29:03.904Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:29:03.904Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env
2022-06-03T10:29:04.310Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:29:04.311Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env 115ed1b8-a4c0-4667-a595-002e6a9743d1 2098
2022-06-03T10:29:04.311Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T10:29:04.311Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env
2022-06-03T10:29:04.312Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:29:04.312Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:29:04.314Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:29:04.314Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654252144311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-03T10:29:04.415Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:29:04.415Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:29:04.416Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:29:04.436Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-03T10:29:04.436Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:29:05.315Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 36fd20a5-df11-48be-a670-df505398cd3e
2022-06-03T10:29:05.316Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8c377e98-f3a8 0 cccdf345-0395-4de3-931a-683f50511d9b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:29:05.333Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dbe88cd, org.onap.sdc.toscaparser.api.parameters.Input@2773b944, org.onap.sdc.toscaparser.api.parameters.Input@62168f99, org.onap.sdc.toscaparser.api.parameters.Input@7659f23d, org.onap.sdc.toscaparser.api.parameters.Input@7f28f4db]
2022-06-03T10:29:05.335Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-03T10:29:05.335Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:05.335Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-06-03T10:29:05.335Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d5d30852-9364-4ea6-9d5e-e53b3f9274ef
2022-06-03T10:29:05.335Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5d30852-9364-4ea6-9d5e-e53b3f9274ef matches Tosca VF Customization UUID: d5d30852-9364-4ea6-9d5e-e53b3f9274ef
2022-06-03T10:29:05.336Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d5d30852-9364-4ea6-9d5e-e53b3f9274ef matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T10:29:05.338Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive