By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-13T12:04:50.647Z||main|||||INFO|500||The following profiles are active: basic
2022-06-13T12:05:01.879Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-13T12:05:01.880Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-13T12:05:01.996Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-13T12:05:06.681Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-13T12:05:07.089Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-13T12:05:07.535Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-13T12:05:07.550Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-13T12:05:07.661Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-13T12:05:07.945Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-13T12:05:08.561Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-13T12:05:10.531Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-13T12:05:13.255Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-13T12:05:13.342Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-13T12:05:14.001Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-13T12:05:14.236Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-13T12:05:15.476Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-13T12:05:16.690Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-13T12:05:16.710Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$9ade955a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-13T12:05:16.712Z||main|||||WARN|500||The sdc end point is not alive
2022-06-13T12:05:19.812Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-13T12:05:22.954Z||main|||||WARN|500||---
2022-06-13T12:05:22.954Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-13T12:05:22.955Z||main|||||WARN|500||---
2022-06-13T12:05:23.438Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-13T12:05:28.203Z||main|||||INFO|500||Started Application in 40.834 seconds (JVM running for 43.265)
2022-06-13T12:05:28.216Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-13T12:05:28.217Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-13T12:05:28.228Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-13T12:05:28.251Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-13T12:05:28.291Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0c1f0dc-091e-46ac-aa4e-bf9467ef31b4 url= /sdc/v1/artifactTypes
2022-06-13T12:05:28.292Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-13T12:05:29.384Z||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.31.167] 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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-13T12:05:29.389Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6727fc3b
2022-06-13T12:05:29.389Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-13T12:05:29.406Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-13T12:05:29.408Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-13T12:05:29.411Z||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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-13T12:06:18.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-13T12:06:18.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-13T12:06:18.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-13T12:06:18.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-13T12:06:18.207Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d32627fd-98fb-4a41-a4e2-8d0fcc4bcb07 url= /sdc/v1/artifactTypes
2022-06-13T12:06:18.207Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-13T12:06:19.239Z||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.31.167] 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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-13T12:06:19.240Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5da1c636
2022-06-13T12:06:19.240Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-13T12:06:19.241Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-13T12:06:19.241Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-13T12:06:19.242Z||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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-13T12:07:08.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-13T12:07:08.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-13T12:07:08.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-13T12:07:08.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-13T12:07:08.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2cb10494-7304-4a59-afde-755c6bc27faa url= /sdc/v1/artifactTypes
2022-06-13T12:07:08.207Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-13T12:07:09.259Z||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.31.167] 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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-13T12:07:09.260Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@150d2297
2022-06-13T12:07:09.260Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-13T12:07:09.260Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-13T12:07:09.261Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-13T12:07:09.261Z||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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-13T12:07:58.199Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-13T12:07:58.201Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-13T12:07:58.202Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-13T12:07:58.208Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-13T12:07:58.219Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2bd79d4-ae9a-43d6-9248-ad2af26d8bb1 url= /sdc/v1/artifactTypes
2022-06-13T12:07:58.220Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-13T12:07:59.271Z||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.31.167] 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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-13T12:07:59.273Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47046972
2022-06-13T12:07:59.274Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-13T12:07:59.274Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-13T12:07:59.274Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-13T12:07:59.277Z||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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-13T12:08:48.199Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-13T12:08:48.199Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-13T12:08:48.200Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-13T12:08:48.205Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-13T12:08:48.211Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80fe3fd3-881a-4b08-9454-dc142511bf57 url= /sdc/v1/artifactTypes
2022-06-13T12:08:48.211Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-13T12:08:49.260Z||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.31.167] 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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-13T12:08:49.261Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b7e740c
2022-06-13T12:08:49.261Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-13T12:08:49.261Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-13T12:08:49.262Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-13T12:08:49.262Z||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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-13T12:09:38.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-13T12:09:38.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-13T12:09:38.199Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-13T12:09:38.205Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-13T12:09:38.211Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 92b365d8-da10-479c-bea5-aea140069a1a url= /sdc/v1/artifactTypes
2022-06-13T12:09:38.211Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-13T12:09:39.241Z||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.31.167] 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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-13T12:09:39.242Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@bb01da8
2022-06-13T12:09:39.242Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-13T12:09:39.243Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-13T12:09:39.243Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-13T12:09:39.244Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at 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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-13T12:10:28.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-13T12:10:28.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-13T12:10:28.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-13T12:10:28.204Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-13T12:10:28.210Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62bd7568-328a-4a8f-8413-e8ddc422e326 url= /sdc/v1/artifactTypes
2022-06-13T12:10:28.210Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-13T12:10:29.220Z||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.31.167] 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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-13T12:10:29.221Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48a628a3
2022-06-13T12:10:29.221Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-13T12:10:29.222Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-13T12:10:29.222Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-13T12:10:29.223Z||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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-13T12:11:18.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-13T12:11:18.199Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-13T12:11:18.200Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-13T12:11:18.204Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-13T12:11:18.212Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6d8dc40f-7156-437b-9a8e-433477d32d34 url= /sdc/v1/artifactTypes
2022-06-13T12:11:18.213Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-13T12:11:19.240Z||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.31.167] 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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-13T12:11:19.242Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@410cf454
2022-06-13T12:11:19.242Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-13T12:11:19.242Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-13T12:11:19.243Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-13T12:11:19.243Z||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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-13T12:12:08.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-13T12:12:08.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-13T12:12:08.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-13T12:12:08.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-13T12:12:08.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 179b1f7f-4476-4946-9930-bcd559d50374 url= /sdc/v1/artifactTypes
2022-06-13T12:12:08.206Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-13T12:12:09.255Z||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.31.167] 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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-13T12:12:09.256Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27fab933
2022-06-13T12:12:09.256Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-13T12:12:09.257Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-13T12:12:09.257Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-13T12:12:09.257Z||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$$4d48c3fd.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-13T12:12:58.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-13T12:12:58.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-13T12:12:58.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-13T12:12:58.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-13T12:12:58.210Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5e5c623f-b806-4dd9-9c02-3a9b5bd227f2 url= /sdc/v1/artifactTypes
2022-06-13T12:12:58.210Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-13T12:12:58.928Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-13T12:12:58.939Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-13T12:12:58.965Z||scheduling-1|||||DEBUG|500||create keys
2022-06-13T12:12:58.973Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-13T12:12:59.097Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:12:59.118Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fb449f78-62fb-4fca-ac6f-990c0856b81a url= /sdc/v1/registerForDistribution
2022-06-13T12:12:59.412Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fb449f78-62fb-4fca-ac6f-990c0856b81a url= /sdc/v1/registerForDistribution
2022-06-13T12:12:59.412Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-13T12:12:59.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:12:59.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:12:59.477Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-13T12:12:59.485Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:12:59.486Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:12:59.486Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:12:59.487Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:13:10.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:13:10.005Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:13:59.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:13:59.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:13:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:13:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:13:59.424Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:13:59.424Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:14:09.009Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:14:09.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:14:59.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:14:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:14:59.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:14:59.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:14:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:14:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:15:05.936Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-13T12:15:09.010Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:15:09.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:15:59.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:15:59.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:15:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:15:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:15:59.423Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:15:59.424Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:16:08.997Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:16:08.997Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:16:59.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:16:59.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:16:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:16:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:16:59.423Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:16:59.424Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:17:09.036Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:17:09.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:17:59.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:17:59.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:17:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:17:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:17:59.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:17:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:18:09.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:18:09.030Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:18:59.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:18:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:18:59.423Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:18:59.423Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:18:59.424Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:18:59.424Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:19:09.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:19:09.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:19:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:19:59.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:19:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:19:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:19:59.424Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:19:59.425Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:20:09.001Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:20:09.001Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:20:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:20:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:20:59.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:20:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:20:59.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:20:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:21:09.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:21:09.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:21:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:21:59.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:21:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:21:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:21:59.423Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:21:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:22:09.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:22:09.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:22:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:22:59.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:22:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:22:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:22:59.423Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:22:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:23:09.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:23:09.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:23:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:23:59.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:23:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:23:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:23:59.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:23:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:24:09.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:24:09.051Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:24:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:24:59.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:24:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:24:59.425Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:24:59.425Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:24:59.425Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:25:09.037Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:25:09.040Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:25:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:25:59.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:25:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:25:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:25:59.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:25:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:26:09.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:26:09.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:26:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:26:59.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:26:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:26:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:26:59.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:26:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:27:09.014Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:27:09.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:27:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:27:59.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:27:59.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:27:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:27:59.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:27:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:28:09.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:28:09.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:28:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:28:59.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:28:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:28:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:28:59.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:28:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:29:08.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:29:08.988Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:29:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:29:59.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:29:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:29:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:29:59.423Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:29:59.425Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:30:09.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:30:09.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:30:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:30:59.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:30:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:30:59.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:30:59.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:30:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:31:09.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:31:09.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:31:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:31:59.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:31:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:31:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:31:59.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:31:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:32:08.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:32:08.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:32:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:32:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:32:59.423Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:32:59.423Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:32:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:32:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:33:09.064Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:33:09.064Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:33:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:33:59.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:33:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:33:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:33:59.423Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:33:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:34:08.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:34:08.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:34:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:34:59.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:34:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:34:59.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:34:59.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:34:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:35:08.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:35:08.979Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:35:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:35:59.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:35:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:35:59.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:35:59.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:35:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:36:08.997Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:36:09.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:36:59.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:36:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:36:59.425Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:36:59.425Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:36:59.425Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:36:59.425Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:37:09.006Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:37:09.006Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:37:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:37:59.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:37:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:37:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:37:59.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:37:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:38:08.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:38:09.011Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:38:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:38:59.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:38:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:38:59.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:38:59.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:38:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:39:09.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:39:09.060Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:39:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:39:59.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:39:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:39:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:39:59.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:39:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:40:08.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:40:09.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:40:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:40:59.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:40:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:40:59.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:40:59.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:40:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:41:09.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:41:09.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:41:59.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:41:59.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:41:59.423Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:41:59.423Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:41:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:41:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:42:09.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:42:09.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:42:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:42:59.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:42:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:42:59.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:42:59.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:42:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:43:09.009Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:43:09.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:43:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:43:59.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:43:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:43:59.422Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:43:59.423Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:43:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:44:08.990Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:44:08.991Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:44:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:44:59.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:44:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:44:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:44:59.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:44:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:45:09.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:45:09.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:45:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:45:59.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:45:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:45:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:45:59.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:45:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:46:09.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:46:09.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:46:59.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:46:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:46:59.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:46:59.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:46:59.423Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:46:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:47:09.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:47:09.126Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:47:59.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:47:59.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:47:59.420Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:47:59.422Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:47:59.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:47:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:48:09.034Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:48:09.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:48:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:48:59.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:48:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:48:59.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:48:59.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:48:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:49:08.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:49:09.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:49:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:49:59.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:49:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:49:59.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:49:59.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:49:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:50:08.995Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:50:09.005Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:50:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:50:59.421Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:50:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:50:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:50:59.423Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:50:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:51:09.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:51:09.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:51:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:51:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:51:59.423Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:51:59.423Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:51:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:51:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:52:09.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:52:09.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:52:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:52:59.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:52:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:52:59.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:52:59.423Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:52:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:53:09.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:53:09.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:53:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:53:59.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:53:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:53:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:53:59.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:53:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:54:09.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:54:09.032Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:54:59.420Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:54:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:54:59.424Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:54:59.425Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:54:59.425Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:54:59.425Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:55:09.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:55:09.020Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:55:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:55:59.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:55:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:55:59.422Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:55:59.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:55:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:56:08.999Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:56:09.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:56:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:56:59.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:56:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:56:59.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:56:59.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:56:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:57:08.999Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:57:09.000Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:57:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:57:59.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:57:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:57:59.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:57:59.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:57:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:58:09.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:58:09.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:58:59.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:58:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:58:59.425Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:58:59.425Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:58:59.425Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:58:59.425Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:00.140Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:00.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a78a021-2677-49c7-b1c0-80c7c235a32b","serviceName":"vFW 2022-06-13 12-56-05","serviceVersion":"1.0","serviceUUID":"07d9d3e4-85f8-4fa7-955b-7f5d041774cf","serviceDescription":"catalog service description","serviceInvariantUUID":"97dad4e5-7ea9-4284-97cd-817537211f62","resources":[{"resourceInstanceName":"vFW 7b45a857-dd7b 0","resourceName":"vFW 7b45a857-dd7b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf5a8643-3829-41e4-bac3-b447b8e94485","resourceInvariantUUID":"fa707756-752d-4e01-bbef-a9ec57309c80","resourceCustomizationUUID":"3a2a2598-b0be-41bb-af64-66497809130e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml","artifactChecksum":"NTJkYzIyN2YwMzhkNjk3NjM5NTllZTdjNjMyYzlhZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b311f71-bcca-47b9-a886-eef59beebdf0","artifactVersion":"1"},{"artifactName":"vfw7b45a857dd7b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json","artifactChecksum":"NjUxODdjOTcxOTI2NmUxMjcxOWU4Nzk4Zjc4YTRiZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ef7c66a3-0de4-4c4d-9a90-5fdf3916943c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"90b68e92-5985-45c8-8060-c13748b9edc8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml","artifactChecksum":"ODBlMzNiMzE2YWM1NTczMWFkNzNlOTdhZWQ4NTg1MmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2458c571-fed7-4d5d-965a-ea7f6ccb5884","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8777d967-6cce-4884-ac57-8495ef9af384","artifactVersion":"2","generatedFromUUID":"90b68e92-5985-45c8-8060-c13748b9edc8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220613125605-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml","artifactChecksum":"ZDQ0ZjdhZjRmOWE2MTUwN2U4NTMyMTlmMjYwODVjNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f8b44d4-b8da-4bf5-8a20-d6c8e3b94fc9","artifactVersion":"1"},{"artifactName":"service-Vfw20220613125605-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar","artifactChecksum":"ZDY3M2VlN2QyM2I0ZGM4MGIwNGZiYTU2ZWNmZmI3MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d24d1c5-3a45-4c6f-a292-345e02e3fa32","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-13T12:59:00.165Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T12:59:00.173Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:00.183Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:00.187Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:00.187Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125098930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125102377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "aai-ml",
"timestamp": 1655125101876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "cds",
"timestamp": 1655125098619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "clamp",
"timestamp": 1655125098941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "policy-id",
"timestamp": 1655125104666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125102377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "NOTIFIED"
}
2022-06-13T12:59:00.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125098930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "aai-ml",
"timestamp": 1655125101876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.220Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "cds",
"timestamp": 1655125098619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.220Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "clamp",
"timestamp": 1655125098941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "NOTIFIED"
}
2022-06-13T12:59:00.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "policy-id",
"timestamp": 1655125104666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125102377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-13T12:59:00.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125098930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "aai-ml",
"timestamp": 1655125101876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "cds",
"timestamp": 1655125098619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "policy-id",
"timestamp": 1655125104666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-13T12:59:00.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "clamp",
"timestamp": 1655125098941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125102377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125098930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "aai-ml",
"timestamp": 1655125101876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "cds",
"timestamp": 1655125098619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "policy-id",
"timestamp": 1655125104666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "clamp",
"timestamp": 1655125098941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125102377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-13T12:59:00.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125098930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "cds",
"timestamp": 1655125098619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "aai-ml",
"timestamp": 1655125101876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "policy-id",
"timestamp": 1655125104666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "clamp",
"timestamp": 1655125098941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125102377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125098930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "aai-ml",
"timestamp": 1655125101876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "cds",
"timestamp": 1655125098619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "policy-id",
"timestamp": 1655125104666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "clamp",
"timestamp": 1655125098941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125098930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T12:59:00.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "cds",
"timestamp": 1655125098619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T12:59:00.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "aai-ml",
"timestamp": 1655125101876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T12:59:00.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125102377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T12:59:00.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "policy-id",
"timestamp": 1655125104666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T12:59:00.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "clamp",
"timestamp": 1655125098941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T12:59:00.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125115988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-13T12:59:00.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T12:59:00.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125115987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T12:59:00.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T12:59:00.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "aai-ml",
"timestamp": 1655125115644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T12:59:00.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T12:59:00.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "cds",
"timestamp": 1655125115671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T12:59:00.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T12:59:00.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "policy-id",
"timestamp": 1655125116145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T12:59:00.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T12:59:00.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "cds",
"timestamp": 1655125116723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-13T12:59:00.287Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-13T12:59:00.291Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:00.291Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-13T12:59:00.307Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:00.307Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T12:59:00.457Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a78a021-2677-49c7-b1c0-80c7c235a32b
2022-06-13T12:59:00.479Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a78a021-2677-49c7-b1c0-80c7c235a32b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T12:59:00.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "policy-id",
"timestamp": 1655125117162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T12:59:00.512Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T12:59:00.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125117152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-13T12:59:00.512Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T12:59:00.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "policy-id",
"timestamp": 1655125118190,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-13T12:59:00.529Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a78a021-2677-49c7-b1c0-80c7c235a32b
2022-06-13T12:59:00.529Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a78a021-2677-49c7-b1c0-80c7c235a32b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T12:59:00.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125118304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-13T12:59:00.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T12:59:00.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125118609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125119402,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-13T12:59:00.550Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a78a021-2677-49c7-b1c0-80c7c235a32b
2022-06-13T12:59:00.551Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a78a021-2677-49c7-b1c0-80c7c235a32b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-13T12:59:00.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125118609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125120407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-13T12:59:00.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T12:59:00.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125118609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125121261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T12:59:00.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T12:59:00.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125118609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125122268,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-13T12:59:00.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a78a021-2677-49c7-b1c0-80c7c235a32b
2022-06-13T12:59:00.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a78a021-2677-49c7-b1c0-80c7c235a32b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T12:59:00.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125118609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125118609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125118609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:00.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T12:59:00.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "clamp",
"timestamp": 1655125127427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T12:59:00.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T12:59:00.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "clamp",
"timestamp": 1655125129431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T12:59:00.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T12:59:00.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "clamp",
"timestamp": 1655125130439,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-13T12:59:00.597Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a78a021-2677-49c7-b1c0-80c7c235a32b
2022-06-13T12:59:00.597Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a78a021-2677-49c7-b1c0-80c7c235a32b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T12:59:00.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "aai-ml",
"timestamp": 1655125134675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T12:59:00.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T12:59:00.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:00.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "aai-ml",
"timestamp": 1655125135684,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-13T12:59:00.612Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a78a021-2677-49c7-b1c0-80c7c235a32b
2022-06-13T12:59:00.612Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a78a021-2677-49c7-b1c0-80c7c235a32b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T12:59:01.195Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T12:59:01.196Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:01.199Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:01.199Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "NOTIFIED"
}
2022-06-13T12:59:01.299Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-13T12:59:01.300Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:01.300Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:01.321Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:01.323Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-13T12:59:02.200Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T12:59:02.201Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:02.204Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:02.204Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-13T12:59:02.304Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T12:59:02.305Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:02.305Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:02.331Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:02.332Z||pool-5-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-13T12:59:03.205Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T12:59:03.206Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:03.208Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:03.208Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:03.308Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T12:59:03.309Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:03.309Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:03.338Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:03.339Z||pool-6-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-13T12:59:04.209Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T12:59:04.210Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:04.212Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:04.212Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-13T12:59:04.312Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T12:59:04.313Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:04.313Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:04.343Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:04.343Z||pool-7-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-13T12:59:05.212Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T12:59:05.214Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:05.216Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:05.216Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:05.316Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-13T12:59:05.317Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:05.318Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:05.343Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:05.344Z||pool-8-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-13T12:59:06.217Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T12:59:06.218Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:06.220Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:06.220Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T12:59:06.320Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T12:59:06.321Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:06.322Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:06.339Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:06.339Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-13T12:59:07.222Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"serviceName": "vFW 2022-06-13 12-56-05",
"serviceVersion": "1.0",
"serviceUUID": "07d9d3e4-85f8-4fa7-955b-7f5d041774cf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "97dad4e5-7ea9-4284-97cd-817537211f62",
"resources": [
{
"resourceInstanceName": "vFW 7b45a857-dd7b 0",
"resourceCustomizationUUID": "3a2a2598-b0be-41bb-af64-66497809130e",
"resourceName": "vFW 7b45a857-dd7b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bf5a8643-3829-41e4-bac3-b447b8e94485",
"resourceInvariantUUID": "fa707756-752d-4e01-bbef-a9ec57309c80",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7b45a857dd7b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"artifactChecksum": "NjUxODdjOTcxOTI2NmUxMjcxOWU4Nzk4Zjc4YTRiZjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ef7c66a3-0de4-4c4d-9a90-5fdf3916943c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "90b68e92-5985-45c8-8060-c13748b9edc8",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8777d967-6cce-4884-ac57-8495ef9af384",
"generatedFromUUID": "90b68e92-5985-45c8-8060-c13748b9edc8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8777d967-6cce-4884-ac57-8495ef9af384",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220613125605-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"artifactChecksum": "ZDY3M2VlN2QyM2I0ZGM4MGIwNGZiYTU2ZWNmZmI3MWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7d24d1c5-3a45-4c6f-a292-345e02e3fa32"
}
],
"workloadContext": "Production"
}
2022-06-13T12:59:07.224Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-13T12:59:07.224Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07d9d3e4-85f8-4fa7-955b-7f5d041774cf ASDC
2022-06-13T12:59:07.357Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0a78a021-2677-49c7-b1c0-80c7c235a32b
ServiceName:vFW 2022-06-13 12-56-05
ServiceVersion:1.0
ServiceUUID:07d9d3e4-85f8-4fa7-955b-7f5d041774cf
ServiceInvariantUUID:97dad4e5-7ea9-4284-97cd-817537211f62
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220613125605-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar
ArtifactUUID:7d24d1c5-3a45-4c6f-a292-345e02e3fa32
ArtifactChecksum:ZDY3M2VlN2QyM2I0ZGM4MGIwNGZiYTU2ZWNmZmI3MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7b45a857-dd7b 0
ResourceCustomizationUUID:3a2a2598-b0be-41bb-af64-66497809130e
ResourceInvariantUUID:fa707756-752d-4e01-bbef-a9ec57309c80
ResourceName:vFW 7b45a857-dd7b
ResourceType:VF
ResourceUUID:bf5a8643-3829-41e4-bac3-b447b8e94485
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7b45a857dd7b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json
ArtifactUUID:ef7c66a3-0de4-4c4d-9a90-5fdf3916943c
ArtifactChecksum:NjUxODdjOTcxOTI2NmUxMjcxOWU4Nzk4Zjc4YTRiZjE=
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/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml
ArtifactUUID:90b68e92-5985-45c8-8060-c13748b9edc8
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/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env
ArtifactUUID:8777d967-6cce-4884-ac57-8495ef9af384
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/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env
ArtifactUUID:8777d967-6cce-4884-ac57-8495ef9af384
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-13T12:59:07.359Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d9d3e4-85f8-4fa7-955b-7f5d041774cf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-13T12:59:07.424Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-13T12:59:07.425Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-13T12:59:07.427Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-13T12:59:07.427Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7d24d1c5-3a45-4c6f-a292-345e02e3fa32 from URL: /sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:07.428Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-13T12:59:07.429Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:07.573Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-13T12:59:07.593Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar 7d24d1c5-3a45-4c6f-a292-345e02e3fa32 99064
2022-06-13T12:59:07.594Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar ASDC sendASDCNotification
2022-06-13T12:59:07.594Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:07.595Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-13T12:59:07.596Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:07.599Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:07.599Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125147593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T12:59:07.699Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T12:59:07.700Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:07.701Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:07.721Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:07.721Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-13T12:59:08.599Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-13T12:59:08.601Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-13T12:59:08.601Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7d24d1c5-3a45-4c6f-a292-345e02e3fa32, URL: /sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar to file: /app/ASDC/1/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:08.602Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220613125605-csar.csar
2022-06-13T12:59:08.700Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:08.701Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:09.436Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3040910260729100958/Definitions/service-Vfw20220613125605-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-13T12:59:12.114Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-13T12:59:12.119Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-13T12:59:12.119Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.120Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-13T12:59:12.120Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.120Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.121Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|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-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.121Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|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-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.121Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|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-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.121Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.121Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|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-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.122Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.122Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.122Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|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-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.122Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7b45a857-dd7b 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.122Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|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-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.123Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|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-Vfw20220613125605-csar.csar
2022-06-13T12:59:12.123Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-13T12:59:12.130Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.131Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:12.135Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria
2022-06-13T12:59:12.136Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-13T12:59:12.138Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-13T12:59:12.140Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.140Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:12.140Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria
2022-06-13T12:59:12.140Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-13T12:59:12.141Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-13T12:59:12.141Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.141Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:12.145Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.145Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria
2022-06-13T12:59:12.146Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-13T12:59:12.146Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-13T12:59:12.146Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-13T12:59:12.146Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:12.147Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-13T12:59:12.147Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-13T12:59:12.147Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-13T12:59:12.147Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-13T12:59:12.148Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-13T12:59:12.148Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-13T12:59:12.148Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:12.148Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-13T12:59:12.149Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:12.149Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-13T12:59:12.149Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-13T12:59:12.150Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-13T12:59:12.150Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.150Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-13T12:59:12.151Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.152Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria
2022-06-13T12:59:12.152Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T12:59:12.153Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.153Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria
2022-06-13T12:59:12.153Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T12:59:12.153Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.154Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria
2022-06-13T12:59:12.154Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T12:59:12.154Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.154Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria
2022-06-13T12:59:12.154Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-13T12:59:12.155Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-13T12:59:12.155Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-13T12:59:12.155Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-13T12:59:12.155Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-13T12:59:12.155Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-13T12:59:12.155Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:12.156Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-13T12:59:12.156Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:12.156Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-13T12:59:12.156Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-13T12:59:12.156Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb5b0863-e823-4dd3-b6e8-9b1b1e0e8859
2022-06-13T12:59:12.156Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.157Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria
2022-06-13T12:59:12.157Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-13T12:59:12.157Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-13T12:59:12.157Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-13T12:59:12.157Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:12.157Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-13T12:59:12.158Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-13T12:59:12.158Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-13T12:59:12.158Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-13T12:59:12.158Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-13T12:59:12.158Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:12.158Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-13T12:59:12.159Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-13T12:59:12.159Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dbf02692-dad7-44ed-9470-9bfb2ddb9a64
2022-06-13T12:59:12.159Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.159Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria
2022-06-13T12:59:12.159Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-13T12:59:12.159Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-13T12:59:12.160Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-13T12:59:12.160Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:12.160Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-13T12:59:12.160Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-13T12:59:12.160Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-13T12:59:12.160Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-13T12:59:12.161Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-13T12:59:12.161Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-13T12:59:12.161Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:12.161Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-13T12:59:12.161Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=be450aa6-6e48-4dab-9042-b9b0f5a49107
2022-06-13T12:59:12.161Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.162Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:12.162Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.162Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:12.162Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.162Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:12.163Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:12.163Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:12.163Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-13 12-56-05
Description:catalog service description
Model UUID:07d9d3e4-85f8-4fa7-955b-7f5d041774cf
Model Version:NULL
Model InvariantUuid:97dad4e5-7ea9-4284-97cd-817537211f62
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7b45a857-dd7b
Model UUID:597d52f9-30e8-46bc-9491-cb29e9877e70
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fa707756-752d-4e01-bbef-a9ec57309c80
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3a2a2598-b0be-41bb-af64-66497809130e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:51cdc4ba-4f6c-4f31-be76-0ffdebbbe480
ModelName:Vfw7b45a857Dd7b..base_vfw..module-0
ModelUuid:60e1cfba-0c3d-4d32-af41-2d1e8e6a2298
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fb5b0863-e823-4dd3-b6e8-9b1b1e0e8859
ModelInvariantUuid:598a0158-2d0c-4d61-99ab-d98f8a2a3d8c
ModelName:vFW 7b45a857-dd7b-nodes.vfwCvfc
ModelUuid:22727a69-cdc6-4122-9d50-96fc44fb7a0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ac4ec019-63c9-4963-8627-941bbfe49f99
ModelInvariantUuid:1986b23f-387a-4115-bff6-39b4e75e4050
ModelName:Vfw7b45a857Dd7b.compute.nodes.heat.vfw
ModelUuid:0419e422-8217-4184-a96f-e72b6a1bf256
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dbf02692-dad7-44ed-9470-9bfb2ddb9a64
ModelInvariantUuid:079eefee-828f-4569-9ae4-4a8e5bbdefe9
ModelName:vFW 7b45a857-dd7b-nodes.vsnCvfc
ModelUuid:a3cfffa1-5dcf-4d30-b75c-45f291ec25ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:988f481f-725c-4259-b67a-18313713a726
ModelInvariantUuid:82a83ee8-2319-4fe7-98a6-3ba36264a0be
ModelName:Vfw7b45a857Dd7b.compute.nodes.heat.vsn
ModelUuid:d4cb195e-8575-4333-84f0-ab32bc8181d6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:be450aa6-6e48-4dab-9042-b9b0f5a49107
ModelInvariantUuid:7a4fdefa-b510-4b63-bd94-a98ab7eef97d
ModelName:vFW 7b45a857-dd7b-nodes.vpgCvfc
ModelUuid:f2e068db-b13a-4544-b298-7fd8095a1a24
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a54108f6-6e2d-4a02-af32-93e6521604c3
ModelInvariantUuid:e79d7622-4b7a-4855-95c6-ac7cbfce2011
ModelName:Vfw7b45a857Dd7b.compute.nodes.heat.vpg
ModelUuid:4f4a7ea0-e6c6-43d9-bf76-4273d765ade3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-13T12:59:12.175Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: bf5a8643-3829-41e4-bac3-b447b8e94485
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-13T12:59:12.268Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||vFW 7b45a857-dd7b 0
2022-06-13T12:59:12.275Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bf5a8643-3829-41e4-bac3-b447b8e94485
2022-06-13T12:59:12.276Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ef7c66a3-0de4-4c4d-9a90-5fdf3916943c from URL: /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json
2022-06-13T12:59:12.276Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-13T12:59:12.276Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json
2022-06-13T12:59:12.385Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-13T12:59:12.385Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json ef7c66a3-0de4-4c4d-9a90-5fdf3916943c 785
2022-06-13T12:59:12.386Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json ASDC sendASDCNotification
2022-06-13T12:59:12.386Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json
2022-06-13T12:59:12.386Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-13T12:59:12.386Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:12.388Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:12.388Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125152386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-13T12:59:12.488Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T12:59:12.490Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:12.490Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:12.509Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:12.510Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-13T12:59:13.393Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7b45a857Dd7b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "51cdc4ba-4f6c-4f31-be76-0ffdebbbe480",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "60e1cfba-0c3d-4d32-af41-2d1e8e6a2298",
"vfModuleModelCustomizationUUID": "186cbb34-8223-4f09-af51-f3478f5aad70",
"isBase": true,
"artifacts": [
"90b68e92-5985-45c8-8060-c13748b9edc8",
"8777d967-6cce-4884-ac57-8495ef9af384"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-13T12:59:13.408Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7b45a857Dd7b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:60e1cfba-0c3d-4d32-af41-2d1e8e6a2298
VfModuleModelInvariantUUID:51cdc4ba-4f6c-4f31-be76-0ffdebbbe480
VfModuleModelDescription:NULL
Artifacts UUID List:{
90b68e92-5985-45c8-8060-c13748b9edc8
,
8777d967-6cce-4884-ac57-8495ef9af384
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-13T12:59:13.410Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7b45a857Dd7b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "51cdc4ba-4f6c-4f31-be76-0ffdebbbe480",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "60e1cfba-0c3d-4d32-af41-2d1e8e6a2298",
"vfModuleModelCustomizationUUID": "186cbb34-8223-4f09-af51-f3478f5aad70",
"isBase": true,
"artifacts": [
"90b68e92-5985-45c8-8060-c13748b9edc8",
"8777d967-6cce-4884-ac57-8495ef9af384"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-13T12:59:13.411Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7b45a857Dd7b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:60e1cfba-0c3d-4d32-af41-2d1e8e6a2298
VfModuleModelInvariantUUID:51cdc4ba-4f6c-4f31-be76-0ffdebbbe480
VfModuleModelDescription:NULL
Artifacts UUID List:{
90b68e92-5985-45c8-8060-c13748b9edc8
,
8777d967-6cce-4884-ac57-8495ef9af384
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-13T12:59:13.411Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90b68e92-5985-45c8-8060-c13748b9edc8 from URL: /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml
2022-06-13T12:59:13.411Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-13T12:59:13.411Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml
2022-06-13T12:59:13.542Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-13T12:59:13.543Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml 90b68e92-5985-45c8-8060-c13748b9edc8 20368
2022-06-13T12:59:13.544Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-13T12:59:13.544Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml
2022-06-13T12:59:13.544Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-13T12:59:13.544Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:13.546Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:13.546Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125153544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-13T12:59:13.647Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-13T12:59:13.648Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:13.648Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:13.678Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:13.679Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-13T12:59:14.547Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8777d967-6cce-4884-ac57-8495ef9af384 from URL: /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env
2022-06-13T12:59:14.548Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-13T12:59:14.548Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env
2022-06-13T12:59:14.741Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-13T12:59:14.742Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env 8777d967-6cce-4884-ac57-8495ef9af384 2098
2022-06-13T12:59:14.742Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-13T12:59:14.743Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env
2022-06-13T12:59:14.743Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-13T12:59:14.743Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:14.745Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:14.746Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125154742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-13T12:59:14.846Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T12:59:14.847Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:14.847Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:14.864Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:14.864Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-13T12:59:15.747Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 07d9d3e4-85f8-4fa7-955b-7f5d041774cf
2022-06-13T12:59:15.747Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7b45a857-dd7b 0 bf5a8643-3829-41e4-bac3-b447b8e94485 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-13T12:59:15.789Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31497c8a, org.onap.sdc.toscaparser.api.parameters.Input@632bc78f, org.onap.sdc.toscaparser.api.parameters.Input@4ac164c7, org.onap.sdc.toscaparser.api.parameters.Input@9628f71, org.onap.sdc.toscaparser.api.parameters.Input@73350ffb]
2022-06-13T12:59:15.793Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.794Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:15.794Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-06-13T12:59:15.794Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 3a2a2598-b0be-41bb-af64-66497809130e
2022-06-13T12:59:15.794Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a2a2598-b0be-41bb-af64-66497809130e matches Tosca VF Customization UUID: 3a2a2598-b0be-41bb-af64-66497809130e
2022-06-13T12:59:15.795Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 3a2a2598-b0be-41bb-af64-66497809130e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-13T12:59:15.803Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.803Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:15.805Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 3a2a2598-b0be-41bb-af64-66497809130e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-13T12:59:15.805Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58ba2b6c
2022-06-13T12:59:15.805Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.806Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-13T12:59:15.806Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 186cbb34-8223-4f09-af51-f3478f5aad70
2022-06-13T12:59:15.808Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 186cbb34-8223-4f09-af51-f3478f5aad70
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-13T12:59:15.815Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.815Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria
2022-06-13T12:59:15.815Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T12:59:15.816Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.816Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria
2022-06-13T12:59:15.817Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T12:59:15.817Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.817Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria
2022-06-13T12:59:15.818Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-13T12:59:15.818Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-13T12:59:15.818Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-13T12:59:15.818Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-13T12:59:15.819Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-13T12:59:15.819Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-13T12:59:15.819Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:15.819Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-13T12:59:15.820Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:15.820Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-13T12:59:15.820Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-13T12:59:15.821Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb5b0863-e823-4dd3-b6e8-9b1b1e0e8859
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-13T12:59:15.834Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.835Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria
2022-06-13T12:59:15.835Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T12:59:15.836Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.836Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria
2022-06-13T12:59:15.837Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-13T12:59:15.837Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-13T12:59:15.838Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-13T12:59:15.838Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:15.839Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-13T12:59:15.839Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-13T12:59:15.839Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-13T12:59:15.840Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-13T12:59:15.840Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-13T12:59:15.841Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:15.841Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-13T12:59:15.841Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-13T12:59:15.842Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dbf02692-dad7-44ed-9470-9bfb2ddb9a64
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-13T12:59:15.845Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.846Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria
2022-06-13T12:59:15.846Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T12:59:15.850Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.851Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria
2022-06-13T12:59:15.851Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-13T12:59:15.851Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-13T12:59:15.852Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-13T12:59:15.852Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:15.852Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-13T12:59:15.853Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-13T12:59:15.853Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-13T12:59:15.854Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-13T12:59:15.854Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-13T12:59:15.854Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-13T12:59:15.855Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-13T12:59:15.855Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-13T12:59:15.856Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=be450aa6-6e48-4dab-9042-b9b0f5a49107
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-13T12:59:15.868Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.869Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria
2022-06-13T12:59:15.869Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T12:59:15.870Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.870Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria
2022-06-13T12:59:15.871Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=3a2a2598-b0be-41bb-af64-66497809130e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-13T12:59:15.874Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.874Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:15.875Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 07d9d3e4-85f8-4fa7-955b-7f5d041774cf: vFW 7b45a857-dd7b
2022-06-13T12:59:15.875Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.875Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:15.876Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.876Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:15.877Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.877Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:15.877Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.878Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:15.878Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T12:59:15.879Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T12:59:15.879Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-06-13 12-56-05
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T12:59:16.188Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7b45a857-dd7b bf5a8643-3829-41e4-bac3-b447b8e94485 1 ASDC deployResourceStructure
2022-06-13T12:59:16.188Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json ASDC sendASDCNotification
2022-06-13T12:59:16.188Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json
2022-06-13T12:59:16.189Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-13T12:59:16.189Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:16.191Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:16.191Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125156188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-13T12:59:16.291Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T12:59:16.292Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:16.293Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:16.337Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:16.338Z||pool-14-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-13T12:59:17.192Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-13T12:59:17.192Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml
2022-06-13T12:59:17.192Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-13T12:59:17.193Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:17.195Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:17.195Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125157192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-13T12:59:17.295Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T12:59:17.296Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:17.296Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:17.317Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:17.317Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-13T12:59:18.195Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-13T12:59:18.196Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env
2022-06-13T12:59:18.196Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-13T12:59:18.196Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:18.198Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:18.198Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125158195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-13T12:59:18.299Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T12:59:18.300Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:18.300Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:18.365Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:18.366Z||pool-16-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-06-13T12:59:19.200Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar ASDC sendASDCNotification
2022-06-13T12:59:19.200Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar
2022-06-13T12:59:19.200Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-13T12:59:19.201Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T12:59:19.203Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T12:59:19.203Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125159200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T12:59:19.303Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T12:59:19.304Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T12:59:19.304Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:19.330Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:19.331Z||pool-17-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-13T12:59:20.204Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a78a021-2677-49c7-b1c0-80c7c235a32b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-13T12:59:20.226Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a78a021-2677-49c7-b1c0-80c7c235a32b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-13T12:59:20.230Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-13T12:59:20.230Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-13T12:59:20.230Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-13T12:59:20.231Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-13T12:59:20.231Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-13T12:59:20.231Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-13T12:59:20.231Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-13T12:59:20.231Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-13T12:59:20.232Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-13T12:59:20.232Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-13T12:59:20.232Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|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-06-13T12:59:20.238Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-13T12:59:50.239Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a78a021-2677-49c7-b1c0-80c7c235a32b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-13T12:59:50.253Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a78a021-2677-49c7-b1c0-80c7c235a32b and serviceModelVersionId: 07d9d3e4-85f8-4fa7-955b-7f5d041774cf
2022-06-13T12:59:50.253Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97dad4e5-7ea9-4284-97cd-817537211f62
2022-06-13T12:59:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T12:59:59.423Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T12:59:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T12:59:59.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T12:59:59.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-13T12:59:59.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T12:59:59.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-13T13:00:05.322Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97dad4e5-7ea9-4284-97cd-817537211f62/model-vers/model-ver/07d9d3e4-85f8-4fa7-955b-7f5d041774cf?depth=0
2022-06-13T13:00:05.432Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-13T13:00:05.965Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dad4e5-7ea9-4284-97cd-817537211f62/model-vers/model-ver/07d9d3e4-85f8-4fa7-955b-7f5d041774cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-13T13:00:05.969Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dad4e5-7ea9-4284-97cd-817537211f62/model-vers/model-ver/07d9d3e4-85f8-4fa7-955b-7f5d041774cf?depth=0|INFO|500||Invoke
2022-06-13T13:00:06.082Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dad4e5-7ea9-4284-97cd-817537211f62/model-vers/model-ver/07d9d3e4-85f8-4fa7-955b-7f5d041774cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-13T13:00:06.496Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dad4e5-7ea9-4284-97cd-817537211f62/model-vers/model-ver/07d9d3e4-85f8-4fa7-955b-7f5d041774cf?depth=0|INFO|500||InvokeReturn
2022-06-13T13:00:06.497Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dad4e5-7ea9-4284-97cd-817537211f62/model-vers/model-ver/07d9d3e4-85f8-4fa7-955b-7f5d041774cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220613-13:00:06:968-36239], vertex-id=[590056], Content-Length=[0], Date=[Mon, 13 Jun 2022 13:00:06 GMT], Content-Type=[application/json]}
2022-06-13T13:00:06.497Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-13T13:00:06.501Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-13T13:00:06.502Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|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-06-13T13:00:06.510Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|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-06-13T13:00:06.511Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a78a021-2677-49c7-b1c0-80c7c235a32b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-13T13:00:06.512Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-13T13:00:06.512Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:00:06.514Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:00:06.515Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125206511,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-13T13:00:06.615Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T13:00:06.616Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:00:06.616Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:00:06.636Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:00:06.636Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-13T13:00:07.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:00:07.529Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:00:07.529Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:00:17.093Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:00:59.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:00:59.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:00:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:00:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:00:59.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:00:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:00:59.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:00:59.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "NOTIFIED"
}
2022-06-13T13:00:59.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-13T13:00:59.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-13T13:00:59.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-13T13:00:59.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:00:59.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-13T13:00:59.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-13T13:00:59.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-13T13:00:59.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:00:59.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-13T13:00:59.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125139420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:00:59.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-13T13:00:59.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125147593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:00:59.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:00:59.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125152386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:00:59.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:00:59.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125153544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:00:59.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:00:59.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125154742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:00:59.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:00:59.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125156188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-13T13:00:59.488Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:00:59.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125157192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-13T13:00:59.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:00:59.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125158195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-13T13:00:59.490Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:00:59.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:00:59.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125159200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T13:00:59.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:01:09.002Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:01:59.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:01:59.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:01:59.421Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:01:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:01:59.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:01:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:01:59.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:01:59.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-13T13:01:59.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125206511,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-13T13:01:59.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:02:08.996Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:02:59.420Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:02:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:02:59.424Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:02:59.424Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:02:59.424Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:02:59.424Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:03:09.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:03:09.025Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:03:59.419Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:03:59.420Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:03:59.420Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:03:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:03:59.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:03:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:00.064Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:00.065Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.065Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2da0d04e-0515-4f09-a602-88fa961c014b","serviceName":"basic_onboard_LEumGs","serviceVersion":"1.0","serviceUUID":"389ecfa1-0c0e-4f44-b509-87da874d66bb","serviceDescription":"service","serviceInvariantUUID":"c517f33a-f05f-4485-a395-0ceedb8a94b7","resources":[{"resourceInstanceName":"basic_onboard_LEumGs 0","resourceName":"basic_onboard_LEumGs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e18837e-61f0-49d2-b1cf-823d5dc7f277","resourceInvariantUUID":"952e003d-7f34-44df-8928-9b5e9134e7c2","resourceCustomizationUUID":"0f5eff3d-8f31-4321-adbb-465f91f7c9ea","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml","artifactChecksum":"MmRhMTgyYTdmZjE3YmIxMWU0MjM5OTlmMDgwYmM5MmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8b01dcd-5757-4a12-aad6-8bc7f7fe3e77","artifactVersion":"1"},{"artifactName":"basic_onboard_leumgs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json","artifactChecksum":"NWViNGEyZmZkYjkxMTg3NDBkN2E2NTE0NTQ2Y2JjZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"890cb41b-1ff9-42cb-a18f-8f9d5e4e07ea","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cf799cc1-e47a-48db-ae4f-e66e4e73a229","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e66e2eb8-a3b3-444a-b352-126234b3668a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"df550665-4b99-45a4-8a44-a8c70995613d","artifactVersion":"2","generatedFromUUID":"cf799cc1-e47a-48db-ae4f-e66e4e73a229"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLeumgs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml","artifactChecksum":"NDRjOTIyOTdiNTc5OTQ0ODM3MjhmYTBiNGEzMDJlYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fd5a468-0fbd-42e7-924d-f457dbd519d0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLeumgs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar","artifactChecksum":"MDdhZTdjNjBjN2IxNDU5MTcwYzQwNzUxN2EwYjc0MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"000a425f-0323-439b-85e9-21f09b0ad6ac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-13T13:04:00.070Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T13:04:00.071Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:00.077Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:00.078Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:00.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125398608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125398608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "clamp",
"timestamp": 1655125398941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125398930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "cds",
"timestamp": 1655125398619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125398608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "clamp",
"timestamp": 1655125398941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "NOTIFIED"
}
2022-06-13T13:04:00.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125398930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "cds",
"timestamp": 1655125398619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125398608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "clamp",
"timestamp": 1655125398941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125398930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "cds",
"timestamp": 1655125398619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125398608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "clamp",
"timestamp": 1655125398941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125398930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "cds",
"timestamp": 1655125398619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "aai-ml",
"timestamp": 1655125401876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125402377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125398608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "clamp",
"timestamp": 1655125398941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125398930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "cds",
"timestamp": 1655125398619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "aai-ml",
"timestamp": 1655125401876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125402377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "NOTIFIED"
}
2022-06-13T13:04:00.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125398608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "clamp",
"timestamp": 1655125398941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125398930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "cds",
"timestamp": 1655125398619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "aai-ml",
"timestamp": 1655125401876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125402377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-13T13:04:00.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "policy-id",
"timestamp": 1655125404666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "clamp",
"timestamp": 1655125398941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:04:00.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125398930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:04:00.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "cds",
"timestamp": 1655125398619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:04:00.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "aai-ml",
"timestamp": 1655125401876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125402377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "policy-id",
"timestamp": 1655125404666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "aai-ml",
"timestamp": 1655125401876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125402377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-13T13:04:00.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125407135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:04:00.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:04:00.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "cds",
"timestamp": 1655125406757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:04:00.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:04:00.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "policy-id",
"timestamp": 1655125404666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-13T13:04:00.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "aai-ml",
"timestamp": 1655125401876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125402377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "cds",
"timestamp": 1655125407764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T13:04:00.125Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2da0d04e-0515-4f09-a602-88fa961c014b
2022-06-13T13:04:00.126Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da0d04e-0515-4f09-a602-88fa961c014b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T13:04:00.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "policy-id",
"timestamp": 1655125404666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "aai-ml",
"timestamp": 1655125401876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:04:00.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125402377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:04:00.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "policy-id",
"timestamp": 1655125404666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125409529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T13:04:00.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:04:00.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "aai-ml",
"timestamp": 1655125409744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:04:00.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:04:00.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "policy-id",
"timestamp": 1655125404666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:00.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125410382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:04:00.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:04:00.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125410534,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-13T13:04:00.148Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2da0d04e-0515-4f09-a602-88fa961c014b
2022-06-13T13:04:00.148Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da0d04e-0515-4f09-a602-88fa961c014b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T13:04:00.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "policy-id",
"timestamp": 1655125404666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:04:00.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:04:00.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125411595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:04:00.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:04:00.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "policy-id",
"timestamp": 1655125412573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:04:00.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:04:00.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125412722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:04:00.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:04:00.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "policy-id",
"timestamp": 1655125413581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T13:04:00.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:04:00.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125413776,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-13T13:04:00.167Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2da0d04e-0515-4f09-a602-88fa961c014b
2022-06-13T13:04:00.167Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da0d04e-0515-4f09-a602-88fa961c014b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T13:04:00.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "policy-id",
"timestamp": 1655125414586,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-06-13T13:04:00.177Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-13T13:04:00.178Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:00.178Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:00.181Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2da0d04e-0515-4f09-a602-88fa961c014b
2022-06-13T13:04:00.181Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da0d04e-0515-4f09-a602-88fa961c014b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-13T13:04:00.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125414780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-13T13:04:00.189Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:04:00.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "clamp",
"timestamp": 1655125417440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:04:00.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:04:00.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "clamp",
"timestamp": 1655125419449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T13:04:00.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:04:00.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "clamp",
"timestamp": 1655125420457,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-13T13:04:00.194Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:00.194Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-13T13:04:00.195Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2da0d04e-0515-4f09-a602-88fa961c014b
2022-06-13T13:04:00.195Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da0d04e-0515-4f09-a602-88fa961c014b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T13:04:00.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "aai-ml",
"timestamp": 1655125420170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T13:04:00.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:04:00.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:00.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "aai-ml",
"timestamp": 1655125421176,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-13T13:04:00.210Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2da0d04e-0515-4f09-a602-88fa961c014b
2022-06-13T13:04:00.210Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da0d04e-0515-4f09-a602-88fa961c014b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T13:04:01.078Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T13:04:01.080Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:01.082Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:01.082Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "NOTIFIED"
}
2022-06-13T13:04:01.182Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T13:04:01.183Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:01.183Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:01.210Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:01.210Z||pool-20-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-13T13:04:02.082Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T13:04:02.083Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:02.085Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:02.085Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-13T13:04:02.186Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-13T13:04:02.187Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:02.187Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:02.215Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:02.216Z||pool-21-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-13T13:04:03.086Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T13:04:03.087Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:03.090Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:03.090Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:03.191Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-13T13:04:03.192Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:03.192Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:03.220Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:03.221Z||pool-22-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-13T13:04:04.091Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T13:04:04.092Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:04.094Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:04.094Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-13T13:04:04.194Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T13:04:04.195Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:04.196Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:04.215Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:04.216Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-13T13:04:05.094Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T13:04:05.095Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:05.097Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:05.098Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:05.198Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T13:04:05.199Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:05.200Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:05.219Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:05.219Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-13T13:04:06.098Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T13:04:06.099Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:06.101Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:06.101Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:04:06.201Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T13:04:06.203Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:06.203Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:06.220Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:06.221Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-13T13:04:07.103Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"serviceName": "basic_onboard_LEumGs",
"serviceVersion": "1.0",
"serviceUUID": "389ecfa1-0c0e-4f44-b509-87da874d66bb",
"serviceDescription": "service",
"serviceInvariantUUID": "c517f33a-f05f-4485-a395-0ceedb8a94b7",
"resources": [
{
"resourceInstanceName": "basic_onboard_LEumGs 0",
"resourceCustomizationUUID": "0f5eff3d-8f31-4321-adbb-465f91f7c9ea",
"resourceName": "basic_onboard_LEumGs",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0e18837e-61f0-49d2-b1cf-823d5dc7f277",
"resourceInvariantUUID": "952e003d-7f34-44df-8928-9b5e9134e7c2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_leumgs0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"artifactChecksum": "NWViNGEyZmZkYjkxMTg3NDBkN2E2NTE0NTQ2Y2JjZGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "890cb41b-1ff9-42cb-a18f-8f9d5e4e07ea",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cf799cc1-e47a-48db-ae4f-e66e4e73a229",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "df550665-4b99-45a4-8a44-a8c70995613d",
"generatedFromUUID": "cf799cc1-e47a-48db-ae4f-e66e4e73a229"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "df550665-4b99-45a4-8a44-a8c70995613d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLeumgs-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"artifactChecksum": "MDdhZTdjNjBjN2IxNDU5MTcwYzQwNzUxN2EwYjc0MmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "000a425f-0323-439b-85e9-21f09b0ad6ac"
}
],
"workloadContext": "Production"
}
2022-06-13T13:04:07.104Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-13T13:04:07.104Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 389ecfa1-0c0e-4f44-b509-87da874d66bb ASDC
2022-06-13T13:04:07.106Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2da0d04e-0515-4f09-a602-88fa961c014b
ServiceName:basic_onboard_LEumGs
ServiceVersion:1.0
ServiceUUID:389ecfa1-0c0e-4f44-b509-87da874d66bb
ServiceInvariantUUID:c517f33a-f05f-4485-a395-0ceedb8a94b7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLeumgs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar
ArtifactUUID:000a425f-0323-439b-85e9-21f09b0ad6ac
ArtifactChecksum:MDdhZTdjNjBjN2IxNDU5MTcwYzQwNzUxN2EwYjc0MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_LEumGs 0
ResourceCustomizationUUID:0f5eff3d-8f31-4321-adbb-465f91f7c9ea
ResourceInvariantUUID:952e003d-7f34-44df-8928-9b5e9134e7c2
ResourceName:basic_onboard_LEumGs
ResourceType:VF
ResourceUUID:0e18837e-61f0-49d2-b1cf-823d5dc7f277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_leumgs0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json
ArtifactUUID:890cb41b-1ff9-42cb-a18f-8f9d5e4e07ea
ArtifactChecksum:NWViNGEyZmZkYjkxMTg3NDBkN2E2NTE0NTQ2Y2JjZGM=
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/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cf799cc1-e47a-48db-ae4f-e66e4e73a229
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/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env
ArtifactUUID:df550665-4b99-45a4-8a44-a8c70995613d
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/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env
ArtifactUUID:df550665-4b99-45a4-8a44-a8c70995613d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-13T13:04:07.106Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 389ecfa1-0c0e-4f44-b509-87da874d66bb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-13T13:04:07.147Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-13T13:04:07.148Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-13T13:04:07.148Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-13T13:04:07.148Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 000a425f-0323-439b-85e9-21f09b0ad6ac from URL: /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:07.149Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-13T13:04:07.149Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:07.294Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-13T13:04:07.298Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar 000a425f-0323-439b-85e9-21f09b0ad6ac 71567
2022-06-13T13:04:07.298Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar ASDC sendASDCNotification
2022-06-13T13:04:07.299Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:07.299Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-13T13:04:07.299Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:07.301Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:07.301Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125447298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:04:07.408Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-13T13:04:07.409Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:07.409Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:07.427Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:07.429Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-13T13:04:08.302Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-13T13:04:08.303Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-13T13:04:08.303Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 000a425f-0323-439b-85e9-21f09b0ad6ac, URL: /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar to file: /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:08.304Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:08.304Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:08.305Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:08.601Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18024539693223908200/Definitions/service-BasicOnboardLeumgs-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-13T13:04:09.984Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-13T13:04:09.984Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-13T13:04:09.985Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:09.985Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-13T13:04:09.985Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LEumGs 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:09.985Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:09.985Z|2da0d04e-0515-4f09-a602-88fa961c014b|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-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:09.986Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:09.986Z|2da0d04e-0515-4f09-a602-88fa961c014b|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-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:09.986Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:09.986Z|2da0d04e-0515-4f09-a602-88fa961c014b|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-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:09.986Z|2da0d04e-0515-4f09-a602-88fa961c014b|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-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:09.987Z|2da0d04e-0515-4f09-a602-88fa961c014b|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-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:09.987Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-13T13:04:09.987Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:09.987Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:09.988Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria
2022-06-13T13:04:09.988Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-13T13:04:09.988Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-13T13:04:09.989Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:09.989Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:09.989Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria
2022-06-13T13:04:09.989Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-13T13:04:09.990Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-13T13:04:09.990Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:09.990Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:09.990Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:09.991Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is not matching search criteria
2022-06-13T13:04:09.991Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-13T13:04:09.991Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-13T13:04:09.991Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-13T13:04:09.992Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-13T13:04:09.992Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-13T13:04:09.992Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:09.992Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-13T13:04:09.993Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:09.993Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria
2022-06-13T13:04:09.993Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T13:04:09.994Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:09.994Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria
2022-06-13T13:04:09.994Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T13:04:09.994Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:09.995Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria
2022-06-13T13:04:09.995Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T13:04:09.995Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:09.995Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is not matching search criteria
2022-06-13T13:04:09.996Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-13T13:04:09.996Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-13T13:04:09.996Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b0f1341e-5b80-4f7d-8072-0d1b8b90748a
2022-06-13T13:04:09.996Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:09.997Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:09.997Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:09.997Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:09.997Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:09.998Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:09.998Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:09.998Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:09.998Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_LEumGs
Description:service
Model UUID:389ecfa1-0c0e-4f44-b509-87da874d66bb
Model Version:NULL
Model InvariantUuid:c517f33a-f05f-4485-a395-0ceedb8a94b7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_LEumGs
Model UUID:ce99719f-2514-48bb-b89c-7fe6db358649
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:952e003d-7f34-44df-8928-9b5e9134e7c2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0f5eff3d-8f31-4321-adbb-465f91f7c9ea
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:56e5e31b-c561-45bd-819e-09cb31a2caaf
ModelName:BasicOnboardLeumgs..base_ubuntu18..module-0
ModelUuid:ef66587d-ba93-433a-9687-a04317026598
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b0f1341e-5b80-4f7d-8072-0d1b8b90748a
ModelInvariantUuid:c69d79c6-54ad-438d-a9d6-4d10cbd6505a
ModelName:basic_onboard_LEumGs-nodes.ubuntu18Cvfc
ModelUuid:e1d6dcaa-d41b-479c-b5a2-9f5cad69980c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3fde5dea-f2cc-4253-ac49-fb0080e458db
ModelInvariantUuid:173222fb-17db-4578-8fe7-eaefb15a3deb
ModelName:BasicOnboardLeumgs.compute.nodes.heat.ubuntu18
ModelUuid:b220d441-990a-4751-9f93-b159dd435580
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-13T13:04:10.009Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e18837e-61f0-49d2-b1cf-823d5dc7f277
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-13T13:04:10.017Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||basic_onboard_LEumGs 0
2022-06-13T13:04:10.017Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e18837e-61f0-49d2-b1cf-823d5dc7f277
2022-06-13T13:04:10.018Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 890cb41b-1ff9-42cb-a18f-8f9d5e4e07ea from URL: /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json
2022-06-13T13:04:10.018Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-13T13:04:10.018Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json
2022-06-13T13:04:10.178Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-13T13:04:10.180Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json 890cb41b-1ff9-42cb-a18f-8f9d5e4e07ea 798
2022-06-13T13:04:10.181Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json ASDC sendASDCNotification
2022-06-13T13:04:10.181Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json
2022-06-13T13:04:10.181Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-13T13:04:10.182Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:10.184Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:10.184Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125450181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:04:10.284Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T13:04:10.286Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:10.286Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:10.310Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:10.311Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-13T13:04:11.185Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLeumgs..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "56e5e31b-c561-45bd-819e-09cb31a2caaf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ef66587d-ba93-433a-9687-a04317026598",
"vfModuleModelCustomizationUUID": "88f22021-6435-43f5-b6f0-b125abd49516",
"isBase": true,
"artifacts": [
"cf799cc1-e47a-48db-ae4f-e66e4e73a229",
"df550665-4b99-45a4-8a44-a8c70995613d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-13T13:04:11.191Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLeumgs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ef66587d-ba93-433a-9687-a04317026598
VfModuleModelInvariantUUID:56e5e31b-c561-45bd-819e-09cb31a2caaf
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf799cc1-e47a-48db-ae4f-e66e4e73a229
,
df550665-4b99-45a4-8a44-a8c70995613d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-13T13:04:11.193Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLeumgs..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "56e5e31b-c561-45bd-819e-09cb31a2caaf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ef66587d-ba93-433a-9687-a04317026598",
"vfModuleModelCustomizationUUID": "88f22021-6435-43f5-b6f0-b125abd49516",
"isBase": true,
"artifacts": [
"cf799cc1-e47a-48db-ae4f-e66e4e73a229",
"df550665-4b99-45a4-8a44-a8c70995613d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-13T13:04:11.193Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLeumgs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ef66587d-ba93-433a-9687-a04317026598
VfModuleModelInvariantUUID:56e5e31b-c561-45bd-819e-09cb31a2caaf
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf799cc1-e47a-48db-ae4f-e66e4e73a229
,
df550665-4b99-45a4-8a44-a8c70995613d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-13T13:04:11.193Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cf799cc1-e47a-48db-ae4f-e66e4e73a229 from URL: /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml
2022-06-13T13:04:11.193Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-13T13:04:11.193Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml
2022-06-13T13:04:11.369Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-13T13:04:11.370Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml cf799cc1-e47a-48db-ae4f-e66e4e73a229 5033
2022-06-13T13:04:11.371Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-13T13:04:11.371Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml
2022-06-13T13:04:11.371Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-13T13:04:11.371Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:11.374Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:11.375Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125451371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:04:11.475Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T13:04:11.476Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:11.476Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:11.495Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:11.496Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-13T13:04:12.375Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: df550665-4b99-45a4-8a44-a8c70995613d from URL: /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env
2022-06-13T13:04:12.376Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-13T13:04:12.376Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env
2022-06-13T13:04:12.474Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-13T13:04:12.474Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env df550665-4b99-45a4-8a44-a8c70995613d 909
2022-06-13T13:04:12.475Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-13T13:04:12.475Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env
2022-06-13T13:04:12.475Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-13T13:04:12.475Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:12.477Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:12.477Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125452475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:04:12.577Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T13:04:12.579Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:12.579Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:12.602Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:12.603Z||pool-29-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-13T13:04:13.478Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 389ecfa1-0c0e-4f44-b509-87da874d66bb
2022-06-13T13:04:13.478Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_LEumGs 0 0e18837e-61f0-49d2-b1cf-823d5dc7f277 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-13T13:04:13.491Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e73f9b8, org.onap.sdc.toscaparser.api.parameters.Input@23076e4c, org.onap.sdc.toscaparser.api.parameters.Input@3a7412b, org.onap.sdc.toscaparser.api.parameters.Input@7509cc92, org.onap.sdc.toscaparser.api.parameters.Input@642655b2]
2022-06-13T13:04:13.492Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.493Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:13.493Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-06-13T13:04:13.493Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0f5eff3d-8f31-4321-adbb-465f91f7c9ea
2022-06-13T13:04:13.493Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f5eff3d-8f31-4321-adbb-465f91f7c9ea matches Tosca VF Customization UUID: 0f5eff3d-8f31-4321-adbb-465f91f7c9ea
2022-06-13T13:04:13.493Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0f5eff3d-8f31-4321-adbb-465f91f7c9ea matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-13T13:04:13.495Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.496Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:13.496Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0f5eff3d-8f31-4321-adbb-465f91f7c9ea: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-13T13:04:13.497Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e0aa3ba
2022-06-13T13:04:13.497Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.497Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-13T13:04:13.497Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 88f22021-6435-43f5-b6f0-b125abd49516
2022-06-13T13:04:13.497Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 88f22021-6435-43f5-b6f0-b125abd49516
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-13T13:04:13.499Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.500Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria
2022-06-13T13:04:13.500Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T13:04:13.500Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.500Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria
2022-06-13T13:04:13.501Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T13:04:13.501Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.501Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is not matching search criteria
2022-06-13T13:04:13.501Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-13T13:04:13.501Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-13T13:04:13.502Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b0f1341e-5b80-4f7d-8072-0d1b8b90748a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-13T13:04:13.504Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.504Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria
2022-06-13T13:04:13.504Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-13T13:04:13.505Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.505Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria
2022-06-13T13:04:13.505Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=0f5eff3d-8f31-4321-adbb-465f91f7c9ea
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-13T13:04:13.506Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.506Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:13.507Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 389ecfa1-0c0e-4f44-b509-87da874d66bb: basic_onboard_LEumGs
2022-06-13T13:04:13.508Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.508Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:13.508Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.508Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:13.509Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.509Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:13.509Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.509Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:13.510Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:04:13.510Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:04:13.510Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_LEumGs
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T13:04:13.593Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_LEumGs 0e18837e-61f0-49d2-b1cf-823d5dc7f277 1 ASDC deployResourceStructure
2022-06-13T13:04:13.593Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json ASDC sendASDCNotification
2022-06-13T13:04:13.593Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json
2022-06-13T13:04:13.593Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-13T13:04:13.594Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:13.609Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:13.609Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125453593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-13T13:04:13.695Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-06-13T13:04:13.698Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:13.698Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:13.725Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:13.725Z||pool-30-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-13T13:04:14.611Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-13T13:04:14.611Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml
2022-06-13T13:04:14.611Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-13T13:04:14.612Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:14.614Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:14.614Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125454611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-13T13:04:14.714Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T13:04:14.715Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:14.715Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:14.732Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:14.733Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-13T13:04:15.615Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-13T13:04:15.615Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env
2022-06-13T13:04:15.615Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-13T13:04:15.616Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:15.618Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:15.618Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125455615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-13T13:04:15.718Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T13:04:15.720Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:15.720Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:15.737Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:15.738Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-13T13:04:16.619Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar ASDC sendASDCNotification
2022-06-13T13:04:16.619Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar
2022-06-13T13:04:16.620Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-13T13:04:16.620Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:16.622Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:16.623Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125456619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T13:04:16.723Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-13T13:04:16.723Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:16.724Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:16.745Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:16.745Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-13T13:04:17.624Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2da0d04e-0515-4f09-a602-88fa961c014b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-13T13:04:17.636Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2da0d04e-0515-4f09-a602-88fa961c014b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-13T13:04:17.639Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-13T13:04:17.639Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-13T13:04:17.639Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-13T13:04:17.640Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-13T13:04:17.640Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-13T13:04:17.640Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-13T13:04:17.640Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-13T13:04:17.640Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-13T13:04:17.640Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-13T13:04:17.641Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-13T13:04:17.641Z|2da0d04e-0515-4f09-a602-88fa961c014b|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-06-13T13:04:17.646Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-13T13:04:47.647Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2da0d04e-0515-4f09-a602-88fa961c014b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-13T13:04:47.656Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2da0d04e-0515-4f09-a602-88fa961c014b and serviceModelVersionId: 389ecfa1-0c0e-4f44-b509-87da874d66bb
2022-06-13T13:04:47.656Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c517f33a-f05f-4485-a395-0ceedb8a94b7
2022-06-13T13:04:47.657Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0
2022-06-13T13:04:47.663Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-13T13:04:47.717Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0|INFO|500||Invoke
2022-06-13T13:04:47.718Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2da0d04e-0515-4f09-a602-88fa961c014b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a08a71a-9b50-47b3-bdff-8ab2397ae50f], X-ECOMP-RequestID=[2da0d04e-0515-4f09-a602-88fa961c014b], X-TransactionId=[], X-ONAP-RequestID=[2da0d04e-0515-4f09-a602-88fa961c014b], Content-Type=[application/merge-patch+json]}
2022-06-13T13:04:47.746Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-13T13:04:48.043Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?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/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220613-13:04:48:646-65952], vertex-id=[221248], Content-Length=[0], Date=[Mon, 13 Jun 2022 13:04:48 GMT], Content-Type=[application/json]}
2022-06-13T13:04:48.043Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-13T13:04:48.044Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0|INFO|500||InvokeReturn
2022-06-13T13:04:48.046Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-13T13:04:48.046Z|2da0d04e-0515-4f09-a602-88fa961c014b|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-06-13T13:04:48.050Z|2da0d04e-0515-4f09-a602-88fa961c014b|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-06-13T13:04:48.050Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2da0d04e-0515-4f09-a602-88fa961c014b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-13T13:04:48.051Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-13T13:04:48.051Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:04:48.054Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:04:48.054Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125488050,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-13T13:04:48.153Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-13T13:04:48.154Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:04:48.154Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:48.181Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:48.182Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-13T13:04:59.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:04:59.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:04:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:59.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:04:59.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:04:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:04:59.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:04:59.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:04:59.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:04:59.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:05:08.995Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:05:59.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:05:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:05:59.425Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:05:59.425Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:05:59.425Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:05:59.425Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:05:59.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:05:59.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "NOTIFIED"
}
2022-06-13T13:05:59.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-13T13:05:59.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-13T13:05:59.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-13T13:05:59.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:05:59.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-13T13:05:59.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-13T13:05:59.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-13T13:05:59.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:05:59.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-13T13:05:59.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125439419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:05:59.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-13T13:05:59.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125447298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:05:59.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:05:59.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125450181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:05:59.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:05:59.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125451371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:05:59.985Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:05:59.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125452475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:05:59.986Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:05:59.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125453593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-13T13:05:59.987Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:05:59.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125454611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-13T13:05:59.987Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:05:59.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125455615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-13T13:05:59.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:05:59.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125456619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T13:05:59.989Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:05:59.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-13T13:05:59.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125488050,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-13T13:05:59.990Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:06:08.989Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:06:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:06:59.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:06:59.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:06:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:06:59.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:06:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:07:09.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:07:09.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:07:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:07:59.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:07:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:07:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:07:59.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:07:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:08:08.985Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:08:08.996Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:08:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:08:59.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:08:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:08:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:08:59.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:08:59.423Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:09:08.981Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:09:08.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:09:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:09:59.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:09:59.425Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:09:59.425Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:09:59.425Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:09:59.425Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:10:08.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:10:09.010Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:10:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:10:59.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:10:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:10:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:10:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:10:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:11:08.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:11:09.001Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:11:59.423Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:11:59.423Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:11:59.424Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:11:59.424Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:11:59.424Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:11:59.424Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:12:08.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:12:09.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:12:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:12:59.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:12:59.420Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:12:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-13T13:12:59.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-13T13:12:59.422Z||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 DpP1mpm7yRCdd6VI) ...
2022-06-13T13:13:00.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:13:00.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125962377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:13:00.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "clamp",
"timestamp": 1655125968941,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:13:00.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125968930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:13:00.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "policy-id",
"timestamp": 1655125964666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:13:00.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "cds",
"timestamp": 1655125968622,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:13:00.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655125962377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:13:00.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "clamp",
"timestamp": 1655125968941,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:13:00.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "policy-id",
"timestamp": 1655125964666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:13:00.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125968930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:13:00.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "cds",
"timestamp": 1655125968622,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:13:00.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125972011,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:13:00.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:13:00.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "cds",
"timestamp": 1655125971688,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:13:00.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:13:00.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "policy-id",
"timestamp": 1655125972197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:13:00.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:13:00.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "aai-ml",
"timestamp": 1655125971876,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:13:00.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "cds",
"timestamp": 1655125972696,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T13:13:00.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6804093-6f3c-4c68-8f5e-a01160f62adb
2022-06-13T13:13:00.106Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6804093-6f3c-4c68-8f5e-a01160f62adb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T13:13:00.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "policy-id",
"timestamp": 1655125973212,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T13:13:00.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:13:00.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125973712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-13T13:13:00.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:13:00.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "aai-ml",
"timestamp": 1655125971876,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:13:00.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "policy-id",
"timestamp": 1655125974231,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-13T13:13:00.125Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6804093-6f3c-4c68-8f5e-a01160f62adb
2022-06-13T13:13:00.125Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6804093-6f3c-4c68-8f5e-a01160f62adb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T13:13:00.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655125974716,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-06-13T13:13:00.151Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:13:00.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6804093-6f3c-4c68-8f5e-a01160f62adb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4fe2a952-760e-4d13-ba94-b09da87d7c41","serviceDescription":"service","serviceInvariantUUID":"a6b9e961-ebc9-443c-97f5-e04ae67c7f49","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a9c09dc8-f457-4367-b49d-080556d7765b","resourceInvariantUUID":"892c7e78-8acb-426c-b8b4-59a5db2716b1","resourceCustomizationUUID":"a3a3a477-b9c3-40d0-9d57-3b28c02e6f53","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":"ZWYzZDFjMmRlM2Y1NTQyNjU5YzgzNDM4OTQyNWU2YWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b51370d1-af83-44e7-b857-6e3c9ff66f21","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mjg0YjA3ZmE0MmE3MjM4MmQ4ODFlNWRiNjYzNGMyOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cdb33bb-0d2f-473e-b8e4-2507f800d268","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-13T13:13:00.155Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T13:13:00.155Z||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=?
2022-06-13T13:13:00.159Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:13:00.159Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125979419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:13:00.160Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6804093-6f3c-4c68-8f5e-a01160f62adb
2022-06-13T13:13:00.160Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6804093-6f3c-4c68-8f5e-a01160f62adb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-13T13:13:00.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "aai-ml",
"timestamp": 1655125974923,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:13:00.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:13:00.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125978609,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:13:00.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655125978609,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-13T13:13:00.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-13T13:13:00.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-13T13:13:00.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "clamp",
"timestamp": 1655125979580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:13:00.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-13T13:13:00.259Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T13:13:00.260Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:13:00.260Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:13:00.335Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:13:00.336Z||pool-35-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":1,"count":1}
2022-06-13T13:13:01.160Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-13T13:13:01.161Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:13:01.163Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:13:01.163Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125979419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-13T13:13:01.263Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T13:13:01.264Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:13:01.264Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:13:01.360Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:13:01.361Z||pool-36-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":0,"count":1}
2022-06-13T13:13:02.164Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "4fe2a952-760e-4d13-ba94-b09da87d7c41",
"serviceDescription": "service",
"serviceInvariantUUID": "a6b9e961-ebc9-443c-97f5-e04ae67c7f49",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "a3a3a477-b9c3-40d0-9d57-3b28c02e6f53",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "a9c09dc8-f457-4367-b49d-080556d7765b",
"resourceInvariantUUID": "892c7e78-8acb-426c-b8b4-59a5db2716b1",
"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": "Mjg0YjA3ZmE0MmE3MjM4MmQ4ODFlNWRiNjYzNGMyOWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6cdb33bb-0d2f-473e-b8e4-2507f800d268"
}
],
"workloadContext": "Production"
}
2022-06-13T13:13:02.164Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-13T13:13:02.164Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4fe2a952-760e-4d13-ba94-b09da87d7c41 ASDC
2022-06-13T13:13:02.165Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c6804093-6f3c-4c68-8f5e-a01160f62adb
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4fe2a952-760e-4d13-ba94-b09da87d7c41
ServiceInvariantUUID:a6b9e961-ebc9-443c-97f5-e04ae67c7f49
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:6cdb33bb-0d2f-473e-b8e4-2507f800d268
ArtifactChecksum:Mjg0YjA3ZmE0MmE3MjM4MmQ4ODFlNWRiNjYzNGMyOWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a3a3a477-b9c3-40d0-9d57-3b28c02e6f53
ResourceInvariantUUID:892c7e78-8acb-426c-b8b4-59a5db2716b1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a9c09dc8-f457-4367-b49d-080556d7765b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-13T13:13:02.165Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fe2a952-760e-4d13-ba94-b09da87d7c41 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-13T13:13:02.201Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-13T13:13:02.204Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-13T13:13:02.204Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-13T13:13:02.205Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6cdb33bb-0d2f-473e-b8e4-2507f800d268 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-13T13:13:02.205Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-13T13:13:02.205Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:13:02.485Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-13T13:13:02.495Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6cdb33bb-0d2f-473e-b8e4-2507f800d268 52511
2022-06-13T13:13:02.495Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:13:02.496Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:13:02.496Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-13T13:13:02.496Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-13T13:13:02.498Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-13T13:13:02.498Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655125982495,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-13T13:13:02.598Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-13T13:13:02.599Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-13T13:13:02.600Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ...
2022-06-13T13:13:02.640Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-13T13:13:02.641Z||pool-37-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-06-13T13:13:03.499Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-13T13:13:03.500Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-13T13:13:03.500Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6cdb33bb-0d2f-473e-b8e4-2507f800d268, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-13T13:13:03.501Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-13T13:13:03.501Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-13T13:13:03.501Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-13T13:13:03.704Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12596569805166438614/Definitions/service-BasicNetwork-template.yml
2022-06-13T13:13:04.421Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-13T13:13:04.422Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-13T13:13:04.422Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-13T13:13:04.423Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-13T13:13:04.423Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:13:04.423Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:13:04.423Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:13:04.423Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:13:04.423Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:13:04.424Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:13:04.424Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:13:04.424Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:13:04.424Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-13T13:13:04.424Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:13:04.425Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:13:04.425Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-13T13:13:04.425Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-13T13:13:04.426Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-13T13:13:04.426Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:13:04.426Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:13:04.427Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-13T13:13:04.427Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-13T13:13:04.427Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-13T13:13:04.428Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:13:04.428Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:13:04.428Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:13:04.428Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:13:04.428Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:13:04.429Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:13:04.429Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:13:04.429Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:13:04.429Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:13:04.430Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:13:04.430Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:4fe2a952-760e-4d13-ba94-b09da87d7c41
Model Version:NULL
Model InvariantUuid:a6b9e961-ebc9-443c-97f5-e04ae67c7f49
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:892c7e78-8acb-426c-b8b4-59a5db2716b1
Model UUID:aba497cc-f1f8-4746-ae19-1ab1036f41d6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:a3a3a477-b9c3-40d0-9d57-3b28c02e6f53
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-06-13T13:13:04.436Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: a9c09dc8-f457-4367-b49d-080556d7765b
2022-06-13T13:13:04.436Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||No resources found for Service: 4fe2a952-760e-4d13-ba94-b09da87d7c41
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-13T13:13:04.442Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||
2022-06-13T13:13:04.442Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-13T13:13:04.443Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4fe2a952-760e-4d13-ba94-b09da87d7c41
2022-06-13T13:13:04.443Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4fe2a952-760e-4d13-ba94-b09da87d7c41
2022-06-13T13:13:04.444Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-13T13:13:04.444Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:13:04.447Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@328abe89, org.onap.sdc.toscaparser.api.parameters.Input@785878ec, org.onap.sdc.toscaparser.api.parameters.Input@6d8c42b7, org.onap.sdc.toscaparser.api.parameters.Input@50326610, org.onap.sdc.toscaparser.api.parameters.Input@372be469]
2022-06-13T13:13:04.448Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:13:04.448Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:13:04.449Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:13:04.449Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:13:04.449Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4fe2a952-760e-4d13-ba94-b09da87d7c41: Generic NeutronNet
2022-06-13T13:13:04.449Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-13T13:13:04.449Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-13T13:13:04.450Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery