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-11-17T21:09:14.600Z||main|||||INFO|500||The following profiles are active: basic
2022-11-17T21:09:26.787Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-17T21:09:26.788Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-17T21:09:26.901Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-17T21:09:31.323Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-17T21:09:31.802Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-17T21:09:32.352Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-17T21:09:32.362Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-17T21:09:32.527Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-17T21:09:32.842Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-17T21:09:33.712Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-17T21:09:36.788Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-17T21:09:39.393Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-17T21:09:39.452Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-17T21:09:40.051Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-17T21:09:40.358Z||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-11-17T21:09:41.667Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-17T21:09:42.749Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-17T21:09:42.781Z||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$$af915e9a.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-11-17T21:09:42.782Z||main|||||WARN|500||The sdc end point is not alive
2022-11-17T21:09:46.207Z||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-11-17T21:09:48.992Z||main|||||WARN|500||---
2022-11-17T21:09:48.993Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-17T21:09:48.993Z||main|||||WARN|500||---
2022-11-17T21:09:49.430Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-17T21:09:54.219Z||main|||||INFO|500||Started Application in 43.142 seconds (JVM running for 45.428)
2022-11-17T21:09:54.232Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-17T21:09:54.239Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-17T21:09:54.252Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-17T21:09:54.276Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-17T21:09:54.320Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd1a1924-6ece-45c7-8540-7a1a8671f6b9 url= /sdc/v1/artifactTypes
2022-11-17T21:09:54.320Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-17T21:09:55.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.23.105] 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$$1b186d92.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-11-17T21:09:55.446Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e34af2a
2022-11-17T21:09:55.447Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-17T21:09:55.464Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-17T21:09:55.466Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-17T21:09:55.468Z||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$$1b186d92.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-11-17T21:10:44.214Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-17T21:10:44.217Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-17T21:10:44.217Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-17T21:10:44.223Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-17T21:10:44.256Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc7adee2-0580-4aea-b204-4b8722acf88a url= /sdc/v1/artifactTypes
2022-11-17T21:10:44.257Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-17T21:10:45.331Z||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.23.105] 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$$1b186d92.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-11-17T21:10:45.332Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3cd6b6d7
2022-11-17T21:10:45.333Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-17T21:10:45.333Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-17T21:10:45.334Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-17T21:10:45.335Z||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$$1b186d92.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-11-17T21:11:34.212Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-17T21:11:34.213Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-17T21:11:34.214Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-17T21:11:34.217Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-17T21:11:34.226Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a26bd7d-45b9-42a9-b4b5-30408c76ddc6 url= /sdc/v1/artifactTypes
2022-11-17T21:11:34.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-17T21:11:35.282Z||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.23.105] 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$$1b186d92.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-11-17T21:11:35.284Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@580142c8
2022-11-17T21:11:35.284Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-17T21:11:35.284Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-17T21:11:35.285Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-17T21:11:35.286Z||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$$1b186d92.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-11-17T21:12:24.216Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-17T21:12:24.218Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-17T21:12:24.218Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-17T21:12:24.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-17T21:12:24.239Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 878e9e9c-bfb7-4560-af07-801a9383c37b url= /sdc/v1/artifactTypes
2022-11-17T21:12:24.240Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-17T21:12:25.295Z||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.23.105] 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$$1b186d92.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-11-17T21:12:25.296Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2aef0227
2022-11-17T21:12:25.297Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-17T21:12:25.297Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-17T21:12:25.298Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-17T21:12:25.300Z||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$$1b186d92.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-11-17T21:13:14.214Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-17T21:13:14.215Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-17T21:13:14.215Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-17T21:13:14.222Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-17T21:13:14.237Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c7a45e15-e303-4c93-a5ab-87f162cf6871 url= /sdc/v1/artifactTypes
2022-11-17T21:13:14.237Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-17T21:13:15.286Z||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.23.105] 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$$1b186d92.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-11-17T21:13:15.287Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a80d022
2022-11-17T21:13:15.288Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-17T21:13:15.288Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-17T21:13:15.288Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-17T21:13:15.289Z||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$$1b186d92.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-11-17T21:14:04.212Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-17T21:14:04.213Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-17T21:14:04.213Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-17T21:14:04.217Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-17T21:14:04.222Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba316150-3328-4dc5-8ead-20bdb86d6a86 url= /sdc/v1/artifactTypes
2022-11-17T21:14:04.222Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-17T21:14:04.596Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-17T21:14:04.606Z||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-11-17T21:14:04.645Z||scheduling-1|||||DEBUG|500||create keys
2022-11-17T21:14:04.657Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-17T21:14:04.688Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:14:04.707Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9441c769-c420-4f5d-b620-fa0186ff2cbf url= /sdc/v1/registerForDistribution
2022-11-17T21:14:05.010Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9441c769-c420-4f5d-b620-fa0186ff2cbf url= /sdc/v1/registerForDistribution
2022-11-17T21:14:05.011Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-17T21:14:05.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:14:05.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:14:05.031Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-17T21:14:05.037Z||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-11-17T21:14:05.037Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:14:05.037Z||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-11-17T21:14:05.038Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:14:15.338Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:14:15.400Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:15:05.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:15:05.025Z||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-11-17T21:15:05.026Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:15:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:15:05.028Z||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-11-17T21:15:05.032Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:15:14.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:15:14.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:16:05.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:16:05.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:16:05.021Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:16:05.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:16:05.023Z||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-11-17T21:16:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:16:14.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:16:14.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:17:05.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:17:05.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:17:05.021Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:17:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:17:05.023Z||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-11-17T21:17:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:17:14.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:17:14.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:18:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:18:05.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:18:05.024Z||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-11-17T21:18:05.024Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:18:05.024Z||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-11-17T21:18:05.025Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:18:14.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:18:14.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:19:05.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:19:05.021Z||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-11-17T21:19:05.021Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:19:05.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:19:05.023Z||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-11-17T21:19:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:19:14.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:19:14.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:19:21.829Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-17T21:20:05.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:20:05.021Z||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-11-17T21:20:05.021Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:20:05.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:20:05.024Z||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-11-17T21:20:05.024Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:20:14.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:20:14.588Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:21:05.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:21:05.021Z||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-11-17T21:21:05.021Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:21:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:21:05.024Z||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-11-17T21:21:05.024Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:21:14.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:21:14.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:22:05.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:22:05.021Z||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-11-17T21:22:05.021Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:22:05.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:22:05.023Z||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-11-17T21:22:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:22:14.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:22:14.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:23:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:23:05.021Z||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-11-17T21:23:05.021Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:23:05.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:23:05.023Z||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-11-17T21:23:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:23:14.577Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:23:14.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:24:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:24:05.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:24:05.022Z||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-11-17T21:24:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:24:05.023Z||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-11-17T21:24:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:24:14.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:24:14.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:25:05.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:25:05.020Z||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-11-17T21:25:05.021Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:25:05.022Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:25:05.023Z||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-11-17T21:25:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:25:14.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:25:14.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:26:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:26:05.021Z||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-11-17T21:26:05.021Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:26:05.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:26:05.023Z||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-11-17T21:26:05.024Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:26:14.572Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:26:14.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:27:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:27:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:27:05.022Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:27:05.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:27:05.025Z||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-11-17T21:27:05.025Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:27:14.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:27:14.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:28:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:28:05.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:28:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:28:05.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:28:05.023Z||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-11-17T21:28:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:28:14.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:28:14.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:29:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:29:05.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:29:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:29:05.022Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:29:05.023Z||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-11-17T21:29:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:29:14.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:29:14.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:30:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:30:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:30:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:30:05.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:30:05.023Z||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-11-17T21:30:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:30:14.571Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:30:14.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:31:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:31:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:31:05.022Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:31:05.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:31:05.023Z||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-11-17T21:31:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:31:14.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:31:14.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:32:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:32:05.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:32:05.023Z||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-11-17T21:32:05.023Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:32:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:32:05.023Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:32:14.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:32:14.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:33:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:33:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:33:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:33:05.022Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:33:05.022Z||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-11-17T21:33:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:33:14.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:33:14.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:34:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:34:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:34:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:34:05.022Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:34:05.023Z||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-11-17T21:34:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:34:14.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:34:14.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:35:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:35:05.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:35:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:35:05.022Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:35:05.023Z||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-11-17T21:35:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:35:14.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:35:14.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:36:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:36:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:36:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:36:05.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:36:05.023Z||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-11-17T21:36:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:36:14.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:36:14.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:37:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:37:05.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:37:05.020Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:37:05.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:37:05.023Z||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-11-17T21:37:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:37:14.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:37:14.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:38:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:38:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:38:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:38:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:38:05.023Z||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-11-17T21:38:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:38:14.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:38:14.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:39:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:39:05.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:39:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:39:05.022Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:39:05.022Z||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-11-17T21:39:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:39:14.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:39:14.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:40:05.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:40:05.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:40:05.024Z||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-11-17T21:40:05.024Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:40:05.024Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:40:05.026Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:40:14.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:40:14.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:41:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:41:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:41:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:41:05.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:41:05.022Z||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-11-17T21:41:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:41:14.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:41:14.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:42:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:42:05.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:42:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:42:05.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:42:05.023Z||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-11-17T21:42:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:42:14.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:42:14.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:43:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:43:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:43:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:43:05.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:43:05.024Z||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-11-17T21:43:05.025Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:43:14.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:43:14.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:44:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:44:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:44:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:44:05.022Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:44:05.023Z||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-11-17T21:44:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:44:14.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:44:14.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:45:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:45:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:45:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:45:05.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:45:05.023Z||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-11-17T21:45:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:45:14.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:45:14.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:46:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:46:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:46:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:46:05.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:46:05.022Z||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-11-17T21:46:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:46:14.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:46:14.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:47:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:47:05.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:47:05.020Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:47:05.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:47:05.023Z||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-11-17T21:47:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:47:14.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:47:14.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:48:05.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:48:05.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:48:05.024Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:48:05.024Z||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-11-17T21:48:05.024Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:48:05.024Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:48:14.586Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:48:14.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:49:05.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:49:05.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:49:05.022Z||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-11-17T21:49:05.022Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:49:05.023Z||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-11-17T21:49:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:49:14.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:49:14.572Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:50:05.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:50:05.021Z||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-11-17T21:50:05.021Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:50:05.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:50:05.023Z||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-11-17T21:50:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:50:14.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:50:14.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:51:05.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:51:05.021Z||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-11-17T21:51:05.022Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:51:05.022Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:51:05.023Z||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-11-17T21:51:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:51:14.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:51:14.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:52:05.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:52:05.021Z||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-11-17T21:52:05.021Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:52:05.022Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:52:05.023Z||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-11-17T21:52:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:52:14.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:52:14.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:53:05.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:53:05.020Z||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-11-17T21:53:05.021Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:53:05.022Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:53:05.022Z||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-11-17T21:53:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:53:14.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:53:14.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:54:05.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:54:05.022Z||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-11-17T21:54:05.022Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:54:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:54:05.023Z||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-11-17T21:54:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:54:14.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:54:14.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:55:05.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:55:05.020Z||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-11-17T21:55:05.021Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:55:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:55:05.022Z||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-11-17T21:55:05.022Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:55:14.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:55:14.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:56:05.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:56:05.021Z||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-11-17T21:56:05.021Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:56:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:56:05.023Z||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-11-17T21:56:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:56:14.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:56:14.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:57:05.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:57:05.022Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:57:05.024Z||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-11-17T21:57:05.024Z||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-11-17T21:57:05.024Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:57:05.024Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:57:14.610Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:57:14.611Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:58:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:58:05.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:58:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:58:05.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:58:05.025Z||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-11-17T21:58:05.025Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:58:14.571Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:58:14.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:59:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:59:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T21:59:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T21:59:05.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T21:59:05.023Z||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-11-17T21:59:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T21:59:14.570Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T21:59:14.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:00:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:00:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:00:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:00:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:00:05.023Z||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-11-17T22:00:05.024Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:00:14.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:00:14.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:01:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:01:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:01:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:01:05.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:01:05.023Z||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-11-17T22:01:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:01:14.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:01:14.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:02:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:02:05.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:02:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:02:05.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:02:05.023Z||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-11-17T22:02:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:02:14.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:02:14.571Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:03:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:03:05.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:03:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:03:05.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:03:05.023Z||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-11-17T22:03:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:03:14.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:03:14.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:04:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:04:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:04:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:04:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:04:05.023Z||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-11-17T22:04:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:04:14.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:04:14.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:05:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:05:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:05:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:05:05.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:05:05.023Z||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-11-17T22:05:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:05:14.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:05:14.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:06:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:06:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:06:05.022Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:06:05.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:06:05.023Z||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-11-17T22:06:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:06:14.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:06:14.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:07:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:07:05.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:07:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:07:05.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:07:05.022Z||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-11-17T22:07:05.022Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:07:14.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:07:14.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:08:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:08:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:08:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:08:05.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:08:05.023Z||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-11-17T22:08:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:08:14.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:08:14.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:09:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:09:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:09:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:09:05.022Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:09:05.023Z||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-11-17T22:09:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:09:14.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:09:14.570Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:10:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:10:05.022Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:10:05.022Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:10:05.022Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:10:05.023Z||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-11-17T22:10:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:10:14.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:10:14.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:05.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:11:05.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:11:05.020Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:11:05.023Z||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-11-17T22:11:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:05.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:05.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T22:11:05.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4875ab9d-1ea4-4aa7-89fa-be65a04d1a14","serviceName":"basic_onboard_QsTbSA","serviceVersion":"1.0","serviceUUID":"a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8","serviceDescription":"service","serviceInvariantUUID":"404a3a85-c1f3-4a49-b7c4-99dd48a0c270","resources":[{"resourceInstanceName":"basic_onboard_QsTbSA 0","resourceName":"basic_onboard_QsTbSA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71049ea9-05f4-4d4d-a2c5-e37cf8671bb2","resourceInvariantUUID":"54f8da66-7116-4b3e-a7f3-5e1415d46185","resourceCustomizationUUID":"97d78802-ab04-4348-8730-1ca6fddb959c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vf-license-model.xml","artifactChecksum":"NjA4OTliNjM0OGU0YWI4YTE5NjA2NzJkMzg3Mzc3NmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cee7d611-9ebb-42bb-95c3-1fd1e7aebc89","artifactVersion":"1"},{"artifactName":"basic_onboard_qstbsa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json","artifactChecksum":"ZTdkMmRlMGEzM2JmZmNiNDRiNDQzOGFlMjkzMDFiNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38372dc4-60ed-4a5e-aa66-75e377bcf56b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e774f170-778f-4f0d-8044-b355f5cd3ee6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2160c45-8934-4e73-a56e-14b6d02ab05e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38d79b83-f36c-477b-aefb-e70d365acbf4","artifactVersion":"2","generatedFromUUID":"e774f170-778f-4f0d-8044-b355f5cd3ee6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQstbsa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-template.yml","artifactChecksum":"MzY3NDU5ZTVkMmY2YmE2ZDExZWM1MWY4NTNmZTFmMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8330a119-1f08-4df0-bbbd-2b92dd699851","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQstbsa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar","artifactChecksum":"NjEwYzI2MzYwNmYwOTMzNTc2YzUzODQ0NDdkOTE4NDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c7755dd7-029b-4403-9a57-66857c844b68","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-17T22:11:05.996Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:11:06.004Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:06.016Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:06.017Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:11:06.116Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-17T22:11:06.121Z||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-11-17T22:11:06.121Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:06.132Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:06.133Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:11:06.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:06.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T22:11:06.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723060556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:11:06.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-17T22:11:07.026Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:11:07.026Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:07.028Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:07.028Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"status": "NOTIFIED"
}
2022-11-17T22:11:07.128Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:11:07.130Z||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-11-17T22:11:07.130Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:07.141Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:07.142Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:11:08.029Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:11:08.029Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:08.031Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:08.032Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-17T22:11:08.132Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:11:08.133Z||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-11-17T22:11:08.133Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:08.147Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:08.148Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:11:09.032Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:11:09.033Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:09.035Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:09.036Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:11:09.136Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:11:09.137Z||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-11-17T22:11:09.137Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:09.147Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:09.147Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:11:10.036Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:11:10.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:10.041Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:10.041Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-17T22:11:10.141Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:11:10.142Z||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-11-17T22:11:10.142Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:10.153Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:10.154Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:11:11.041Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:11:11.042Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:11.045Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:11.045Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:11:11.145Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:11:11.146Z||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-11-17T22:11:11.146Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:11.157Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:11.157Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:11:12.045Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:11:12.047Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:12.049Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:12.049Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:11:12.149Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T22:11:12.150Z||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-11-17T22:11:12.150Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:12.161Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:12.161Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:11:13.053Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"serviceName": "basic_onboard_QsTbSA",
"serviceVersion": "1.0",
"serviceUUID": "a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8",
"serviceDescription": "service",
"serviceInvariantUUID": "404a3a85-c1f3-4a49-b7c4-99dd48a0c270",
"resources": [
{
"resourceInstanceName": "basic_onboard_QsTbSA 0",
"resourceCustomizationUUID": "97d78802-ab04-4348-8730-1ca6fddb959c",
"resourceName": "basic_onboard_QsTbSA",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "71049ea9-05f4-4d4d-a2c5-e37cf8671bb2",
"resourceInvariantUUID": "54f8da66-7116-4b3e-a7f3-5e1415d46185",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qstbsa0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"artifactChecksum": "ZTdkMmRlMGEzM2JmZmNiNDRiNDQzOGFlMjkzMDFiNzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "38372dc4-60ed-4a5e-aa66-75e377bcf56b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e774f170-778f-4f0d-8044-b355f5cd3ee6",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38d79b83-f36c-477b-aefb-e70d365acbf4",
"generatedFromUUID": "e774f170-778f-4f0d-8044-b355f5cd3ee6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38d79b83-f36c-477b-aefb-e70d365acbf4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQstbsa-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"artifactChecksum": "NjEwYzI2MzYwNmYwOTMzNTc2YzUzODQ0NDdkOTE4NDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c7755dd7-029b-4403-9a57-66857c844b68"
}
],
"workloadContext": "Production"
}
2022-11-17T22:11:13.054Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-17T22:11:13.055Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8 ASDC
2022-11-17T22:11:13.223Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
ServiceName:basic_onboard_QsTbSA
ServiceVersion:1.0
ServiceUUID:a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8
ServiceInvariantUUID:404a3a85-c1f3-4a49-b7c4-99dd48a0c270
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQstbsa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar
ArtifactUUID:c7755dd7-029b-4403-9a57-66857c844b68
ArtifactChecksum:NjEwYzI2MzYwNmYwOTMzNTc2YzUzODQ0NDdkOTE4NDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QsTbSA 0
ResourceCustomizationUUID:97d78802-ab04-4348-8730-1ca6fddb959c
ResourceInvariantUUID:54f8da66-7116-4b3e-a7f3-5e1415d46185
ResourceName:basic_onboard_QsTbSA
ResourceType:VF
ResourceUUID:71049ea9-05f4-4d4d-a2c5-e37cf8671bb2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qstbsa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json
ArtifactUUID:38372dc4-60ed-4a5e-aa66-75e377bcf56b
ArtifactChecksum:ZTdkMmRlMGEzM2JmZmNiNDRiNDQzOGFlMjkzMDFiNzE=
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/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e774f170-778f-4f0d-8044-b355f5cd3ee6
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/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env
ArtifactUUID:38d79b83-f36c-477b-aefb-e70d365acbf4
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/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env
ArtifactUUID:38d79b83-f36c-477b-aefb-e70d365acbf4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-17T22:11:13.223Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8 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-11-17T22:11:13.500Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T22:11:13.501Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-17T22:11:13.503Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-17T22:11:13.503Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c7755dd7-029b-4403-9a57-66857c844b68 from URL: /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:13.503Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-17T22:11:13.505Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:13.635Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-17T22:11:13.654Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar c7755dd7-029b-4403-9a57-66857c844b68 75311
2022-11-17T22:11:13.655Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar ASDC sendASDCNotification
2022-11-17T22:11:13.655Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:13.657Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T22:11:13.658Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:13.660Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:13.660Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723073654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:11:13.760Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T22:11:13.762Z||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-11-17T22:11:13.762Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:13.776Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:13.776Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:11:14.661Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T22:11:14.662Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-17T22:11:14.666Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c7755dd7-029b-4403-9a57-66857c844b68, URL: /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar to file: /app/ASDC/1/service-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:14.666Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:14.752Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:14.752Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:15.389Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9446994244652049407/Definitions/service-BasicOnboardQstbsa-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-17T22:11:17.343Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-17T22:11:17.348Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-17T22:11:17.348Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:17.349Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-17T22:11:17.349Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:17.349Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||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-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:17.349Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QsTbSA 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:17.349Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||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-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:17.349Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||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-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:17.349Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:17.350Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||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-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:17.350Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-17T22:11:17.356Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:17.357Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:17.361Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QsTbSA 0 is matching search criteria
2022-11-17T22:11:17.361Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-17T22:11:17.363Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QsTbSA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T22:11:17.365Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:17.365Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:17.365Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QsTbSA 0 is matching search criteria
2022-11-17T22:11:17.366Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-17T22:11:17.366Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QsTbSA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T22:11:17.366Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:17.366Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:17.369Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:17.370Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QsTbSA 0 is not matching search criteria
2022-11-17T22:11:17.370Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-17T22:11:17.370Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-17T22:11:17.370Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-17T22:11:17.370Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-17T22:11:17.371Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-17T22:11:17.371Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:17.371Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T22:11:17.372Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:17.372Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QsTbSA 0 is matching search criteria
2022-11-17T22:11:17.372Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QsTbSA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:11:17.373Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:17.373Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QsTbSA 0 is matching search criteria
2022-11-17T22:11:17.373Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QsTbSA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:11:17.373Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:17.373Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QsTbSA 0 is matching search criteria
2022-11-17T22:11:17.374Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QsTbSA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:11:17.374Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:17.374Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QsTbSA 0 is not matching search criteria
2022-11-17T22:11:17.374Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-17T22:11:17.374Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-17T22:11:17.374Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b109effb-548b-4cde-adc6-7880a3da6426
2022-11-17T22:11:17.375Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:17.375Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:17.375Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:17.375Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:17.375Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:17.376Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:17.376Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:17.376Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:17.376Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_QsTbSA
Description:service
Model UUID:a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8
Model Version:NULL
Model InvariantUuid:404a3a85-c1f3-4a49-b7c4-99dd48a0c270
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_QsTbSA
Model UUID:694fecd1-ea6c-44f4-909a-6b322ff7113d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:54f8da66-7116-4b3e-a7f3-5e1415d46185
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:97d78802-ab04-4348-8730-1ca6fddb959c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:26f8f809-6e68-4c86-a686-cbe541f84cf9
ModelName:BasicOnboardQstbsa..base_ubuntu18..module-0
ModelUuid:04bd5f0c-fb50-4346-9c47-124dcb23d71c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b109effb-548b-4cde-adc6-7880a3da6426
ModelInvariantUuid:6c2ab64d-1e06-4751-8cb4-c2ce1cca0074
ModelName:basic_onboard_QsTbSA-nodes.ubuntu18Cvfc
ModelUuid:70d185eb-d51d-496a-806f-43dccd6df2b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3238d37f-d401-4252-bb1d-7c9b0f0fef9d
ModelInvariantUuid:18bb2fc3-d19c-4ccb-81a7-8fc21e5f20c2
ModelName:BasicOnboardQstbsa.compute.nodes.heat.ubuntu18
ModelUuid:90a520ad-6099-49e8-b29c-f3eaa28805b1
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-11-17T22:11:17.396Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 71049ea9-05f4-4d4d-a2c5-e37cf8671bb2
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-11-17T22:11:17.487Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||basic_onboard_QsTbSA 0
2022-11-17T22:11:17.501Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71049ea9-05f4-4d4d-a2c5-e37cf8671bb2
2022-11-17T22:11:17.501Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 38372dc4-60ed-4a5e-aa66-75e377bcf56b from URL: /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json
2022-11-17T22:11:17.501Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-17T22:11:17.502Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json
2022-11-17T22:11:17.569Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-17T22:11:17.570Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json 38372dc4-60ed-4a5e-aa66-75e377bcf56b 798
2022-11-17T22:11:17.571Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json ASDC sendASDCNotification
2022-11-17T22:11:17.571Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json
2022-11-17T22:11:17.571Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T22:11:17.571Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:17.574Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:17.574Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723077571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:11:17.675Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T22:11:17.676Z||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-11-17T22:11:17.676Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:17.686Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:17.687Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:11:18.575Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQstbsa..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "26f8f809-6e68-4c86-a686-cbe541f84cf9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "04bd5f0c-fb50-4346-9c47-124dcb23d71c",
"vfModuleModelCustomizationUUID": "622ca0ea-e6ed-42f3-9367-9374add72d0c",
"isBase": true,
"artifacts": [
"e774f170-778f-4f0d-8044-b355f5cd3ee6",
"38d79b83-f36c-477b-aefb-e70d365acbf4"
],
"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-11-17T22:11:18.591Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQstbsa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:04bd5f0c-fb50-4346-9c47-124dcb23d71c
VfModuleModelInvariantUUID:26f8f809-6e68-4c86-a686-cbe541f84cf9
VfModuleModelDescription:NULL
Artifacts UUID List:{
e774f170-778f-4f0d-8044-b355f5cd3ee6
,
38d79b83-f36c-477b-aefb-e70d365acbf4
}
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-11-17T22:11:18.594Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQstbsa..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "26f8f809-6e68-4c86-a686-cbe541f84cf9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "04bd5f0c-fb50-4346-9c47-124dcb23d71c",
"vfModuleModelCustomizationUUID": "622ca0ea-e6ed-42f3-9367-9374add72d0c",
"isBase": true,
"artifacts": [
"e774f170-778f-4f0d-8044-b355f5cd3ee6",
"38d79b83-f36c-477b-aefb-e70d365acbf4"
],
"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-11-17T22:11:18.594Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQstbsa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:04bd5f0c-fb50-4346-9c47-124dcb23d71c
VfModuleModelInvariantUUID:26f8f809-6e68-4c86-a686-cbe541f84cf9
VfModuleModelDescription:NULL
Artifacts UUID List:{
e774f170-778f-4f0d-8044-b355f5cd3ee6
,
38d79b83-f36c-477b-aefb-e70d365acbf4
}
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-11-17T22:11:18.595Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e774f170-778f-4f0d-8044-b355f5cd3ee6 from URL: /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml
2022-11-17T22:11:18.595Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-17T22:11:18.595Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml
2022-11-17T22:11:18.781Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-17T22:11:18.782Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml e774f170-778f-4f0d-8044-b355f5cd3ee6 5033
2022-11-17T22:11:18.782Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-17T22:11:18.782Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml
2022-11-17T22:11:18.782Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T22:11:18.782Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:18.784Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:18.784Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723078782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:11:18.885Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T22:11:18.886Z||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-11-17T22:11:18.886Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:18.898Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:18.899Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-17T22:11:19.785Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 38d79b83-f36c-477b-aefb-e70d365acbf4 from URL: /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env
2022-11-17T22:11:19.786Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-17T22:11:19.786Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env
2022-11-17T22:11:19.879Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-17T22:11:19.880Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env 38d79b83-f36c-477b-aefb-e70d365acbf4 909
2022-11-17T22:11:19.880Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-17T22:11:19.880Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env
2022-11-17T22:11:19.880Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T22:11:19.880Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:19.882Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:19.883Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723079880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:11:19.983Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:11:19.984Z||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-11-17T22:11:19.984Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:19.996Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:19.996Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-17T22:11:20.883Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8
2022-11-17T22:11:20.884Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QsTbSA 0 71049ea9-05f4-4d4d-a2c5-e37cf8671bb2 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-11-17T22:11:20.919Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e4f073c, org.onap.sdc.toscaparser.api.parameters.Input@51d5b04b, org.onap.sdc.toscaparser.api.parameters.Input@2fa0d61b, org.onap.sdc.toscaparser.api.parameters.Input@23396f96, org.onap.sdc.toscaparser.api.parameters.Input@25c9ea2a]
2022-11-17T22:11:20.923Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.924Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:20.924Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-17T22:11:20.924Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 97d78802-ab04-4348-8730-1ca6fddb959c
2022-11-17T22:11:20.924Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97d78802-ab04-4348-8730-1ca6fddb959c matches Tosca VF Customization UUID: 97d78802-ab04-4348-8730-1ca6fddb959c
2022-11-17T22:11:20.925Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 97d78802-ab04-4348-8730-1ca6fddb959c 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-11-17T22:11:20.931Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.931Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:20.932Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 97d78802-ab04-4348-8730-1ca6fddb959c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-17T22:11:20.933Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f781356
2022-11-17T22:11:20.933Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.933Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T22:11:20.934Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 622ca0ea-e6ed-42f3-9367-9374add72d0c
2022-11-17T22:11:20.935Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 622ca0ea-e6ed-42f3-9367-9374add72d0c
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-11-17T22:11:20.940Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.941Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QsTbSA 0 is matching search criteria
2022-11-17T22:11:20.941Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QsTbSA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:11:20.942Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.942Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QsTbSA 0 is matching search criteria
2022-11-17T22:11:20.942Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QsTbSA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:11:20.943Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.943Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QsTbSA 0 is not matching search criteria
2022-11-17T22:11:20.943Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-17T22:11:20.944Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-17T22:11:20.944Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b109effb-548b-4cde-adc6-7880a3da6426
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-11-17T22:11:20.953Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.953Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QsTbSA 0 is matching search criteria
2022-11-17T22:11:20.954Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QsTbSA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:11:20.954Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.955Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QsTbSA 0 is matching search criteria
2022-11-17T22:11:20.955Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QsTbSA 0] matching following query criteria: sdcType=VF, customizationUUID=97d78802-ab04-4348-8730-1ca6fddb959c
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-11-17T22:11:20.957Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.957Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:20.958Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8: basic_onboard_QsTbSA
2022-11-17T22:11:20.958Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.958Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:20.959Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.959Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:20.959Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.960Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:20.960Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.960Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:20.960Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:11:20.961Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QsTbSA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:11:20.961Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_QsTbSA
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-11-17T22:11:21.140Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QsTbSA 71049ea9-05f4-4d4d-a2c5-e37cf8671bb2 1 ASDC deployResourceStructure
2022-11-17T22:11:21.140Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json ASDC sendASDCNotification
2022-11-17T22:11:21.140Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json
2022-11-17T22:11:21.141Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T22:11:21.141Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:21.143Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:21.143Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723081140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-17T22:11:21.243Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:11:21.244Z||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-11-17T22:11:21.244Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:21.256Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:21.256Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:11:22.143Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-17T22:11:22.144Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml
2022-11-17T22:11:22.144Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T22:11:22.145Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:22.147Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:22.147Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723082143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-17T22:11:22.247Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:11:22.248Z||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-11-17T22:11:22.248Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:22.260Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:22.260Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:11:23.148Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-17T22:11:23.148Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env
2022-11-17T22:11:23.148Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T22:11:23.148Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:23.150Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:23.151Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723083147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-17T22:11:23.251Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:11:23.252Z||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-11-17T22:11:23.252Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:23.263Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:23.266Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-17T22:11:24.152Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar ASDC sendASDCNotification
2022-11-17T22:11:24.152Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar
2022-11-17T22:11:24.152Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T22:11:24.152Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:11:24.154Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:11:24.154Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723084151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-17T22:11:24.254Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:11:24.255Z||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-11-17T22:11:24.255Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:11:24.266Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:11:24.267Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:11:25.155Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:11:25.178Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:11:25.180Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T22:11:25.180Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T22:11:25.181Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T22:11:55.181Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:11:55.190Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:11:55.192Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T22:11:55.192Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T22:11:55.193Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T22:12:05.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:12:05.023Z||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-11-17T22:12:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:12:05.044Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:12:05.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:12:05.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:12:05.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:12:25.193Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:12:25.202Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:12:25.205Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T22:12:25.205Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T22:12:25.205Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T22:12:55.206Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:12:55.214Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:12:55.216Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T22:12:55.216Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T22:12:55.216Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T22:13:05.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:13:05.025Z||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-11-17T22:13:05.025Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:13:05.057Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:13:05.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:13:05.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "cds",
"timestamp": 1668723056687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:13:05.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:13:05.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:13:05.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723056268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:13:05.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:13:25.217Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:13:25.226Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:13:25.228Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T22:13:25.228Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T22:13:25.228Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T22:13:55.229Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:13:55.246Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:13:55.247Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T22:13:55.248Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T22:13:55.248Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T22:14:05.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:14:05.024Z||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-11-17T22:14:05.024Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:14:05.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:14:05.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723060556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"status": "NOTIFIED"
}
2022-11-17T22:14:05.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "cds",
"timestamp": 1668723056687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"status": "NOTIFIED"
}
2022-11-17T22:14:05.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723056268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723060556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-17T22:14:05.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "cds",
"timestamp": 1668723056687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-17T22:14:05.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723056268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723060556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "cds",
"timestamp": 1668723056687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723056268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723060556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-17T22:14:05.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "cds",
"timestamp": 1668723056687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-17T22:14:05.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723056268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723069889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723060556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "cds",
"timestamp": 1668723056687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723056268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723069889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723060556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:14:05.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "cds",
"timestamp": 1668723056687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:14:05.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723065019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:14:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723056268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:14:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723069889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723069889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723072602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:14:05.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723073496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:14:05.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "cds",
"timestamp": 1668723073921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:14:05.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723073654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:14:05.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723069889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "cds",
"timestamp": 1668723074946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T22:14:05.576Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
2022-11-17T22:14:05.577Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14 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-11-17T22:14:05.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723073727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:14:05.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723069889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723074804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:14:05.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723069889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723075893,
"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-11-17T22:14:05.589Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
2022-11-17T22:14:05.589Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14 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-11-17T22:14:05.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723077571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:14:05.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723076898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-17T22:14:05.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723078220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-17T22:14:05.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723078782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:14:05.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723079225,
"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-11-17T22:14:05.598Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
2022-11-17T22:14:05.598Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14 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-11-17T22:14:05.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723079880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:14:05.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723081140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-17T22:14:05.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "aai-ml",
"timestamp": 1668723081342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723082143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-17T22:14:05.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "aai-ml",
"timestamp": 1668723081342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/basic_onboard_qstbsa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723083147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-17T22:14:05.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "aai-ml",
"timestamp": 1668723081342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723084151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-17T22:14:05.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "aai-ml",
"timestamp": 1668723081342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "aai-ml",
"timestamp": 1668723081342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/resourceInstances/basic_onboard_qstbsa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "aai-ml",
"timestamp": 1668723081342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:14:05.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "aai-ml",
"timestamp": 1668723081342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:14:05.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:14:05.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "aai-ml",
"timestamp": 1668723089197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:14:05.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "aai-ml",
"timestamp": 1668723101466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQstbsa/1.0/artifacts/service-BasicOnboardQstbsa-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-17T22:14:05.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:14:05.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:14:05.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "aai-ml",
"timestamp": 1668723102471,
"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-11-17T22:14:05.611Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
2022-11-17T22:14:05.611Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14 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-11-17T22:14:25.248Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:14:25.258Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14
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-11-17T22:14:25.260Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T22:14:25.261Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-17T22:14:25.261Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-17T22:14:25.261Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-17T22:14:25.261Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:14:25.261Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:14:25.261Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:14:25.261Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:14:25.262Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:14:25.262Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||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-11-17T22:14:25.267Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-17T22:14:55.267Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14 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-11-17T22:14:55.282Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14 and serviceModelVersionId: a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8
2022-11-17T22:14:55.282Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 404a3a85-c1f3-4a49-b7c4-99dd48a0c270
2022-11-17T22:15:05.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:15:05.023Z||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-11-17T22:15:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:10.788Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/404a3a85-c1f3-4a49-b7c4-99dd48a0c270/model-vers/model-ver/a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8?depth=0
2022-11-17T22:15:10.899Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-17T22:15:11.360Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404a3a85-c1f3-4a49-b7c4-99dd48a0c270/model-vers/model-ver/a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8?depth=0|INFO|500||Invoke
2022-11-17T22:15:11.367Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404a3a85-c1f3-4a49-b7c4-99dd48a0c270/model-vers/model-ver/a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404a3a85-c1f3-4a49-b7c4-99dd48a0c270/model-vers/model-ver/a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4875ab9d-1ea4-4aa7-89fa-be65a04d1a14], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3f1c67b5-0193-4f22-9619-2232d3671d26], X-ECOMP-RequestID=[4875ab9d-1ea4-4aa7-89fa-be65a04d1a14], X-TransactionId=[], X-ONAP-RequestID=[4875ab9d-1ea4-4aa7-89fa-be65a04d1a14], Content-Type=[application/merge-patch+json]}
2022-11-17T22:15:11.481Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404a3a85-c1f3-4a49-b7c4-99dd48a0c270/model-vers/model-ver/a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-17T22:15:11.782Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404a3a85-c1f3-4a49-b7c4-99dd48a0c270/model-vers/model-ver/a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8?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/404a3a85-c1f3-4a49-b7c4-99dd48a0c270/model-vers/model-ver/a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221117-22:15:12:193-67856], vertex-id=[241872], Content-Length=[0], Date=[Thu, 17 Nov 2022 22:15:12 GMT], Content-Type=[application/json]}
2022-11-17T22:15:11.784Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404a3a85-c1f3-4a49-b7c4-99dd48a0c270/model-vers/model-ver/a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-17T22:15:11.785Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404a3a85-c1f3-4a49-b7c4-99dd48a0c270/model-vers/model-ver/a2e45afc-c00d-4cb3-8a5e-13d14b9f8bc8?depth=0|INFO|500||InvokeReturn
2022-11-17T22:15:11.788Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-17T22:15:11.788Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||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-11-17T22:15:11.799Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||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-11-17T22:15:11.800Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4875ab9d-1ea4-4aa7-89fa-be65a04d1a14 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-17T22:15:11.801Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-17T22:15:11.802Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:11.804Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:11.804Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723311800,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T22:15:11.904Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:15:11.906Z||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-11-17T22:15:11.906Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:11.942Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:11.943Z||pool-18-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:15:12.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:12.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:15:12.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4875ab9d-1ea4-4aa7-89fa-be65a04d1a14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723311800,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T22:15:12.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-11-17T22:15:12.815Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:15:12.816Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:15:12.816Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:23.119Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:23.120Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:15:23.120Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:15:23.121Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:32.771Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:32.772Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-17T22:15:32.772Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"72dc645d-7268-4bfa-9774-fdf4f5ae49c3","serviceName":"vFW 2022-11-17 22-14-29","serviceVersion":"1.0","serviceUUID":"3083475e-49d3-444b-8e7e-ceef5c75a3dd","serviceDescription":"catalog service description","serviceInvariantUUID":"b565fadc-a490-449e-9282-e8d15115d7b8","resources":[{"resourceInstanceName":"vFW 23872367-5cc5 0","resourceName":"vFW 23872367-5cc5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"290406c1-2954-41e5-afa3-5a72645f1bc1","resourceInvariantUUID":"e4f8ae39-a882-4314-86e6-5112165d1170","resourceCustomizationUUID":"7dda496e-4cc7-4c05-8748-c3a18467273e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vf-license-model.xml","artifactChecksum":"YTgxZTM1OWQ3MmM1YTFiNjEzY2U0ZTBjZjk5ZjRiOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7042d4bf-392e-4074-a925-f116dadb61bc","artifactVersion":"1"},{"artifactName":"vfw238723675cc50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json","artifactChecksum":"MTZmYWQ3NjI0ODlmOWU3MDRlNDQ2NGYxNWFlOGJjODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9b6311d4-bed9-407d-9776-88e304cf03db","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d9d43b7c-0a89-4bcd-87f6-8552bce416b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vendor-license-model.xml","artifactChecksum":"NDYwNjViYzI0ODdmODQ5YmMzOTU2ZDVkOWFhNWU0ZDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aeb22594-ff04-41e5-b5f1-901864f729ba","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef2b560e-1352-44c7-841e-6e2795c24c7c","artifactVersion":"2","generatedFromUUID":"d9d43b7c-0a89-4bcd-87f6-8552bce416b1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221117221429-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-template.yml","artifactChecksum":"YmU0MGQyNzgyMDQ2YjZmY2E1MGE3YzM3M2RkNWQyNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e638a6eb-6f08-42d5-98df-35eb906136fa","artifactVersion":"1"},{"artifactName":"service-Vfw20221117221429-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar","artifactChecksum":"OWIxNGI1NzkwOTY1OTM5MjBiYTUwNTJlMDIwZGVlZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73532ce3-9ff8-4585-a4f7-ab6fbad13d9b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-17T22:15:32.775Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:15:32.776Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:32.778Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:32.778Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:15:32.878Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:15:32.879Z||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-11-17T22:15:32.879Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:32.896Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:32.897Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:15:33.778Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:15:33.779Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:33.782Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:33.782Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"status": "NOTIFIED"
}
2022-11-17T22:15:33.882Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:15:33.883Z||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-11-17T22:15:33.883Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:33.894Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:33.895Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:15:34.782Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:15:34.783Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:34.785Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:34.785Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-17T22:15:34.885Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:15:34.886Z||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-11-17T22:15:34.886Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:34.897Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:34.898Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:15:35.786Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:15:35.787Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:35.789Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:35.789Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:15:35.890Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T22:15:35.891Z||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-11-17T22:15:35.891Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:35.902Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:35.902Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:15:36.790Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:15:36.791Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:36.793Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:36.794Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-17T22:15:36.894Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:15:36.895Z||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-11-17T22:15:36.895Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:36.906Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:36.907Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:15:37.794Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:15:37.795Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:37.797Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:37.797Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:15:37.897Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:15:37.898Z||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-11-17T22:15:37.899Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:37.910Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:37.911Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-17T22:15:38.797Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:15:38.798Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:38.800Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:38.800Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:15:38.900Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:15:38.901Z||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-11-17T22:15:38.901Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:38.911Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:38.912Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:15:39.802Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"serviceName": "vFW 2022-11-17 22-14-29",
"serviceVersion": "1.0",
"serviceUUID": "3083475e-49d3-444b-8e7e-ceef5c75a3dd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b565fadc-a490-449e-9282-e8d15115d7b8",
"resources": [
{
"resourceInstanceName": "vFW 23872367-5cc5 0",
"resourceCustomizationUUID": "7dda496e-4cc7-4c05-8748-c3a18467273e",
"resourceName": "vFW 23872367-5cc5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "290406c1-2954-41e5-afa3-5a72645f1bc1",
"resourceInvariantUUID": "e4f8ae39-a882-4314-86e6-5112165d1170",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw238723675cc50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"artifactChecksum": "MTZmYWQ3NjI0ODlmOWU3MDRlNDQ2NGYxNWFlOGJjODE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9b6311d4-bed9-407d-9776-88e304cf03db",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d9d43b7c-0a89-4bcd-87f6-8552bce416b1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef2b560e-1352-44c7-841e-6e2795c24c7c",
"generatedFromUUID": "d9d43b7c-0a89-4bcd-87f6-8552bce416b1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef2b560e-1352-44c7-841e-6e2795c24c7c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221117221429-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"artifactChecksum": "OWIxNGI1NzkwOTY1OTM5MjBiYTUwNTJlMDIwZGVlZTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "73532ce3-9ff8-4585-a4f7-ab6fbad13d9b"
}
],
"workloadContext": "Production"
}
2022-11-17T22:15:39.802Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-17T22:15:39.802Z|4875ab9d-1ea4-4aa7-89fa-be65a04d1a14|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3083475e-49d3-444b-8e7e-ceef5c75a3dd ASDC
2022-11-17T22:15:39.802Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:72dc645d-7268-4bfa-9774-fdf4f5ae49c3
ServiceName:vFW 2022-11-17 22-14-29
ServiceVersion:1.0
ServiceUUID:3083475e-49d3-444b-8e7e-ceef5c75a3dd
ServiceInvariantUUID:b565fadc-a490-449e-9282-e8d15115d7b8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221117221429-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar
ArtifactUUID:73532ce3-9ff8-4585-a4f7-ab6fbad13d9b
ArtifactChecksum:OWIxNGI1NzkwOTY1OTM5MjBiYTUwNTJlMDIwZGVlZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 23872367-5cc5 0
ResourceCustomizationUUID:7dda496e-4cc7-4c05-8748-c3a18467273e
ResourceInvariantUUID:e4f8ae39-a882-4314-86e6-5112165d1170
ResourceName:vFW 23872367-5cc5
ResourceType:VF
ResourceUUID:290406c1-2954-41e5-afa3-5a72645f1bc1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw238723675cc50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json
ArtifactUUID:9b6311d4-bed9-407d-9776-88e304cf03db
ArtifactChecksum:MTZmYWQ3NjI0ODlmOWU3MDRlNDQ2NGYxNWFlOGJjODE=
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/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml
ArtifactUUID:d9d43b7c-0a89-4bcd-87f6-8552bce416b1
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/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env
ArtifactUUID:ef2b560e-1352-44c7-841e-6e2795c24c7c
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/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env
ArtifactUUID:ef2b560e-1352-44c7-841e-6e2795c24c7c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-17T22:15:39.802Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3083475e-49d3-444b-8e7e-ceef5c75a3dd 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-11-17T22:15:39.831Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T22:15:39.832Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-17T22:15:39.832Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-17T22:15:39.832Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 73532ce3-9ff8-4585-a4f7-ab6fbad13d9b from URL: /sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:39.833Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-17T22:15:39.833Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:39.941Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-17T22:15:39.947Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar 73532ce3-9ff8-4585-a4f7-ab6fbad13d9b 100693
2022-11-17T22:15:39.947Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar ASDC sendASDCNotification
2022-11-17T22:15:39.947Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:39.948Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T22:15:39.948Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:39.950Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:39.950Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723339947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:15:40.050Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T22:15:40.051Z||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-11-17T22:15:40.052Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:40.063Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:40.063Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:15:40.951Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T22:15:40.953Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-17T22:15:40.954Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 73532ce3-9ff8-4585-a4f7-ab6fbad13d9b, URL: /sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar to file: /app/ASDC/1/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:40.955Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221117221429-csar.csar
2022-11-17T22:15:40.956Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:40.956Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:41.231Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6119738805394544004/Definitions/service-Vfw20221117221429-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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-11-17T22:15:43.346Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-17T22:15:43.347Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-17T22:15:43.347Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:43.347Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-17T22:15:43.347Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:43.348Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||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-Vfw20221117221429-csar.csar
2022-11-17T22:15:43.348Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||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-Vfw20221117221429-csar.csar
2022-11-17T22:15:43.348Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 23872367-5cc5 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:43.348Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||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-Vfw20221117221429-csar.csar
2022-11-17T22:15:43.348Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:43.349Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:43.349Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||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-Vfw20221117221429-csar.csar
2022-11-17T22:15:43.349Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:43.349Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:43.349Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:43.350Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-17T22:15:43.350Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.350Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:43.350Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is matching search criteria
2022-11-17T22:15:43.351Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-17T22:15:43.351Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23872367-5cc5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T22:15:43.351Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.352Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:43.352Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is matching search criteria
2022-11-17T22:15:43.352Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-17T22:15:43.353Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23872367-5cc5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T22:15:43.353Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.353Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:43.353Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.354Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is not matching search criteria
2022-11-17T22:15:43.354Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T22:15:43.354Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-17T22:15:43.354Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-17T22:15:43.355Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:43.355Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T22:15:43.355Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-17T22:15:43.355Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T22:15:43.356Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-17T22:15:43.356Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-17T22:15:43.356Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-17T22:15:43.356Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:43.356Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-17T22:15:43.357Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:43.357Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-17T22:15:43.357Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T22:15:43.357Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-17T22:15:43.357Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.358Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T22:15:43.358Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.358Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is matching search criteria
2022-11-17T22:15:43.358Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23872367-5cc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:15:43.359Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.359Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is matching search criteria
2022-11-17T22:15:43.359Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23872367-5cc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:15:43.360Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.360Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is matching search criteria
2022-11-17T22:15:43.360Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23872367-5cc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:15:43.361Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.361Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is not matching search criteria
2022-11-17T22:15:43.361Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T22:15:43.361Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-17T22:15:43.361Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T22:15:43.362Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-17T22:15:43.362Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-17T22:15:43.362Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-17T22:15:43.362Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:43.362Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-17T22:15:43.363Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:43.363Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-17T22:15:43.363Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T22:15:43.363Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf64a6d8-bed7-40aa-a454-4bfc756a8ead
2022-11-17T22:15:43.364Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.364Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is not matching search criteria
2022-11-17T22:15:43.364Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T22:15:43.364Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-17T22:15:43.364Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-17T22:15:43.365Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:43.365Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T22:15:43.365Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-17T22:15:43.365Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T22:15:43.366Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-17T22:15:43.366Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-17T22:15:43.366Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:43.366Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-17T22:15:43.367Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T22:15:43.367Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d0d6259f-66c0-4def-89f1-7d4c07a3925c
2022-11-17T22:15:43.367Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.367Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is not matching search criteria
2022-11-17T22:15:43.368Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T22:15:43.368Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-17T22:15:43.368Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-17T22:15:43.368Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:43.369Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T22:15:43.369Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-17T22:15:43.369Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T22:15:43.369Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-17T22:15:43.369Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-17T22:15:43.370Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-17T22:15:43.370Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:43.370Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-17T22:15:43.370Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b4049446-f6d3-445b-bd2e-1e61264df249
2022-11-17T22:15:43.371Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.371Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:43.371Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.371Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:43.372Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.372Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:43.372Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:43.372Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:43.372Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-17 22-14-29
Description:catalog service description
Model UUID:3083475e-49d3-444b-8e7e-ceef5c75a3dd
Model Version:NULL
Model InvariantUuid:b565fadc-a490-449e-9282-e8d15115d7b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 23872367-5cc5
Model UUID:6d82141c-8e14-4f61-bbd4-70c72438345b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e4f8ae39-a882-4314-86e6-5112165d1170
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7dda496e-4cc7-4c05-8748-c3a18467273e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b9e292cc-7647-40ec-b450-955688a3c812
ModelName:Vfw238723675cc5..base_vfw..module-0
ModelUuid:be4d79a0-f042-4de3-93ed-29d932f21778
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bf64a6d8-bed7-40aa-a454-4bfc756a8ead
ModelInvariantUuid:b158d3b8-8ccb-43b6-b124-6a34f4af41af
ModelName:vFW 23872367-5cc5-nodes.vfwCvfc
ModelUuid:94431bee-6379-48a9-9321-c93c26e56897
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c64e1269-5362-4034-ae0f-4744fbd7d0cd
ModelInvariantUuid:23f7e942-4506-4e14-b436-1aa4434f7a03
ModelName:Vfw238723675cc5.compute.nodes.heat.vfw
ModelUuid:c74516bc-2ad7-4d82-ab85-0b213d802fdb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d0d6259f-66c0-4def-89f1-7d4c07a3925c
ModelInvariantUuid:4fd975f4-2e1f-4d9d-816c-1663b876669c
ModelName:vFW 23872367-5cc5-nodes.vsnCvfc
ModelUuid:a70fb303-28ea-4e8f-836d-f812ebd02f1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7ba92af2-f746-41e7-832c-337fb437409a
ModelInvariantUuid:3f96a66a-0521-477f-836b-5a8131d21374
ModelName:Vfw238723675cc5.compute.nodes.heat.vsn
ModelUuid:96ac5514-3940-4767-9fd3-b8563a2c9192
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b4049446-f6d3-445b-bd2e-1e61264df249
ModelInvariantUuid:65289c84-73ee-4d14-b62d-4d8fe58df18b
ModelName:vFW 23872367-5cc5-nodes.vpgCvfc
ModelUuid:8cd11098-6c97-4257-a596-a4e6b2b97a8e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fb5ea673-b4c3-4ae8-b015-242a868eb4ad
ModelInvariantUuid:58808d31-1623-4a75-98ce-d6ec824169bd
ModelName:Vfw238723675cc5.compute.nodes.heat.vpg
ModelUuid:180e338b-7dbc-4676-a542-4c44d2207fb3
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-11-17T22:15:43.381Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 290406c1-2954-41e5-afa3-5a72645f1bc1
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-11-17T22:15:43.385Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||vFW 23872367-5cc5 0
2022-11-17T22:15:43.385Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 290406c1-2954-41e5-afa3-5a72645f1bc1
2022-11-17T22:15:43.385Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9b6311d4-bed9-407d-9776-88e304cf03db from URL: /sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json
2022-11-17T22:15:43.385Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-17T22:15:43.385Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json
2022-11-17T22:15:43.479Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-17T22:15:43.480Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json 9b6311d4-bed9-407d-9776-88e304cf03db 785
2022-11-17T22:15:43.481Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json ASDC sendASDCNotification
2022-11-17T22:15:43.481Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json
2022-11-17T22:15:43.481Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T22:15:43.482Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:43.484Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:43.484Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723343481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:15:43.584Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T22:15:43.585Z||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-11-17T22:15:43.585Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:43.598Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:43.598Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-17T22:15:44.486Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw238723675cc5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b9e292cc-7647-40ec-b450-955688a3c812",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "be4d79a0-f042-4de3-93ed-29d932f21778",
"vfModuleModelCustomizationUUID": "0d738ae9-76be-4b68-a6a8-3ee7c80cd374",
"isBase": true,
"artifacts": [
"d9d43b7c-0a89-4bcd-87f6-8552bce416b1",
"ef2b560e-1352-44c7-841e-6e2795c24c7c"
],
"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-11-17T22:15:44.491Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw238723675cc5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be4d79a0-f042-4de3-93ed-29d932f21778
VfModuleModelInvariantUUID:b9e292cc-7647-40ec-b450-955688a3c812
VfModuleModelDescription:NULL
Artifacts UUID List:{
d9d43b7c-0a89-4bcd-87f6-8552bce416b1
,
ef2b560e-1352-44c7-841e-6e2795c24c7c
}
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-11-17T22:15:44.493Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw238723675cc5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b9e292cc-7647-40ec-b450-955688a3c812",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "be4d79a0-f042-4de3-93ed-29d932f21778",
"vfModuleModelCustomizationUUID": "0d738ae9-76be-4b68-a6a8-3ee7c80cd374",
"isBase": true,
"artifacts": [
"d9d43b7c-0a89-4bcd-87f6-8552bce416b1",
"ef2b560e-1352-44c7-841e-6e2795c24c7c"
],
"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-11-17T22:15:44.493Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw238723675cc5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be4d79a0-f042-4de3-93ed-29d932f21778
VfModuleModelInvariantUUID:b9e292cc-7647-40ec-b450-955688a3c812
VfModuleModelDescription:NULL
Artifacts UUID List:{
d9d43b7c-0a89-4bcd-87f6-8552bce416b1
,
ef2b560e-1352-44c7-841e-6e2795c24c7c
}
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-11-17T22:15:44.493Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d9d43b7c-0a89-4bcd-87f6-8552bce416b1 from URL: /sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml
2022-11-17T22:15:44.493Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-17T22:15:44.493Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml
2022-11-17T22:15:44.569Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-17T22:15:44.569Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml d9d43b7c-0a89-4bcd-87f6-8552bce416b1 20368
2022-11-17T22:15:44.570Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-17T22:15:44.570Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml
2022-11-17T22:15:44.570Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T22:15:44.570Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:44.572Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:44.572Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723344570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:15:44.672Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:15:44.673Z||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-11-17T22:15:44.673Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:44.686Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:44.686Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-17T22:15:45.573Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ef2b560e-1352-44c7-841e-6e2795c24c7c from URL: /sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env
2022-11-17T22:15:45.574Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-17T22:15:45.574Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env
2022-11-17T22:15:45.640Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-17T22:15:45.640Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env ef2b560e-1352-44c7-841e-6e2795c24c7c 2098
2022-11-17T22:15:45.640Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-17T22:15:45.640Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env
2022-11-17T22:15:45.640Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T22:15:45.640Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:45.642Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:45.642Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723345640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:15:45.742Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:15:45.743Z||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-11-17T22:15:45.743Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:45.760Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:45.760Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-17T22:15:46.643Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3083475e-49d3-444b-8e7e-ceef5c75a3dd
2022-11-17T22:15:46.644Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 23872367-5cc5 0 290406c1-2954-41e5-afa3-5a72645f1bc1 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-11-17T22:15:46.662Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@207f602, org.onap.sdc.toscaparser.api.parameters.Input@53d7442b, org.onap.sdc.toscaparser.api.parameters.Input@5dea19c7, org.onap.sdc.toscaparser.api.parameters.Input@7265baa9, org.onap.sdc.toscaparser.api.parameters.Input@4f6fe501]
2022-11-17T22:15:46.663Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.664Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:46.664Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-17T22:15:46.664Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7dda496e-4cc7-4c05-8748-c3a18467273e
2022-11-17T22:15:46.664Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7dda496e-4cc7-4c05-8748-c3a18467273e matches Tosca VF Customization UUID: 7dda496e-4cc7-4c05-8748-c3a18467273e
2022-11-17T22:15:46.665Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7dda496e-4cc7-4c05-8748-c3a18467273e 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-11-17T22:15:46.668Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.669Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:46.669Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7dda496e-4cc7-4c05-8748-c3a18467273e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-17T22:15:46.669Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@743650c3
2022-11-17T22:15:46.670Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.670Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-17T22:15:46.670Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0d738ae9-76be-4b68-a6a8-3ee7c80cd374
2022-11-17T22:15:46.670Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0d738ae9-76be-4b68-a6a8-3ee7c80cd374
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-11-17T22:15:46.673Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.673Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is matching search criteria
2022-11-17T22:15:46.674Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23872367-5cc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:15:46.674Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.675Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is matching search criteria
2022-11-17T22:15:46.675Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23872367-5cc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:15:46.675Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.676Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is not matching search criteria
2022-11-17T22:15:46.676Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T22:15:46.676Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-17T22:15:46.677Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T22:15:46.677Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-17T22:15:46.678Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-17T22:15:46.678Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-17T22:15:46.678Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:46.679Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-17T22:15:46.679Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:46.679Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-17T22:15:46.680Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T22:15:46.680Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf64a6d8-bed7-40aa-a454-4bfc756a8ead
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-11-17T22:15:46.683Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.683Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is matching search criteria
2022-11-17T22:15:46.683Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23872367-5cc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:15:46.684Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.684Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is not matching search criteria
2022-11-17T22:15:46.684Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T22:15:46.685Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-17T22:15:46.685Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-17T22:15:46.685Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:46.686Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T22:15:46.686Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-17T22:15:46.687Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T22:15:46.687Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-17T22:15:46.687Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-17T22:15:46.688Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:46.688Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-17T22:15:46.688Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T22:15:46.689Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d0d6259f-66c0-4def-89f1-7d4c07a3925c
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-11-17T22:15:46.691Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.691Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is matching search criteria
2022-11-17T22:15:46.692Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23872367-5cc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:15:46.696Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.697Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is not matching search criteria
2022-11-17T22:15:46.697Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-17T22:15:46.697Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-17T22:15:46.698Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-17T22:15:46.698Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:46.698Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-17T22:15:46.699Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-17T22:15:46.699Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-17T22:15:46.699Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-17T22:15:46.700Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-17T22:15:46.700Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-17T22:15:46.700Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-17T22:15:46.701Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-17T22:15:46.701Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b4049446-f6d3-445b-bd2e-1e61264df249
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-11-17T22:15:46.703Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.704Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is matching search criteria
2022-11-17T22:15:46.704Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23872367-5cc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-17T22:15:46.704Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.705Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Node template vFW 23872367-5cc5 0 is matching search criteria
2022-11-17T22:15:46.705Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23872367-5cc5 0] matching following query criteria: sdcType=VF, customizationUUID=7dda496e-4cc7-4c05-8748-c3a18467273e
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-11-17T22:15:46.707Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.707Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:46.708Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3083475e-49d3-444b-8e7e-ceef5c75a3dd: vFW 23872367-5cc5
2022-11-17T22:15:46.708Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.708Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:46.709Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.709Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:46.709Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.709Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:46.710Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.710Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:46.710Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:15:46.711Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-17 22-14-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:15:46.711Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-11-17 22-14-29
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-11-17T22:15:46.893Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 23872367-5cc5 290406c1-2954-41e5-afa3-5a72645f1bc1 1 ASDC deployResourceStructure
2022-11-17T22:15:46.894Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json ASDC sendASDCNotification
2022-11-17T22:15:46.894Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json
2022-11-17T22:15:46.894Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T22:15:46.895Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:46.897Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:46.897Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723346894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"status": "DEPLOY_OK"
}
2022-11-17T22:15:46.997Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:15:46.998Z||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-11-17T22:15:46.998Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:47.011Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:47.011Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:15:47.898Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-17T22:15:47.899Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml
2022-11-17T22:15:47.899Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T22:15:47.899Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:47.901Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:47.901Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723347898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-17T22:15:48.001Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:15:48.002Z||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-11-17T22:15:48.002Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:48.015Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:48.016Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:15:48.902Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-17T22:15:48.902Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env
2022-11-17T22:15:48.902Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T22:15:48.902Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:48.905Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:48.905Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723348902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-17T22:15:49.005Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:15:49.006Z||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-11-17T22:15:49.007Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:49.020Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:49.020Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:15:49.906Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar ASDC sendASDCNotification
2022-11-17T22:15:49.907Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar
2022-11-17T22:15:49.907Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T22:15:49.907Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:15:49.909Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:15:49.909Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723349906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-17T22:15:50.009Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:15:50.010Z||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-11-17T22:15:50.010Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:15:50.023Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:15:50.023Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:15:50.909Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72dc645d-7268-4bfa-9774-fdf4f5ae49c3
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-11-17T22:15:50.922Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72dc645d-7268-4bfa-9774-fdf4f5ae49c3
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-11-17T22:15:50.925Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T22:15:50.925Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T22:15:50.925Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T22:16:05.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:16:05.023Z||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-11-17T22:16:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:16:05.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:16:05.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723329889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "cds",
"timestamp": 1668723326687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723326270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723329889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "cds",
"timestamp": 1668723326687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723326270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"status": "NOTIFIED"
}
2022-11-17T22:16:05.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723329889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "cds",
"timestamp": 1668723326687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723326270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-17T22:16:05.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723329889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "cds",
"timestamp": 1668723326687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723326270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723329889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "cds",
"timestamp": 1668723326687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723326270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-17T22:16:05.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723329889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "cds",
"timestamp": 1668723326687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723326270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723329889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "cds",
"timestamp": 1668723326687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:16:05.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723326270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:16:05.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723323120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:16:05.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "cds",
"timestamp": 1668723340276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:16:05.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723339886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:16:05.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723339947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:16:05.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "cds",
"timestamp": 1668723341287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T22:16:05.695Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72dc645d-7268-4bfa-9774-fdf4f5ae49c3
2022-11-17T22:16:05.695Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72dc645d-7268-4bfa-9774-fdf4f5ae49c3 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-11-17T22:16:05.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723340557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723340557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"status": "NOTIFIED"
}
2022-11-17T22:16:05.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723343481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:16:05.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723343614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-17T22:16:05.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723340557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-17T22:16:05.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723344570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:16:05.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723344619,
"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-11-17T22:16:05.704Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72dc645d-7268-4bfa-9774-fdf4f5ae49c3
2022-11-17T22:16:05.705Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72dc645d-7268-4bfa-9774-fdf4f5ae49c3 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-11-17T22:16:05.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723340557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723345640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:16:05.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723340557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-17T22:16:05.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723346894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"status": "DEPLOY_OK"
}
2022-11-17T22:16:05.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723340557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723347898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-17T22:16:05.714Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723340557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:16:05.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723348902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-17T22:16:05.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723348419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:16:05.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723349906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-17T22:16:05.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723349555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:16:05.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "aai-ml",
"timestamp": 1668723351342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723350631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:16:05.717Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "aai-ml",
"timestamp": 1668723351342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723351652,
"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-11-17T22:16:05.720Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72dc645d-7268-4bfa-9774-fdf4f5ae49c3
2022-11-17T22:16:05.720Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72dc645d-7268-4bfa-9774-fdf4f5ae49c3 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-11-17T22:16:05.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "aai-ml",
"timestamp": 1668723351342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723352660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vfw238723675cc50_modules.json",
"status": "DEPLOY_OK"
}
2022-11-17T22:16:05.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:05.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "aai-ml",
"timestamp": 1668723351342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "aai-ml",
"timestamp": 1668723351342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/resourceInstances/vfw238723675cc50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "aai-ml",
"timestamp": 1668723351342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:16:05.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "aai-ml",
"timestamp": 1668723351342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:16:05.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-17T22:16:05.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:16:05.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "aai-ml",
"timestamp": 1668723359125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:16:05.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:16:20.925Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72dc645d-7268-4bfa-9774-fdf4f5ae49c3
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-11-17T22:16:20.936Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72dc645d-7268-4bfa-9774-fdf4f5ae49c3
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-11-17T22:16:20.938Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T22:16:20.938Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T22:16:20.939Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T22:16:50.939Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72dc645d-7268-4bfa-9774-fdf4f5ae49c3
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-11-17T22:16:50.948Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72dc645d-7268-4bfa-9774-fdf4f5ae49c3
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-11-17T22:16:50.950Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T22:16:50.950Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-17T22:16:50.950Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-17T22:17:05.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:17:05.023Z||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-11-17T22:17:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:17:05.651Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:17:05.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:17:05.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "aai-ml",
"timestamp": 1668723369427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221117221429/1.0/artifacts/service-Vfw20221117221429-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-17T22:17:05.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:17:05.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-17T22:17:05.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "aai-ml",
"timestamp": 1668723370435,
"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-11-17T22:17:05.658Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72dc645d-7268-4bfa-9774-fdf4f5ae49c3
2022-11-17T22:17:05.658Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72dc645d-7268-4bfa-9774-fdf4f5ae49c3 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-11-17T22:17:20.951Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72dc645d-7268-4bfa-9774-fdf4f5ae49c3
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-11-17T22:17:20.960Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72dc645d-7268-4bfa-9774-fdf4f5ae49c3
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-11-17T22:17:20.966Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T22:17:20.966Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-17T22:17:20.966Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-17T22:17:20.966Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-17T22:17:20.967Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:17:20.967Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:17:20.967Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:17:20.967Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:17:20.967Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:17:20.968Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||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-11-17T22:17:20.971Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-17T22:17:50.972Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72dc645d-7268-4bfa-9774-fdf4f5ae49c3 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-11-17T22:17:50.978Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72dc645d-7268-4bfa-9774-fdf4f5ae49c3 and serviceModelVersionId: 3083475e-49d3-444b-8e7e-ceef5c75a3dd
2022-11-17T22:17:50.979Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b565fadc-a490-449e-9282-e8d15115d7b8
2022-11-17T22:17:50.980Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b565fadc-a490-449e-9282-e8d15115d7b8/model-vers/model-ver/3083475e-49d3-444b-8e7e-ceef5c75a3dd?depth=0
2022-11-17T22:17:50.985Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-17T22:17:51.038Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b565fadc-a490-449e-9282-e8d15115d7b8/model-vers/model-ver/3083475e-49d3-444b-8e7e-ceef5c75a3dd?depth=0|INFO|500||Invoke
2022-11-17T22:17:51.039Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b565fadc-a490-449e-9282-e8d15115d7b8/model-vers/model-ver/3083475e-49d3-444b-8e7e-ceef5c75a3dd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b565fadc-a490-449e-9282-e8d15115d7b8/model-vers/model-ver/3083475e-49d3-444b-8e7e-ceef5c75a3dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72dc645d-7268-4bfa-9774-fdf4f5ae49c3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80613a56-8965-4923-8867-8d1c298cfaa0], X-ECOMP-RequestID=[72dc645d-7268-4bfa-9774-fdf4f5ae49c3], X-TransactionId=[], X-ONAP-RequestID=[72dc645d-7268-4bfa-9774-fdf4f5ae49c3], Content-Type=[application/merge-patch+json]}
2022-11-17T22:17:51.068Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b565fadc-a490-449e-9282-e8d15115d7b8/model-vers/model-ver/3083475e-49d3-444b-8e7e-ceef5c75a3dd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-17T22:17:51.178Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b565fadc-a490-449e-9282-e8d15115d7b8/model-vers/model-ver/3083475e-49d3-444b-8e7e-ceef5c75a3dd?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/b565fadc-a490-449e-9282-e8d15115d7b8/model-vers/model-ver/3083475e-49d3-444b-8e7e-ceef5c75a3dd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221117-22:17:51:781-10302], vertex-id=[172136], Content-Length=[0], Date=[Thu, 17 Nov 2022 22:17:51 GMT], Content-Type=[application/json]}
2022-11-17T22:17:51.179Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b565fadc-a490-449e-9282-e8d15115d7b8/model-vers/model-ver/3083475e-49d3-444b-8e7e-ceef5c75a3dd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-17T22:17:51.179Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b565fadc-a490-449e-9282-e8d15115d7b8/model-vers/model-ver/3083475e-49d3-444b-8e7e-ceef5c75a3dd?depth=0|INFO|500||InvokeReturn
2022-11-17T22:17:51.180Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-17T22:17:51.181Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||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-11-17T22:17:51.188Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||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-11-17T22:17:51.188Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72dc645d-7268-4bfa-9774-fdf4f5ae49c3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-17T22:17:51.188Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-17T22:17:51.188Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:17:51.190Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:17:51.190Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723471188,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T22:17:51.291Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-17T22:17:51.292Z||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-11-17T22:17:51.292Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:17:51.305Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:17:51.306Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 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-11-17T22:17:52.203Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:17:52.204Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:17:52.204Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:18:02.511Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:18:02.512Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:18:02.513Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:18:02.513Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:18:05.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:18:05.023Z||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-11-17T22:18:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:18:05.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:18:05.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-17T22:18:05.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72dc645d-7268-4bfa-9774-fdf4f5ae49c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723471188,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T22:18:05.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:18:12.057Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:18:12.057Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:18:12.058Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:18:12.058Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:18:21.610Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:18:21.610Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:18:21.611Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:18:21.611Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:18:31.161Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:18:31.162Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:18:31.163Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:18:31.163Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:18:40.723Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:19:05.019Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:19:05.020Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:19:05.020Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:19:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:19:05.022Z||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-11-17T22:19:05.022Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:19:14.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:19:14.572Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:20:05.020Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:20:05.021Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:20:05.021Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:20:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:20:05.023Z||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-11-17T22:20:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:20:14.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:20:14.564Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:21:05.019Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:21:05.020Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:21:05.020Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:21:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:21:05.022Z||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-11-17T22:21:05.022Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:21:14.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:21:14.564Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:22:05.019Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:22:05.020Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:22:05.021Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:22:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:22:05.022Z||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-11-17T22:22:05.022Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:22:14.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:22:14.570Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:23:05.020Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:23:05.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:23:05.025Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:23:05.025Z||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-11-17T22:23:05.025Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:23:05.025Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:23:14.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:23:14.573Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:24:05.019Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:24:05.021Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-17T22:24:05.021Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:24:05.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:24:05.022Z||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-11-17T22:24:05.023Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:24:14.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:24:14.568Z|72dc645d-7268-4bfa-9774-fdf4f5ae49c3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:25:05.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:25:05.021Z||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-11-17T22:25:05.021Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:25:05.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:25:05.023Z||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-11-17T22:25:05.024Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:25:05.656Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:25:05.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"42160bfa-9cc8-4133-a9d4-148bd83e0499","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"802962d5-2489-4d6c-b0c0-82e38590d397","serviceDescription":"service","serviceInvariantUUID":"06999b0c-2c2a-4ca7-93f4-4412c5402f8e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e774172d-afe4-4a24-b6d4-be09ceb3f4d1","resourceInvariantUUID":"72d260c1-8a46-4c43-b619-fc75931325dd","resourceCustomizationUUID":"b61873a5-80bf-4cea-b6fd-0b835e604dcd","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZmM4ZmRmYTQwM2QzMWFjZDcwODdlOGQzNzQ3OTc2ZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb3fce26-d0b2-4d44-b3fa-3b0284836bb7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzNhN2E1ZDRhNTY2NDUyMTg2MjdlOTZmYjVlZTExM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74835e04-df6e-4b1e-9a8e-e718cf6d82c8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-17T22:25:05.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:25:05.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "cds",
"timestamp": 1668723881687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:25:05.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-17T22:25:05.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723880557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:25:05.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-17T22:25:05.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668723880557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:25:05.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-17T22:25:05.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "cds",
"timestamp": 1668723881687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:25:05.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-17T22:25:05.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723889889,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:25:05.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-17T22:25:05.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "ves-openapi-manager",
"timestamp": 1668723889889,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:25:05.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-17T22:25:05.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "aai-ml",
"timestamp": 1668723891341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:25:05.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-17T22:25:05.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "cds",
"timestamp": 1668723891876,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:25:05.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:25:05.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "aai-ml",
"timestamp": 1668723891341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:25:05.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-17T22:25:05.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "cds",
"timestamp": 1668723892884,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-17T22:25:05.671Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:25:05.672Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T22:25:05.686Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:25:05.687Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723905019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-17T22:25:05.697Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42160bfa-9cc8-4133-a9d4-148bd83e0499
2022-11-17T22:25:05.697Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42160bfa-9cc8-4133-a9d4-148bd83e0499 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-11-17T22:25:05.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "aai-ml",
"timestamp": 1668723894199,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:25:05.705Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:25:05.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723896270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:25:05.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-17T22:25:05.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "aai-ml",
"timestamp": 1668723898400,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-17T22:25:05.708Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:25:05.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723896270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:25:05.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-17T22:25:05.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "aai-ml",
"timestamp": 1668723899404,
"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-11-17T22:25:05.714Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42160bfa-9cc8-4133-a9d4-148bd83e0499
2022-11-17T22:25:05.714Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42160bfa-9cc8-4133-a9d4-148bd83e0499 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-11-17T22:25:05.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723899208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:25:05.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:25:05.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723901061,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-17T22:25:05.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-17T22:25:05.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-17T22:25:05.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668723902065,
"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-11-17T22:25:05.723Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42160bfa-9cc8-4133-a9d4-148bd83e0499
2022-11-17T22:25:05.723Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42160bfa-9cc8-4133-a9d4-148bd83e0499 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-11-17T22:25:05.785Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-17T22:25:05.786Z||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-11-17T22:25:05.786Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:25:05.810Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:25:05.811Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:25:06.689Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:25:06.689Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:25:06.691Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:25:06.692Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723905019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:25:06.792Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:25:06.793Z||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-11-17T22:25:06.793Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:25:06.807Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:25:06.808Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:25:07.692Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "802962d5-2489-4d6c-b0c0-82e38590d397",
"serviceDescription": "service",
"serviceInvariantUUID": "06999b0c-2c2a-4ca7-93f4-4412c5402f8e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b61873a5-80bf-4cea-b6fd-0b835e604dcd",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e774172d-afe4-4a24-b6d4-be09ceb3f4d1",
"resourceInvariantUUID": "72d260c1-8a46-4c43-b619-fc75931325dd",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "YzNhN2E1ZDRhNTY2NDUyMTg2MjdlOTZmYjVlZTExM2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "74835e04-df6e-4b1e-9a8e-e718cf6d82c8"
}
],
"workloadContext": "Production"
}
2022-11-17T22:25:07.693Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-17T22:25:07.693Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 802962d5-2489-4d6c-b0c0-82e38590d397 ASDC
2022-11-17T22:25:07.694Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:42160bfa-9cc8-4133-a9d4-148bd83e0499
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:802962d5-2489-4d6c-b0c0-82e38590d397
ServiceInvariantUUID:06999b0c-2c2a-4ca7-93f4-4412c5402f8e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:74835e04-df6e-4b1e-9a8e-e718cf6d82c8
ArtifactChecksum:YzNhN2E1ZDRhNTY2NDUyMTg2MjdlOTZmYjVlZTExM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b61873a5-80bf-4cea-b6fd-0b835e604dcd
ResourceInvariantUUID:72d260c1-8a46-4c43-b619-fc75931325dd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e774172d-afe4-4a24-b6d4-be09ceb3f4d1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-17T22:25:07.694Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 802962d5-2489-4d6c-b0c0-82e38590d397 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-11-17T22:25:07.723Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T22:25:07.724Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-17T22:25:07.724Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-17T22:25:07.724Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 74835e04-df6e-4b1e-9a8e-e718cf6d82c8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-17T22:25:07.725Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-17T22:25:07.725Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-17T22:25:08.076Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-17T22:25:08.080Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 74835e04-df6e-4b1e-9a8e-e718cf6d82c8 57661
2022-11-17T22:25:08.081Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-17T22:25:08.081Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-17T22:25:08.081Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T22:25:08.082Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:25:08.084Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:25:08.085Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723908081,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:25:08.189Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-17T22:25:08.190Z||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-11-17T22:25:08.190Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:25:08.201Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:25:08.202Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:25:09.085Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T22:25:09.086Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-17T22:25:09.087Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 74835e04-df6e-4b1e-9a8e-e718cf6d82c8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T22:25:09.087Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-17T22:25:09.087Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T22:25:09.088Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T22:25:09.241Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17233628120106695428/Definitions/service-BasicNetwork-template.yml
2022-11-17T22:25:09.780Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-17T22:25:09.781Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-17T22:25:09.781Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T22:25:09.781Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-17T22:25:09.781Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T22:25:09.781Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T22:25:09.781Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T22:25:09.781Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T22:25:09.782Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T22:25:09.782Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T22:25:09.782Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T22:25:09.782Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-17T22:25:09.782Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-17T22:25:09.782Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.782Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:25:09.783Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-17T22:25:09.783Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-17T22:25:09.783Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T22:25:09.783Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.783Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:25:09.784Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-17T22:25:09.784Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-17T22:25:09.784Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T22:25:09.784Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.784Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:25:09.784Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.784Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:25:09.785Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.785Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:25:09.785Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.785Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:25:09.785Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.786Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:25:09.786Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:802962d5-2489-4d6c-b0c0-82e38590d397
Model Version:NULL
Model InvariantUuid:06999b0c-2c2a-4ca7-93f4-4412c5402f8e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:72d260c1-8a46-4c43-b619-fc75931325dd
Model UUID:cd346011-98f6-4894-a452-ff5bc4a8eb29
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b61873a5-80bf-4cea-b6fd-0b835e604dcd
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-17T22:25:09.793Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: e774172d-afe4-4a24-b6d4-be09ceb3f4d1
2022-11-17T22:25:09.793Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||No resources found for Service: 802962d5-2489-4d6c-b0c0-82e38590d397
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-11-17T22:25:09.800Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||
2022-11-17T22:25:09.800Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-17T22:25:09.801Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 802962d5-2489-4d6c-b0c0-82e38590d397
2022-11-17T22:25:09.801Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 802962d5-2489-4d6c-b0c0-82e38590d397
2022-11-17T22:25:09.801Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-17T22:25:09.801Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-17T22:25:09.806Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60749735, org.onap.sdc.toscaparser.api.parameters.Input@779d46e9, org.onap.sdc.toscaparser.api.parameters.Input@4313d9ee, org.onap.sdc.toscaparser.api.parameters.Input@44c82fcd, org.onap.sdc.toscaparser.api.parameters.Input@c1c55e]
2022-11-17T22:25:09.808Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.808Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:25:09.808Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.808Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:25:09.809Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 802962d5-2489-4d6c-b0c0-82e38590d397: Generic NeutronNet
2022-11-17T22:25:09.809Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.809Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:25:09.809Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.809Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-17T22:25:09.846Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.846Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:25:09.846Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.846Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:25:09.847Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:25:09.847Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:25:09.847Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-17T22:25:09.895Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-17T22:25:09.895Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-17T22:25:09.896Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-17T22:25:09.896Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-17T22:25:09.896Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:25:09.898Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:25:09.898Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723909895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-17T22:25:09.998Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:25:10.000Z||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-11-17T22:25:10.000Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:25:10.012Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:25:10.012Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-17T22:25:10.899Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42160bfa-9cc8-4133-a9d4-148bd83e0499
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-11-17T22:25:10.907Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42160bfa-9cc8-4133-a9d4-148bd83e0499
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-11-17T22:25:10.909Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-17T22:25:10.910Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-17T22:25:10.910Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-17T22:25:10.910Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-17T22:25:10.910Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:25:10.910Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:25:10.910Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:25:10.910Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-17T22:25:10.911Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-17T22:25:10.913Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-17T22:25:40.914Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42160bfa-9cc8-4133-a9d4-148bd83e0499 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-11-17T22:25:40.922Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42160bfa-9cc8-4133-a9d4-148bd83e0499 and serviceModelVersionId: 802962d5-2489-4d6c-b0c0-82e38590d397
2022-11-17T22:25:40.922Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06999b0c-2c2a-4ca7-93f4-4412c5402f8e
2022-11-17T22:25:40.923Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06999b0c-2c2a-4ca7-93f4-4412c5402f8e/model-vers/model-ver/802962d5-2489-4d6c-b0c0-82e38590d397?depth=0
2022-11-17T22:25:40.929Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-17T22:25:40.991Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06999b0c-2c2a-4ca7-93f4-4412c5402f8e/model-vers/model-ver/802962d5-2489-4d6c-b0c0-82e38590d397?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-11-17T22:25:40.992Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06999b0c-2c2a-4ca7-93f4-4412c5402f8e/model-vers/model-ver/802962d5-2489-4d6c-b0c0-82e38590d397?depth=0|INFO|500||Invoke
2022-11-17T22:25:41.016Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06999b0c-2c2a-4ca7-93f4-4412c5402f8e/model-vers/model-ver/802962d5-2489-4d6c-b0c0-82e38590d397?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-17T22:25:41.125Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06999b0c-2c2a-4ca7-93f4-4412c5402f8e/model-vers/model-ver/802962d5-2489-4d6c-b0c0-82e38590d397?depth=0|INFO|500||InvokeReturn
2022-11-17T22:25:41.126Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06999b0c-2c2a-4ca7-93f4-4412c5402f8e/model-vers/model-ver/802962d5-2489-4d6c-b0c0-82e38590d397?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221117-22:25:41:736-42705], vertex-id=[266448], Content-Length=[0], Date=[Thu, 17 Nov 2022 22:25:41 GMT], Content-Type=[application/json]}
2022-11-17T22:25:41.127Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-17T22:25:41.127Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-17T22:25:41.128Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-17T22:25:41.133Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-17T22:25:41.133Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42160bfa-9cc8-4133-a9d4-148bd83e0499 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-17T22:25:41.133Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-17T22:25:41.134Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:25:41.135Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:25:41.136Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723941133,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-17T22:25:41.236Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:25:41.240Z||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-11-17T22:25:41.240Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:25:41.265Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:25:41.265Z||pool-39-thread-1|||||INFO|500||cambria reply ok (28 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-11-17T22:26:05.020Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:26:05.022Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|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-11-17T22:26:05.022Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:26:05.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-17T22:26:05.022Z||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-11-17T22:26:05.022Z||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 Uau7cIEFAfcSyQWB) ...
2022-11-17T22:26:05.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:26:05.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-17T22:26:05.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42160bfa-9cc8-4133-a9d4-148bd83e0499",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723905019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:26:05.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-17T22:26:05.649Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:26:05.651Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-17T22:26:05.651Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"383a952b-d6da-4256-bd94-69649c112957","serviceName":"Demo_pNF_LE3M2CVv7sLFI2ETGcyk","serviceVersion":"1.0","serviceUUID":"cd50bf38-839d-42a2-94f8-ca777c2f2c7e","serviceDescription":"catalog service description","serviceInvariantUUID":"2586771b-cc8a-428e-9714-16bc20c1069f","resources":[{"resourceInstanceName":"pNF 1c8fa089-2294 0","resourceName":"pNF 1c8fa089-2294","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fbc3af34-fb04-4e1a-ad27-3371c0641756","resourceInvariantUUID":"ea24df70-a653-465d-b24f-f43531616a7f","resourceCustomizationUUID":"454410c7-aaca-4c22-8b56-1a64849147d4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/resourceInstances/pnf1c8fa08922940/artifacts/vf-license-model.xml","artifactChecksum":"NWQ2NTU5ZDI4NjVlMTUyOTk2NjM2MjIxOGZiYzM3ODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f02d6e0-e760-4519-80f1-264dae5908e9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/resourceInstances/pnf1c8fa08922940/artifacts/pNF.csar","artifactChecksum":"NWEzMDM0YTQ2NzRjOWViN2RhNDYwM2U3NjkwOTdhYTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e7dfda3-5396-41d5-a3cd-8718af7aebc9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/resourceInstances/pnf1c8fa08922940/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"caaf244e-742a-49c9-b742-c71130c18790","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/resourceInstances/pnf1c8fa08922940/artifacts/vendor-license-model.xml","artifactChecksum":"OTQyY2EzNjIwYmEzZmIwZmM0OTUwNTY4YTYwNjY2MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2dd24d67-784f-4fe3-bebc-48ad86b5d8cb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/resourceInstances/pnf1c8fa08922940/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b21a3774-5b88-4857-b5a0-a23d65df0755","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/resourceInstances/pnf1c8fa08922940/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5400aa85-07cb-48bb-8328-5cc1a59d9426","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLe3m2cvv7slfi2etgcyk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/artifacts/service-DemoPnfLe3m2cvv7slfi2etgcyk-template.yml","artifactChecksum":"ZTdkMzY2YjY4MTdiNWVmNWYwM2YzZWQzM2UyNDA0Zjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c7b660a-500b-4a2c-80ac-a43e3926afae","artifactVersion":"1"},{"artifactName":"service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/artifacts/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar","artifactChecksum":"ZGJkZjc3YmE1Y2ZkNDIzNjFhZGU0ODE2ZWU3MjA4NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"819beb81-dea8-40bd-a211-e4a9776ba0f7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-17T22:26:05.654Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:26:05.654Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:26:05.656Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:26:05.656Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "383a952b-d6da-4256-bd94-69649c112957",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723965020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/resourceInstances/pnf1c8fa08922940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:26:05.756Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:26:05.757Z||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-11-17T22:26:05.757Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:26:05.774Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:26:05.774Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:26:06.657Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:26:06.658Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:26:06.660Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:26:06.660Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "383a952b-d6da-4256-bd94-69649c112957",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723965020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/resourceInstances/pnf1c8fa08922940/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:26:06.760Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T22:26:06.762Z||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-11-17T22:26:06.762Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:26:06.784Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:26:06.785Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-17T22:26:07.661Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:26:07.662Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:26:07.664Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:26:07.664Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "383a952b-d6da-4256-bd94-69649c112957",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723965020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/resourceInstances/pnf1c8fa08922940/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:26:07.764Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T22:26:07.765Z||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-11-17T22:26:07.765Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:26:07.776Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:26:07.776Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:26:08.665Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:26:08.666Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:26:08.669Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:26:08.669Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "383a952b-d6da-4256-bd94-69649c112957",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723965020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/resourceInstances/pnf1c8fa08922940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:26:08.769Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:26:08.770Z||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-11-17T22:26:08.770Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:26:08.781Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:26:08.781Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-17T22:26:09.670Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:26:09.671Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:26:09.674Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:26:09.675Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "383a952b-d6da-4256-bd94-69649c112957",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723965020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/resourceInstances/pnf1c8fa08922940/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:26:09.774Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T22:26:09.775Z||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-11-17T22:26:09.775Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:26:09.787Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:26:09.787Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:26:10.676Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:26:10.677Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:26:10.679Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:26:10.680Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "383a952b-d6da-4256-bd94-69649c112957",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723965020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/resourceInstances/pnf1c8fa08922940/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:26:10.779Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T22:26:10.781Z||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-11-17T22:26:10.781Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:26:10.803Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:26:10.803Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-17T22:26:11.680Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:26:11.681Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:26:11.684Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:26:11.684Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "383a952b-d6da-4256-bd94-69649c112957",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723965020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/artifacts/service-DemoPnfLe3m2cvv7slfi2etgcyk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-17T22:26:11.784Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-17T22:26:11.785Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-17T22:26:11.785Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:26:11.805Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:26:11.806Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:26:12.685Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-17T22:26:12.686Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:26:12.688Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:26:12.688Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "383a952b-d6da-4256-bd94-69649c112957",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723965020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/artifacts/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar",
"status": "NOTIFIED"
}
2022-11-17T22:26:12.788Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T22:26:12.789Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-17T22:26:12.789Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:26:12.803Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:26:12.803Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:26:13.690Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "383a952b-d6da-4256-bd94-69649c112957",
"serviceName": "Demo_pNF_LE3M2CVv7sLFI2ETGcyk",
"serviceVersion": "1.0",
"serviceUUID": "cd50bf38-839d-42a2-94f8-ca777c2f2c7e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2586771b-cc8a-428e-9714-16bc20c1069f",
"resources": [
{
"resourceInstanceName": "pNF 1c8fa089-2294 0",
"resourceCustomizationUUID": "454410c7-aaca-4c22-8b56-1a64849147d4",
"resourceName": "pNF 1c8fa089-2294",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "fbc3af34-fb04-4e1a-ad27-3371c0641756",
"resourceInvariantUUID": "ea24df70-a653-465d-b24f-f43531616a7f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/artifacts/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar",
"artifactChecksum": "ZGJkZjc3YmE1Y2ZkNDIzNjFhZGU0ODE2ZWU3MjA4NjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "819beb81-dea8-40bd-a211-e4a9776ba0f7"
}
],
"workloadContext": "Production"
}
2022-11-17T22:26:13.690Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-17T22:26:13.690Z|42160bfa-9cc8-4133-a9d4-148bd83e0499|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd50bf38-839d-42a2-94f8-ca777c2f2c7e ASDC
2022-11-17T22:26:13.692Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:383a952b-d6da-4256-bd94-69649c112957
ServiceName:Demo_pNF_LE3M2CVv7sLFI2ETGcyk
ServiceVersion:1.0
ServiceUUID:cd50bf38-839d-42a2-94f8-ca777c2f2c7e
ServiceInvariantUUID:2586771b-cc8a-428e-9714-16bc20c1069f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/artifacts/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
ArtifactUUID:819beb81-dea8-40bd-a211-e4a9776ba0f7
ArtifactChecksum:ZGJkZjc3YmE1Y2ZkNDIzNjFhZGU0ODE2ZWU3MjA4NjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1c8fa089-2294 0
ResourceCustomizationUUID:454410c7-aaca-4c22-8b56-1a64849147d4
ResourceInvariantUUID:ea24df70-a653-465d-b24f-f43531616a7f
ResourceName:pNF 1c8fa089-2294
ResourceType:PNF
ResourceUUID:fbc3af34-fb04-4e1a-ad27-3371c0641756
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-17T22:26:13.693Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd50bf38-839d-42a2-94f8-ca777c2f2c7e 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-11-17T22:26:13.727Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T22:26:13.728Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-17T22:26:13.728Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-17T22:26:13.728Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 819beb81-dea8-40bd-a211-e4a9776ba0f7 from URL: /sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/artifacts/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:13.729Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-17T22:26:13.729Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/artifacts/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:13.872Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-17T22:26:13.877Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/artifacts/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar 819beb81-dea8-40bd-a211-e4a9776ba0f7 87772
2022-11-17T22:26:13.877Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/artifacts/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar ASDC sendASDCNotification
2022-11-17T22:26:13.878Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/artifacts/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:13.878Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-17T22:26:13.879Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-17T22:26:13.881Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-17T22:26:13.881Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "383a952b-d6da-4256-bd94-69649c112957",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668723973877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/artifacts/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-17T22:26:13.982Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-17T22:26:13.982Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-17T22:26:13.983Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Uau7cIEFAfcSyQWB) ...
2022-11-17T22:26:13.996Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-17T22:26:13.996Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-17T22:26:14.884Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-17T22:26:14.885Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-17T22:26:14.885Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 819beb81-dea8-40bd-a211-e4a9776ba0f7, URL: /sdc/v1/catalog/services/DemoPnfLe3m2cvv7slfi2etgcyk/1.0/artifacts/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar to file: /app/ASDC/1/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:14.885Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:14.886Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:14.886Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:15.099Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10497628304729710048/Definitions/service-DemoPnfLe3m2cvv7slfi2etgcyk-template.yml
2022-11-17T22:26:15.979Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-17T22:26:15.980Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-17T22:26:15.980Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:15.980Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-17T22:26:15.981Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1c8fa089-2294 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:15.981Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:15.981Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:15.981Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:15.981Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:15.981Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:15.981Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLe3m2cvv7slfi2etgcyk-csar.csar
2022-11-17T22:26:15.982Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-17T22:26:15.982Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-17T22:26:15.982Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LE3M2CVv7sLFI2ETGcyk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-17T22:26:15.982Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||Node template pNF 1c8fa089-2294 0 is matching search criteria
2022-11-17T22:26:15.982Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-17T22:26:15.983Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 1c8fa089-2294 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-17T22:26:15.983Z|383a952b-d6da-4256-bd94-69649c112957|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery