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-06T08:11:37.235Z||main|||||INFO|500||The following profiles are active: basic
2022-06-06T08:11:51.424Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-06T08:11:51.425Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-06T08:11:51.577Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-06T08:11:56.477Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-06T08:11:56.963Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-06T08:11:57.538Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-06T08:11:57.548Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-06T08:11:57.678Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-06T08:11:57.926Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-06T08:11:58.581Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-06T08:12:00.448Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-06T08:12:02.963Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-06T08:12:03.022Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-06T08:12:03.614Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-06T08:12:03.853Z||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-06T08:12:05.336Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-06T08:12:06.580Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-06T08:12:06.602Z||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$$5917c19b.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-06T08:12:06.603Z||main|||||WARN|500||The sdc end point is not alive
2022-06-06T08:12:10.362Z||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-06T08:12:13.721Z||main|||||WARN|500||---
2022-06-06T08:12:13.722Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-06T08:12:13.722Z||main|||||WARN|500||---
2022-06-06T08:12:14.231Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-06T08:12:19.838Z||main|||||INFO|500||Started Application in 46.725 seconds (JVM running for 49.493)
2022-06-06T08:12:19.871Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:12:19.876Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:12:19.893Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:12:19.932Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:12:20.003Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ab275f03-928b-4dca-a653-c83fc45a8d58 url= /sdc/v1/artifactTypes
2022-06-06T08:12:20.004Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:12:21.109Z||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.30.94] 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$$659010.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-06T08:12:21.143Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c01b70b
2022-06-06T08:12:21.143Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:12:21.165Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:12:21.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:12:21.170Z||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$$659010.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-06T08:13:09.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:13:09.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:13:09.832Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:13:09.836Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:13:09.842Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 90f04c21-a788-446a-9682-1c8a8d56ecc6 url= /sdc/v1/artifactTypes
2022-06-06T08:13:09.842Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:13:10.870Z||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.30.94] 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$$659010.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-06T08:13:10.871Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47961fb2
2022-06-06T08:13:10.871Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:13:10.872Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:13:10.872Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:13:10.873Z||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$$659010.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-06T08:13:59.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:13:59.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:13:59.834Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:13:59.842Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:13:59.850Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e5cd0c84-78a7-4cdd-bf2d-ea73407cf73c url= /sdc/v1/artifactTypes
2022-06-06T08:13:59.851Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:14:00.887Z||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.30.94] 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$$659010.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-06T08:14:00.888Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29829501
2022-06-06T08:14:00.888Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:14:00.889Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:14:00.889Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:14:00.890Z||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$$659010.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-06T08:14:49.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:14:49.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:14:49.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:14:49.835Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:14:49.840Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e80cd7fe-d04d-4a9c-937f-14ba0e76587b url= /sdc/v1/artifactTypes
2022-06-06T08:14:49.841Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:14:50.871Z||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.30.94] 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$$659010.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-06T08:14:50.872Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20c6254
2022-06-06T08:14:50.872Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:14:50.873Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:14:50.873Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:14:50.874Z||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$$659010.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-06T08:15:39.831Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:15:39.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:15:39.832Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:15:39.839Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:15:39.848Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 575e0c78-6333-40af-885c-68248626c2c1 url= /sdc/v1/artifactTypes
2022-06-06T08:15:39.849Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:15:40.887Z||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.30.94] 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$$659010.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-06T08:15:40.888Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23d739df
2022-06-06T08:15:40.889Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:15:40.889Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:15:40.890Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:15:40.890Z||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$$659010.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-06T08:16:29.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:16:29.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:16:29.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:16:29.835Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:16:29.841Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d421a05e-5337-48f8-9539-b7c2bed28d3e url= /sdc/v1/artifactTypes
2022-06-06T08:16:29.841Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:16:30.872Z||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.30.94] 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$$659010.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-06T08:16:30.873Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@315e94b9
2022-06-06T08:16:30.873Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:16:30.873Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:16:30.874Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:16:30.874Z||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$$659010.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-06T08:17:19.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:17:19.832Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:17:19.833Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:17:19.836Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:17:19.849Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 829a976a-4218-40f8-99bd-fdd4d658ffc1 url= /sdc/v1/artifactTypes
2022-06-06T08:17:19.850Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:17:20.888Z||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.30.94] 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$$659010.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-06T08:17:20.889Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1768b7d0
2022-06-06T08:17:20.890Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:17:20.890Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:17:20.891Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:17:20.891Z||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$$659010.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-06T08:18:09.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:18:09.830Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:18:09.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:18:09.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:18:09.844Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7318ec56-f20d-4e49-b8cc-75204926b52e url= /sdc/v1/artifactTypes
2022-06-06T08:18:09.844Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:18:10.870Z||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.30.94] 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$$659010.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-06T08:18:10.872Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2501e7c8
2022-06-06T08:18:10.872Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:18:10.872Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:18:10.873Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:18:10.873Z||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$$659010.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-06T08:18:59.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:18:59.830Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:18:59.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:18:59.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:18:59.839Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c72fd0fd-c2c3-4be1-8a5f-ed8bc607b0ee url= /sdc/v1/artifactTypes
2022-06-06T08:18:59.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:19:00.862Z||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.30.94] 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$$659010.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-06T08:19:00.864Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b0b50b9
2022-06-06T08:19:00.864Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:19:00.865Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:19:00.865Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:19:00.866Z||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$$659010.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-06T08:19:49.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:19:49.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:19:49.832Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:19:49.837Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:19:49.844Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4342f9a9-0a32-42cb-a67e-c094604fe9ac url= /sdc/v1/artifactTypes
2022-06-06T08:19:49.845Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:19:50.875Z||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.30.94] 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$$659010.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-06T08:19:50.877Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4302d507
2022-06-06T08:19:50.877Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:19:50.877Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:19:50.877Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:19:50.878Z||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$$659010.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-06T08:20:39.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:20:39.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:20:39.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:20:39.835Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:20:39.841Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 790f5a36-e1bb-4fc3-a744-382b18a343cd url= /sdc/v1/artifactTypes
2022-06-06T08:20:39.841Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:20:40.855Z||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.30.94] 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$$659010.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-06T08:20:40.855Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79bcaa96
2022-06-06T08:20:40.856Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:20:40.856Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:20:40.856Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:20:40.857Z||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$$659010.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-06T08:21:29.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:21:29.830Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:21:29.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:21:29.833Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:21:29.838Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 27e6c803-2eb8-42c2-8733-89464217207c url= /sdc/v1/artifactTypes
2022-06-06T08:21:29.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:21:30.874Z||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.30.94] 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$$659010.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-06T08:21:30.876Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@683f5d52
2022-06-06T08:21:30.876Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:21:30.877Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:21:30.877Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:21:30.878Z||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$$659010.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-06T08:22:19.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:22:19.833Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:22:19.834Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:22:19.838Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:22:19.850Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 455cbb85-ebd8-42a6-acb4-4e163dd6bb24 url= /sdc/v1/artifactTypes
2022-06-06T08:22:19.851Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:22:20.888Z||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.30.94] 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$$659010.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-06T08:22:20.889Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d66b23a
2022-06-06T08:22:20.889Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:22:20.890Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:22:20.890Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:22:20.891Z||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$$659010.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-06T08:22:21.197Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-06T08:23:09.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:23:09.830Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:23:09.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:23:09.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:23:09.840Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a2d3fb0-3825-4c62-b290-ddb22b943d7c url= /sdc/v1/artifactTypes
2022-06-06T08:23:09.840Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:23:10.090Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-06T08:23:10.102Z||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-06T08:23:10.142Z||scheduling-1|||||DEBUG|500||create keys
2022-06-06T08:23:10.154Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-06T08:23:10.196Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:23:10.222Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 46ae1f0a-d4c3-42c9-a01c-f0f4aff3491f url= /sdc/v1/registerForDistribution
2022-06-06T08:23:10.436Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 46ae1f0a-d4c3-42c9-a01c-f0f4aff3491f url= /sdc/v1/registerForDistribution
2022-06-06T08:23:10.436Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-06T08:23:10.448Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:23:10.449Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:23:10.455Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-06T08:23:10.459Z||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-06T08:23:10.459Z||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-06T08:23:10.459Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:23:10.459Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:23:20.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:23:20.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:24:10.444Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:24:10.446Z||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-06T08:24:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:24:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:24:10.448Z||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-06T08:24:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:24:20.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:24:20.029Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:25:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:25:10.445Z||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-06T08:25:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:25:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:25:10.448Z||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-06T08:25:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:25:20.023Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:25:20.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:26:10.444Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:26:10.446Z||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-06T08:26:10.447Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:26:10.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:26:10.448Z||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-06T08:26:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:26:20.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:26:20.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:27:10.444Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:27:10.446Z||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-06T08:27:10.447Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:27:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:27:10.455Z||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-06T08:27:10.456Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:27:20.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:27:20.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:28:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:28:10.449Z||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-06T08:28:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:28:10.451Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:28:10.452Z||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-06T08:28:10.452Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:28:20.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:28:20.042Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:29:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:29:10.446Z||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-06T08:29:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:29:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:29:10.449Z||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-06T08:29:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:29:20.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:29:20.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:30:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:30:10.445Z||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-06T08:30:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:30:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:30:10.448Z||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-06T08:30:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:30:20.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:30:20.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:31:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:31:10.446Z||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-06T08:31:10.447Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:31:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:31:10.448Z||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-06T08:31:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:31:20.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:31:20.038Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:32:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:32:10.445Z||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-06T08:32:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:32:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:32:10.448Z||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-06T08:32:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:32:20.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:32:20.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:33:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:33:10.446Z||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-06T08:33:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:33:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:33:10.448Z||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-06T08:33:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:33:20.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:33:20.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:34:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:34:10.446Z||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-06T08:34:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:34:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:34:10.448Z||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-06T08:34:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:34:20.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:34:20.039Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:35:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:35:10.445Z||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-06T08:35:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:35:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:35:10.448Z||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-06T08:35:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:35:20.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:35:20.052Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:36:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:36:10.445Z||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-06T08:36:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:36:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:36:10.448Z||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-06T08:36:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:36:20.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:36:20.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:37:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:37:10.445Z||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-06T08:37:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:37:10.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:37:10.448Z||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-06T08:37:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:37:20.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:37:20.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:38:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:38:10.445Z||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-06T08:38:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:38:10.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:38:10.449Z||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-06T08:38:10.450Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:38:20.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:38:20.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:39:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:39:10.445Z||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-06T08:39:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:39:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:39:10.448Z||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-06T08:39:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:39:20.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:39:20.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:40:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:40:10.445Z||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-06T08:40:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:40:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:40:10.448Z||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-06T08:40:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:40:20.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:40:20.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:41:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:41:10.446Z||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-06T08:41:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:41:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:41:10.448Z||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-06T08:41:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:41:20.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:41:20.039Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:42:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:42:10.445Z||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-06T08:42:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:42:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:42:10.448Z||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-06T08:42:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:42:20.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:42:20.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:43:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:43:10.445Z||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-06T08:43:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:43:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:43:10.448Z||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-06T08:43:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:43:20.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:43:20.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:44:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:44:10.445Z||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-06T08:44:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:44:10.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:44:10.449Z||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-06T08:44:10.450Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:44:20.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:44:20.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:45:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:45:10.445Z||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-06T08:45:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:45:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:45:10.447Z||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-06T08:45:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:45:20.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:45:20.033Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:46:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:46:10.445Z||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-06T08:46:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:46:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:46:10.448Z||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-06T08:46:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:46:20.024Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:46:20.031Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:47:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:47:10.445Z||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-06T08:47:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:47:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:47:10.448Z||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-06T08:47:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:47:20.037Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:47:20.039Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:48:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:48:10.445Z||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-06T08:48:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:48:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:48:10.447Z||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-06T08:48:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:48:20.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:48:20.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:49:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:49:10.446Z||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-06T08:49:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:49:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:49:10.448Z||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-06T08:49:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:49:20.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:49:20.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:50:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:50:10.445Z||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-06T08:50:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:50:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:50:10.448Z||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-06T08:50:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:50:20.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:50:20.037Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:51:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:51:10.445Z||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-06T08:51:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:51:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:51:10.448Z||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-06T08:51:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:51:20.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:51:20.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:52:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:52:10.445Z||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-06T08:52:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:52:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:52:10.448Z||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-06T08:52:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:52:20.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:52:20.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:53:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:53:10.445Z||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-06T08:53:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:53:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:53:10.449Z||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-06T08:53:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:53:20.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:53:20.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:54:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:54:10.445Z||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-06T08:54:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:54:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:54:10.449Z||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-06T08:54:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:54:20.010Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:54:20.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:55:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:55:10.446Z||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-06T08:55:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:55:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:55:10.448Z||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-06T08:55:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:55:20.032Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:55:20.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:56:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:56:10.445Z||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-06T08:56:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:56:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:56:10.449Z||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-06T08:56:10.450Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:56:20.006Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:56:20.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:57:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:57:10.445Z||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-06T08:57:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:57:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:57:10.448Z||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-06T08:57:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:57:20.011Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:57:20.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:58:10.446Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:58:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:58:10.447Z||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-06T08:58:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:58:10.448Z||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-06T08:58:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:58:20.015Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:58:20.031Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:59:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:59:10.445Z||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-06T08:59:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:59:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:59:10.448Z||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-06T08:59:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:59:20.007Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T08:59:20.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:00:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:00:10.445Z||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-06T09:00:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:00:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:00:10.448Z||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-06T09:00:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:00:20.042Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:00:20.046Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:01:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:01:10.445Z||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-06T09:01:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:01:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:01:10.448Z||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-06T09:01:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:01:20.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:01:20.038Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:02:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:02:10.446Z||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-06T09:02:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:02:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:02:10.448Z||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-06T09:02:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:02:20.023Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:02:20.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:03:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:03:10.445Z||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-06T09:03:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:03:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:03:10.448Z||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-06T09:03:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:03:20.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:03:20.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:04:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:04:10.445Z||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-06T09:04:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:04:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:04:10.448Z||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-06T09:04:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:04:20.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:04:20.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:05:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:05:10.445Z||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-06T09:05:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:05:10.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:05:10.448Z||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-06T09:05:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:05:20.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:05:20.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:06:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:06:10.445Z||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-06T09:06:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:06:10.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:06:10.448Z||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-06T09:06:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:06:20.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:06:20.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:07:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:07:10.446Z||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-06T09:07:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:07:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:07:10.448Z||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-06T09:07:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:07:20.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:07:20.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:08:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:08:10.445Z||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-06T09:08:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:08:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:08:10.448Z||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-06T09:08:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:08:20.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:08:20.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:09:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:09:10.445Z||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-06T09:09:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:09:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:09:10.448Z||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-06T09:09:10.451Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:09:20.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:09:20.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:10:10.444Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:10:10.445Z||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-06T09:10:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:10:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:10:10.448Z||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-06T09:10:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:10:20.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:10:20.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:11:10.444Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:11:10.445Z||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-06T09:11:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:11:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:11:10.448Z||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-06T09:11:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:11:20.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:11:20.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:12:10.444Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:12:10.445Z||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-06T09:12:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:12:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:12:10.448Z||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-06T09:12:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:12:20.036Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:12:20.043Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:13:10.444Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:13:10.445Z||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-06T09:13:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:13:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:13:10.447Z||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-06T09:13:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:13:20.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:13:20.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:14:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:14:10.446Z||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-06T09:14:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:14:10.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:14:10.451Z||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-06T09:14:10.452Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:14:20.010Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:14:20.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:15:10.444Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:15:10.446Z||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-06T09:15:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:15:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:15:10.447Z||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-06T09:15:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:15:20.005Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:15:20.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:16:10.444Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:16:10.446Z||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-06T09:16:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:16:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:16:10.448Z||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-06T09:16:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:16:20.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:16:20.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:17:10.444Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:17:10.446Z||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-06T09:17:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:17:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:17:10.448Z||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-06T09:17:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:17:20.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:17:20.028Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:18:10.444Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:18:10.445Z||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-06T09:18:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:18:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:18:10.448Z||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-06T09:18:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:18:20.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:18:20.035Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:19:10.444Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:19:10.445Z||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-06T09:19:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:19:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:19:10.448Z||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-06T09:19:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:19:20.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:19:20.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:20:10.444Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:20:10.445Z||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-06T09:20:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:20:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:20:10.448Z||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-06T09:20:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:20:20.020Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:20:20.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:21:10.444Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:21:10.446Z||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-06T09:21:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:21:10.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:21:10.449Z||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-06T09:21:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:21:20.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:21:20.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:22:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:22:10.445Z||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-06T09:22:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:22:10.448Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:22:10.449Z||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-06T09:22:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:22:20.004Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:22:20.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:23:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:23:10.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:23:10.449Z||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-06T09:23:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:23:10.449Z||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-06T09:23:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:23:20.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:23:20.059Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:24:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:24:10.445Z||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-06T09:24:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:24:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:24:10.448Z||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-06T09:24:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:24:20.006Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:24:20.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:25:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:25:10.445Z||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-06T09:25:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:25:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:25:10.448Z||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-06T09:25:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:25:20.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:25:20.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:26:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:26:10.446Z||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-06T09:26:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:26:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:26:10.448Z||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-06T09:26:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:26:20.031Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:26:20.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:27:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:27:10.445Z||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-06T09:27:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:27:10.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:27:10.449Z||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-06T09:27:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:27:20.020Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:27:20.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:28:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:28:10.445Z||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-06T09:28:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:28:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:28:10.448Z||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-06T09:28:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:28:20.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:28:20.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:29:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:29:10.445Z||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-06T09:29:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:29:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:29:10.448Z||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-06T09:29:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:29:20.005Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:29:20.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:30:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:30:10.445Z||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-06T09:30:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:30:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:30:10.449Z||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-06T09:30:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:30:20.006Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:30:20.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:31:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:31:10.445Z||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-06T09:31:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:31:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:31:10.448Z||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-06T09:31:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:31:20.005Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:31:20.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:32:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:32:10.446Z||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-06T09:32:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:32:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:32:10.448Z||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-06T09:32:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:32:20.009Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:32:20.009Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:33:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:33:10.446Z||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-06T09:33:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:33:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:33:10.448Z||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-06T09:33:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:33:20.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:33:20.011Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:34:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:34:10.445Z||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-06T09:34:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:34:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:34:10.448Z||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-06T09:34:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:34:20.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:34:20.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:35:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:35:10.445Z||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-06T09:35:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:35:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:35:10.448Z||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-06T09:35:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:35:20.015Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:35:20.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:36:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:36:10.445Z||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-06T09:36:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:36:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:36:10.448Z||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-06T09:36:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:36:20.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:36:20.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:37:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:37:10.446Z||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-06T09:37:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:37:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:37:10.448Z||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-06T09:37:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:37:20.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:37:20.038Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:38:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:38:10.446Z||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-06T09:38:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:38:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:38:10.448Z||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-06T09:38:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:38:20.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:38:20.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:39:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:39:10.445Z||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-06T09:39:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:39:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:39:10.448Z||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-06T09:39:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:39:20.006Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:39:20.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:40:10.445Z||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-06T09:40:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:40:10.448Z||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-06T09:40:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:11.090Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:11.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"39b03a9f-dba7-46e6-88e9-0cb277ebf0ad","serviceName":"basic_onboard_UwNEcf","serviceVersion":"1.0","serviceUUID":"c9ff368a-6518-4e51-a7ff-2b4dc34a1432","serviceDescription":"service","serviceInvariantUUID":"bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3","resources":[{"resourceInstanceName":"basic_onboard_UwNEcf 0","resourceName":"basic_onboard_UwNEcf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1fd1f08-a2ad-4e8f-9ae3-a97f44994722","resourceInvariantUUID":"a20a50f4-b9e8-43ad-bd9d-35ac53df01b1","resourceCustomizationUUID":"45d7652c-bb96-467f-a388-8aa88e5cf9b8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml","artifactChecksum":"NmJmOWQ4NWRmNGZhNTVmM2QxZjNlOWYzODQxMTZhYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e352e98-d7c7-43d5-9901-4e199399b230","artifactVersion":"1"},{"artifactName":"basic_onboard_uwnecf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json","artifactChecksum":"N2U1OGFlYTc4ZDQzYzE2ODU0ZTgzYTc5MWI1ZmJmZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0c3e3f1-45eb-4668-8395-0d6f266e13a8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b10a89e4-97ae-4f16-a922-e3322f4fae05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f99954bb-3fcb-4abb-891b-87b077ce89a1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39c29184-9623-4c73-a529-2d67d0e12b4a","artifactVersion":"2","generatedFromUUID":"b10a89e4-97ae-4f16-a922-e3322f4fae05"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUwnecf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml","artifactChecksum":"NDQ1NWFiMWQ3MzcxMTdkODcyZGI1MmQwMmExY2QxMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b7d2014-a432-4073-8b1d-791928014657","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUwnecf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar","artifactChecksum":"YjZmNDIyNTc2NDc0YTRlMzUwZDdjNmEwMGIzZWUyMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c3e1bc1-b5a6-4316-a83f-f134663ecd57","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T09:40:11.098Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:11.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508366937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.109Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:11.116Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:11.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "clamp",
"timestamp": 1654508365223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "cds",
"timestamp": 1654508372630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508374106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508366937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "NOTIFIED"
}
2022-06-06T09:40:11.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "clamp",
"timestamp": 1654508365223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "NOTIFIED"
}
2022-06-06T09:40:11.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "cds",
"timestamp": 1654508372630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508374106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508366937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "clamp",
"timestamp": 1654508365223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "cds",
"timestamp": 1654508372630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508374106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508366937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "clamp",
"timestamp": 1654508365223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.140Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:11.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.140Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "cds",
"timestamp": 1654508372630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508374106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508366937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-06T09:40:11.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "clamp",
"timestamp": 1654508365223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "cds",
"timestamp": 1654508372630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508374106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508366937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "clamp",
"timestamp": 1654508365223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "cds",
"timestamp": 1654508372630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508374106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508379706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508366937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:40:11.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "clamp",
"timestamp": 1654508365223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:40:11.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "cds",
"timestamp": 1654508372630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:40:11.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508374106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:40:11.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508379706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508379706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508379706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "cds",
"timestamp": 1654508383237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.153Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508383312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508384636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "policy-id",
"timestamp": 1654508384071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508379706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "cds",
"timestamp": 1654508384255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:40:11.229Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-06-06T09:40:11.235Z||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-06T09:40:11.235Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:11.255Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:11.258Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:40:11.383Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
2022-06-06T09:40:11.408Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad 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-06T09:40:11.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "aai-ml",
"timestamp": 1654508384775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "policy-id",
"timestamp": 1654508384071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508379706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "aai-ml",
"timestamp": 1654508384775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508385461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "policy-id",
"timestamp": 1654508384071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-06T09:40:11.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508379706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "aai-ml",
"timestamp": 1654508384775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "policy-id",
"timestamp": 1654508384071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "aai-ml",
"timestamp": 1654508384775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508387349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "policy-id",
"timestamp": 1654508384071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "aai-ml",
"timestamp": 1654508384775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508388423,
"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-06T09:40:11.465Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
2022-06-06T09:40:11.466Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad 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-06T09:40:11.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "policy-id",
"timestamp": 1654508384071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "aai-ml",
"timestamp": 1654508384775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "clamp",
"timestamp": 1654508390058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508389429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-06T09:40:11.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "policy-id",
"timestamp": 1654508384071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:40:11.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "aai-ml",
"timestamp": 1654508384775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:40:11.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:40:11.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "policy-id",
"timestamp": 1654508392290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "clamp",
"timestamp": 1654508392071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T09:40:11.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "aai-ml",
"timestamp": 1654508393238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "policy-id",
"timestamp": 1654508393304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T09:40:11.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508393621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T09:40:11.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "clamp",
"timestamp": 1654508393079,
"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-06T09:40:11.490Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
2022-06-06T09:40:11.490Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad 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-06T09:40:11.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "policy-id",
"timestamp": 1654508394310,
"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-06T09:40:11.506Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
2022-06-06T09:40:11.507Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad 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-06T09:40:11.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508394630,
"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-06T09:40:11.528Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
2022-06-06T09:40:11.528Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad 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-06T09:40:12.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:12.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:12.155Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:12.155Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "NOTIFIED"
}
2022-06-06T09:40:12.255Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:12.257Z||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-06T09:40:12.257Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:12.276Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:12.277Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:13.156Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:13.157Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:13.161Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:13.161Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-06T09:40:13.261Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:13.262Z||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-06T09:40:13.262Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:13.281Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:13.282Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:14.161Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:14.162Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:14.165Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:14.165Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:14.266Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:14.267Z||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-06T09:40:14.267Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:14.289Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:14.290Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:40:15.166Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:15.167Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:15.169Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:15.169Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-06T09:40:15.269Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:15.271Z||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-06T09:40:15.271Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:15.289Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:15.290Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:16.170Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:16.171Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:16.174Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:16.174Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:40:16.274Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:16.275Z||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-06T09:40:16.275Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:16.294Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:16.295Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:17.175Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:17.176Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:17.178Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:17.178Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:40:17.278Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:17.280Z||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-06T09:40:17.280Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:17.297Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:17.298Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:18.181Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"serviceName": "basic_onboard_UwNEcf",
"serviceVersion": "1.0",
"serviceUUID": "c9ff368a-6518-4e51-a7ff-2b4dc34a1432",
"serviceDescription": "service",
"serviceInvariantUUID": "bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3",
"resources": [
{
"resourceInstanceName": "basic_onboard_UwNEcf 0",
"resourceCustomizationUUID": "45d7652c-bb96-467f-a388-8aa88e5cf9b8",
"resourceName": "basic_onboard_UwNEcf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b1fd1f08-a2ad-4e8f-9ae3-a97f44994722",
"resourceInvariantUUID": "a20a50f4-b9e8-43ad-bd9d-35ac53df01b1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_uwnecf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"artifactChecksum": "N2U1OGFlYTc4ZDQzYzE2ODU0ZTgzYTc5MWI1ZmJmZTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e0c3e3f1-45eb-4668-8395-0d6f266e13a8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b10a89e4-97ae-4f16-a922-e3322f4fae05",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "39c29184-9623-4c73-a529-2d67d0e12b4a",
"generatedFromUUID": "b10a89e4-97ae-4f16-a922-e3322f4fae05"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "39c29184-9623-4c73-a529-2d67d0e12b4a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUwnecf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"artifactChecksum": "YjZmNDIyNTc2NDc0YTRlMzUwZDdjNmEwMGIzZWUyMGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1c3e1bc1-b5a6-4316-a83f-f134663ecd57"
}
],
"workloadContext": "Production"
}
2022-06-06T09:40:18.182Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T09:40:18.183Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c9ff368a-6518-4e51-a7ff-2b4dc34a1432 ASDC
2022-06-06T09:40:18.422Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
ServiceName:basic_onboard_UwNEcf
ServiceVersion:1.0
ServiceUUID:c9ff368a-6518-4e51-a7ff-2b4dc34a1432
ServiceInvariantUUID:bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUwnecf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar
ArtifactUUID:1c3e1bc1-b5a6-4316-a83f-f134663ecd57
ArtifactChecksum:YjZmNDIyNTc2NDc0YTRlMzUwZDdjNmEwMGIzZWUyMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UwNEcf 0
ResourceCustomizationUUID:45d7652c-bb96-467f-a388-8aa88e5cf9b8
ResourceInvariantUUID:a20a50f4-b9e8-43ad-bd9d-35ac53df01b1
ResourceName:basic_onboard_UwNEcf
ResourceType:VF
ResourceUUID:b1fd1f08-a2ad-4e8f-9ae3-a97f44994722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_uwnecf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json
ArtifactUUID:e0c3e3f1-45eb-4668-8395-0d6f266e13a8
ArtifactChecksum:N2U1OGFlYTc4ZDQzYzE2ODU0ZTgzYTc5MWI1ZmJmZTU=
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/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b10a89e4-97ae-4f16-a922-e3322f4fae05
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/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env
ArtifactUUID:39c29184-9623-4c73-a529-2d67d0e12b4a
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/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env
ArtifactUUID:39c29184-9623-4c73-a529-2d67d0e12b4a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-06T09:40:18.423Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9ff368a-6518-4e51-a7ff-2b4dc34a1432 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-06T09:40:18.480Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:40:18.482Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:40:18.484Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:40:18.484Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c3e1bc1-b5a6-4316-a83f-f134663ecd57 from URL: /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:18.484Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:40:18.487Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:19.495Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:40:19.510Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar 1c3e1bc1-b5a6-4316-a83f-f134663ecd57 71576
2022-06-06T09:40:19.511Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar ASDC sendASDCNotification
2022-06-06T09:40:19.511Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:19.512Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:40:19.514Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:19.516Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:19.516Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508419510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:40:19.617Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:40:19.618Z||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-06T09:40:19.618Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:19.634Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:19.635Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:20.522Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:40:20.523Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:40:20.524Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1c3e1bc1-b5a6-4316-a83f-f134663ecd57, URL: /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar to file: /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:20.524Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:20.610Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:20.610Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:21.317Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7833756308410740002/Definitions/service-BasicOnboardUwnecf-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-06T09:40:23.599Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T09:40:23.606Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:40:23.606Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.606Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.608Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UwNEcf 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-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.608Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.608Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:40:23.617Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:23.619Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.626Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:23.626Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:40:23.628Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:40:23.630Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:23.630Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.630Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:23.631Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:40:23.631Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:40:23.631Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:23.631Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:23.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is not matching search criteria
2022-06-06T09:40:23.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-06T09:40:23.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-06T09:40:23.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-06T09:40:23.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T09:40:23.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T09:40:23.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:23.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T09:40:23.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:23.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:23.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:40:23.640Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:23.641Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:23.641Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:40:23.641Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:23.641Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:23.642Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:40:23.642Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:23.642Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is not matching search criteria
2022-06-06T09:40:23.643Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T09:40:23.643Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T09:40:23.643Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b2dfdb1-48ea-4b9b-90db-cddf5d7f4aa0
2022-06-06T09:40:23.643Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:23.643Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.644Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:23.644Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.644Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:23.644Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.644Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:23.645Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.645Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_UwNEcf
Description:service
Model UUID:c9ff368a-6518-4e51-a7ff-2b4dc34a1432
Model Version:NULL
Model InvariantUuid:bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_UwNEcf
Model UUID:96c0af9b-2dd9-42a3-8cd2-a7db08fce65d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a20a50f4-b9e8-43ad-bd9d-35ac53df01b1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:45d7652c-bb96-467f-a388-8aa88e5cf9b8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4952a53e-66cd-413a-be96-979f7c2ebf85
ModelName:BasicOnboardUwnecf..base_ubuntu18..module-0
ModelUuid:4367d9f5-cd71-40f7-b678-b59fafefd27d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1b2dfdb1-48ea-4b9b-90db-cddf5d7f4aa0
ModelInvariantUuid:725b1d14-30c0-435b-8d7a-2f43386b3aae
ModelName:basic_onboard_UwNEcf-nodes.ubuntu18Cvfc
ModelUuid:69e54800-bffc-445c-bf96-3b0b43c9141f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:65c70d20-296c-4f87-9d5c-814c7c5edc36
ModelInvariantUuid:6086a9e4-959a-42ab-abda-447a681cb43a
ModelName:BasicOnboardUwnecf.compute.nodes.heat.ubuntu18
ModelUuid:e6279cd4-3757-41a7-9baf-099e57fa3d9d
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-06T09:40:23.662Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b1fd1f08-a2ad-4e8f-9ae3-a97f44994722
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-06T09:40:23.785Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||basic_onboard_UwNEcf 0
2022-06-06T09:40:23.796Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1fd1f08-a2ad-4e8f-9ae3-a97f44994722
2022-06-06T09:40:23.797Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e0c3e3f1-45eb-4668-8395-0d6f266e13a8 from URL: /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json
2022-06-06T09:40:23.797Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:40:23.797Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json
2022-06-06T09:40:24.727Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:40:24.729Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json e0c3e3f1-45eb-4668-8395-0d6f266e13a8 798
2022-06-06T09:40:24.729Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json ASDC sendASDCNotification
2022-06-06T09:40:24.730Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json
2022-06-06T09:40:24.730Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:40:24.730Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:24.734Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:24.734Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508424729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:40:24.834Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:24.836Z||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-06T09:40:24.836Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:24.869Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:24.870Z||pool-11-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:40:25.736Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUwnecf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4952a53e-66cd-413a-be96-979f7c2ebf85",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4367d9f5-cd71-40f7-b678-b59fafefd27d",
"vfModuleModelCustomizationUUID": "c280172b-ddb2-4436-b65b-74e7554e7c24",
"isBase": true,
"artifacts": [
"b10a89e4-97ae-4f16-a922-e3322f4fae05",
"39c29184-9623-4c73-a529-2d67d0e12b4a"
],
"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-06T09:40:25.757Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUwnecf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4367d9f5-cd71-40f7-b678-b59fafefd27d
VfModuleModelInvariantUUID:4952a53e-66cd-413a-be96-979f7c2ebf85
VfModuleModelDescription:NULL
Artifacts UUID List:{
b10a89e4-97ae-4f16-a922-e3322f4fae05
,
39c29184-9623-4c73-a529-2d67d0e12b4a
}
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-06T09:40:25.761Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUwnecf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4952a53e-66cd-413a-be96-979f7c2ebf85",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4367d9f5-cd71-40f7-b678-b59fafefd27d",
"vfModuleModelCustomizationUUID": "c280172b-ddb2-4436-b65b-74e7554e7c24",
"isBase": true,
"artifacts": [
"b10a89e4-97ae-4f16-a922-e3322f4fae05",
"39c29184-9623-4c73-a529-2d67d0e12b4a"
],
"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-06T09:40:25.761Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUwnecf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4367d9f5-cd71-40f7-b678-b59fafefd27d
VfModuleModelInvariantUUID:4952a53e-66cd-413a-be96-979f7c2ebf85
VfModuleModelDescription:NULL
Artifacts UUID List:{
b10a89e4-97ae-4f16-a922-e3322f4fae05
,
39c29184-9623-4c73-a529-2d67d0e12b4a
}
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-06T09:40:25.762Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b10a89e4-97ae-4f16-a922-e3322f4fae05 from URL: /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml
2022-06-06T09:40:25.762Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:40:25.762Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml
2022-06-06T09:40:27.120Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:40:27.121Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml b10a89e4-97ae-4f16-a922-e3322f4fae05 5033
2022-06-06T09:40:27.121Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-06T09:40:27.121Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml
2022-06-06T09:40:27.122Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:40:27.122Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:27.124Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:27.124Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508427121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:40:27.224Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:27.225Z||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-06T09:40:27.225Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:27.243Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:27.243Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:28.125Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 39c29184-9623-4c73-a529-2d67d0e12b4a from URL: /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env
2022-06-06T09:40:28.126Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:40:28.126Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env
2022-06-06T09:40:29.538Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:40:29.539Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env 39c29184-9623-4c73-a529-2d67d0e12b4a 909
2022-06-06T09:40:29.540Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-06T09:40:29.540Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env
2022-06-06T09:40:29.541Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:40:29.542Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:29.545Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:29.545Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508429540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:40:29.645Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:40:29.646Z||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-06T09:40:29.647Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:29.673Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:29.673Z||pool-13-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:40:30.546Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c9ff368a-6518-4e51-a7ff-2b4dc34a1432
2022-06-06T09:40:30.547Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UwNEcf 0 b1fd1f08-a2ad-4e8f-9ae3-a97f44994722 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-06T09:40:30.585Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8cd0beb, org.onap.sdc.toscaparser.api.parameters.Input@5f53a125, org.onap.sdc.toscaparser.api.parameters.Input@6092acfc, org.onap.sdc.toscaparser.api.parameters.Input@6ce61243, org.onap.sdc.toscaparser.api.parameters.Input@c94de67]
2022-06-06T09:40:30.589Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.590Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.590Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-06-06T09:40:30.591Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 45d7652c-bb96-467f-a388-8aa88e5cf9b8
2022-06-06T09:40:30.591Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 45d7652c-bb96-467f-a388-8aa88e5cf9b8 matches Tosca VF Customization UUID: 45d7652c-bb96-467f-a388-8aa88e5cf9b8
2022-06-06T09:40:30.591Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 45d7652c-bb96-467f-a388-8aa88e5cf9b8 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-06T09:40:30.600Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.600Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.602Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 45d7652c-bb96-467f-a388-8aa88e5cf9b8: {\"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-06T09:40:30.602Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29c8134d
2022-06-06T09:40:30.603Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.603Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T09:40:30.604Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c280172b-ddb2-4436-b65b-74e7554e7c24
2022-06-06T09:40:30.605Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c280172b-ddb2-4436-b65b-74e7554e7c24
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-06T09:40:30.613Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.614Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:30.614Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:40:30.615Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.616Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:30.616Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:40:30.617Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.617Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is not matching search criteria
2022-06-06T09:40:30.617Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T09:40:30.618Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T09:40:30.618Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b2dfdb1-48ea-4b9b-90db-cddf5d7f4aa0
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-06T09:40:30.630Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.631Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:30.631Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:40:30.632Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.632Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:30.632Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=45d7652c-bb96-467f-a388-8aa88e5cf9b8
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-06T09:40:30.635Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.635Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c9ff368a-6518-4e51-a7ff-2b4dc34a1432: basic_onboard_UwNEcf
2022-06-06T09:40:30.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.638Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.638Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:40:30.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.640Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_UwNEcf
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-06T09:40:30.867Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UwNEcf b1fd1f08-a2ad-4e8f-9ae3-a97f44994722 1 ASDC deployResourceStructure
2022-06-06T09:40:30.868Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json ASDC sendASDCNotification
2022-06-06T09:40:30.868Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json
2022-06-06T09:40:30.869Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:40:30.869Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:30.871Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:30.871Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508430868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-06T09:40:30.971Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:30.973Z||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-06T09:40:30.973Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:30.989Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:30.990Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:31.872Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-06T09:40:31.873Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml
2022-06-06T09:40:31.873Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:40:31.873Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:31.875Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:31.875Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508431872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-06T09:40:31.975Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:31.977Z||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-06T09:40:31.977Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:32.002Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:32.002Z||pool-15-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:32.878Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-06T09:40:32.878Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env
2022-06-06T09:40:32.878Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:40:32.879Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:32.882Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:32.882Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508432878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-06T09:40:32.982Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:32.983Z||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-06T09:40:32.983Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:33.002Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:33.003Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:33.884Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar ASDC sendASDCNotification
2022-06-06T09:40:33.884Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:33.884Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:40:33.884Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:33.886Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:33.887Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508433883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T09:40:33.987Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:33.989Z||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-06T09:40:33.989Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:34.008Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:40:34.009Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:34.888Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
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-06T09:40:34.907Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
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-06T09:40:34.913Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:40:34.914Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:40:34.914Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:41:04.915Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
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-06T09:41:04.932Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
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-06T09:41:04.939Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:41:04.939Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:41:04.939Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:41:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:41:10.448Z||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-06T09:41:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:41:10.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:41:10.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:41:10.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:41:10.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:41:34.940Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
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-06T09:41:34.963Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
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-06T09:41:34.967Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:41:34.967Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:41:34.968Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:42:04.968Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
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-06T09:42:04.981Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
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-06T09:42:04.984Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:42:04.985Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:42:04.985Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:42:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:42:10.448Z||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-06T09:42:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:42:10.984Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:42:10.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:10.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "NOTIFIED"
}
2022-06-06T09:42:10.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:42:10.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:10.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-06T09:42:10.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:42:10.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:10.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "aai-ml",
"timestamp": 1654508414402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-06-06T09:42:10.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:10.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:10.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:42:10.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:42:10.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:10.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "aai-ml",
"timestamp": 1654508415408,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-06T09:42:10.998Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
2022-06-06T09:42:10.998Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad 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-06T09:42:11.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508410444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508419510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508424729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508427121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508429540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508430868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508431872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508432878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508433883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T09:42:11.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:34.985Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
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-06T09:42:35.000Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
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-06T09:42:35.004Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:42:35.004Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T09:42:35.004Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T09:42:35.004Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T09:42:35.005Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-06-06T09:42:35.005Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06T09:42:35.011Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T09:43:05.012Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad 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-06T09:43:05.024Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad and serviceModelVersionId: c9ff368a-6518-4e51-a7ff-2b4dc34a1432
2022-06-06T09:43:05.025Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3
2022-06-06T09:43:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:43:10.448Z||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-06T09:43:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:43:20.044Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:43:21.688Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0
2022-06-06T09:43:21.813Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T09:43:22.410Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0|INFO|500||Invoke
2022-06-06T09:43:22.423Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39b03a9f-dba7-46e6-88e9-0cb277ebf0ad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dff08c56-a999-4775-9020-8144c5172f1a], X-ECOMP-RequestID=[39b03a9f-dba7-46e6-88e9-0cb277ebf0ad], X-TransactionId=[], X-ONAP-RequestID=[39b03a9f-dba7-46e6-88e9-0cb277ebf0ad], Content-Type=[application/merge-patch+json]}
2022-06-06T09:43:22.577Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-06-06T09:43:22.657Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?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/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-09:43:22:588-14150], Content-Length=[495], Date=[Mon, 06 Jun 2022 09:43:22 GMT], Content-Type=[application/json]}
2022-06-06T09:43:22.661Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432","ERR.5.4.6114"]}}}
2022-06-06T09:43:22.662Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T09:43:22.690Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (ec=ERR.5.4.6114)
2022-06-06T09:43:22.691Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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-06T09:43:22.693Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (ec=ERR.5.4.6114)
2022-06-06T09:43:22.693Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (ec=ERR.5.4.6114)
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-06T09:43:22.701Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T09:43:22.702Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (ec=ERR.5.4.6114)
2022-06-06T09:43:22.704Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T09:43:22.704Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:43:22.706Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:43:22.707Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508602702,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (ec\u003dERR.5.4.6114)"
}
2022-06-06T09:43:22.807Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:43:22.809Z||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-06T09:43:22.809Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:43:22.843Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:43:22.844Z||pool-18-thread-1|||||INFO|500||cambria reply ok (36 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-06T09:43:23.725Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:43:23.726Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-06T09:43:23.726Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:43:34.048Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:43:34.049Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:43:34.049Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-06T09:43:34.049Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:43:43.616Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:43:43.617Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:43:43.618Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-06T09:43:43.618Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:43:53.186Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:44:10.444Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:44:10.445Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-06T09:44:10.445Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:44:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:44:10.448Z||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-06T09:44:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:44:11.094Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:44:11.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:44:11.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508602702,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (ec\u003dERR.5.4.6114)"
}
2022-06-06T09:44:11.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:44:20.003Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:10.444Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:45:10.446Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-06T09:45:10.446Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:45:10.448Z||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-06T09:45:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:10.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:10.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:45:10.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508699706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:45:10.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:45:10.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:45:10.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "cds",
"timestamp": 1654508702629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:45:10.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:45:10.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:45:10.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508706939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:45:10.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:45:10.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:45:10.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508704106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:45:10.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:45:10.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:45:10.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "policy-id",
"timestamp": 1654508704071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:45:10.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:45:11.085Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:11.086Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T09:45:11.086Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8","serviceName":"vFW 2022-06-06 09-39-00","serviceVersion":"1.0","serviceUUID":"d2158c5a-440a-48a3-ab9b-306f889c1c4c","serviceDescription":"catalog service description","serviceInvariantUUID":"a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d","resources":[{"resourceInstanceName":"vFW 5887cc0f-3bf7 0","resourceName":"vFW 5887cc0f-3bf7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ca44486-7261-4795-acc9-f5a7564b7bdd","resourceInvariantUUID":"9da94f12-d34f-4ae9-aeac-623b05f8dab4","resourceCustomizationUUID":"f8931c98-d697-4d2c-8d76-3f8393f1bf7f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml","artifactChecksum":"NDYyODA0ODI0NzQzYjBlNjM0M2JjYTAzOThmZWZkNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"358f5f60-6a03-4acc-b6f4-d6bba767d051","artifactVersion":"1"},{"artifactName":"vfw5887cc0f3bf70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json","artifactChecksum":"Y2ViZjEwM2JlOTE3MzM4ODg3MDE0NDAxZGRiZTQ1ZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3163e393-b86b-424e-a1a5-3efa26150771","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"03b82bb0-4bb4-41eb-9878-bc0480c89834","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml","artifactChecksum":"YTMzZGMwZGEwYTAxMWQyMjRjNDM4OTcwNjM4YmVjNWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd9bacf3-767b-40ca-9c59-d8cb71d38855","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6ff0884-3cec-46ba-9e05-239452c752ac","artifactVersion":"3","generatedFromUUID":"03b82bb0-4bb4-41eb-9878-bc0480c89834"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606093900-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml","artifactChecksum":"ZjJjNmU0OGQzODE4ZTRkYmZhYzU4NTdiNjI5MzJhYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6245e2ef-10c8-43c6-aaf2-d6b33632017d","artifactVersion":"1"},{"artifactName":"service-Vfw20220606093900-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar","artifactChecksum":"OWIwMjJhNmNjODBjYTM1MGI4MjUxMzU1YjFiMGI2NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e29da30-4f9d-4ad7-8a99-d21db9cd441d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T09:45:11.089Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:11.090Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:11.092Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:11.092Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:45:11.193Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:45:11.194Z||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-06T09:45:11.194Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:11.213Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:11.214Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:12.094Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:12.096Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:12.099Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:12.099Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "NOTIFIED"
}
2022-06-06T09:45:12.199Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:12.200Z||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-06T09:45:12.201Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:12.252Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:12.253Z||pool-20-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:45:13.100Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:13.101Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:13.103Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:13.103Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-06T09:45:13.204Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T09:45:13.205Z||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-06T09:45:13.205Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:13.234Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:13.235Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:45:14.104Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:14.105Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:14.147Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:14.147Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:45:14.248Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:14.249Z||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-06T09:45:14.249Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:14.267Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:14.268Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:15.148Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:15.149Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:15.152Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:15.152Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-06T09:45:15.252Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:15.254Z||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-06T09:45:15.254Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:15.274Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:15.275Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:16.153Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:16.155Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:16.158Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:16.158Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:45:16.259Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T09:45:16.260Z||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-06T09:45:16.260Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:16.287Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:16.288Z||pool-24-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:17.159Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:17.160Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:17.162Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:17.162Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:45:17.263Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:17.264Z||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-06T09:45:17.264Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:17.286Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:17.287Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:18.164Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"serviceName": "vFW 2022-06-06 09-39-00",
"serviceVersion": "1.0",
"serviceUUID": "d2158c5a-440a-48a3-ab9b-306f889c1c4c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d",
"resources": [
{
"resourceInstanceName": "vFW 5887cc0f-3bf7 0",
"resourceCustomizationUUID": "f8931c98-d697-4d2c-8d76-3f8393f1bf7f",
"resourceName": "vFW 5887cc0f-3bf7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4ca44486-7261-4795-acc9-f5a7564b7bdd",
"resourceInvariantUUID": "9da94f12-d34f-4ae9-aeac-623b05f8dab4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw5887cc0f3bf70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"artifactChecksum": "Y2ViZjEwM2JlOTE3MzM4ODg3MDE0NDAxZGRiZTQ1ZDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3163e393-b86b-424e-a1a5-3efa26150771",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "03b82bb0-4bb4-41eb-9878-bc0480c89834",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "d6ff0884-3cec-46ba-9e05-239452c752ac",
"generatedFromUUID": "03b82bb0-4bb4-41eb-9878-bc0480c89834"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "d6ff0884-3cec-46ba-9e05-239452c752ac",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220606093900-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"artifactChecksum": "OWIwMjJhNmNjODBjYTM1MGI4MjUxMzU1YjFiMGI2NjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9e29da30-4f9d-4ad7-8a99-d21db9cd441d"
}
],
"workloadContext": "Production"
}
2022-06-06T09:45:18.165Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T09:45:18.165Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d2158c5a-440a-48a3-ab9b-306f889c1c4c ASDC
2022-06-06T09:45:18.166Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
ServiceName:vFW 2022-06-06 09-39-00
ServiceVersion:1.0
ServiceUUID:d2158c5a-440a-48a3-ab9b-306f889c1c4c
ServiceInvariantUUID:a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606093900-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar
ArtifactUUID:9e29da30-4f9d-4ad7-8a99-d21db9cd441d
ArtifactChecksum:OWIwMjJhNmNjODBjYTM1MGI4MjUxMzU1YjFiMGI2NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5887cc0f-3bf7 0
ResourceCustomizationUUID:f8931c98-d697-4d2c-8d76-3f8393f1bf7f
ResourceInvariantUUID:9da94f12-d34f-4ae9-aeac-623b05f8dab4
ResourceName:vFW 5887cc0f-3bf7
ResourceType:VF
ResourceUUID:4ca44486-7261-4795-acc9-f5a7564b7bdd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5887cc0f3bf70_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json
ArtifactUUID:3163e393-b86b-424e-a1a5-3efa26150771
ArtifactChecksum:Y2ViZjEwM2JlOTE3MzM4ODg3MDE0NDAxZGRiZTQ1ZDY=
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/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml
ArtifactUUID:03b82bb0-4bb4-41eb-9878-bc0480c89834
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env
ArtifactUUID:d6ff0884-3cec-46ba-9e05-239452c752ac
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env
ArtifactUUID:d6ff0884-3cec-46ba-9e05-239452c752ac
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-06T09:45:18.166Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2158c5a-440a-48a3-ab9b-306f889c1c4c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:45:18.204Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:45:18.205Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:45:18.205Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:45:18.205Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9e29da30-4f9d-4ad7-8a99-d21db9cd441d from URL: /sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:18.205Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:45:18.206Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:19.236Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:45:19.241Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar 9e29da30-4f9d-4ad7-8a99-d21db9cd441d 99002
2022-06-06T09:45:19.241Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar ASDC sendASDCNotification
2022-06-06T09:45:19.242Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:19.242Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:45:19.242Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:19.244Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:19.244Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508719241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:45:19.345Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:45:19.346Z||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-06T09:45:19.346Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:19.361Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:19.362Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:20.245Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:45:20.246Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:45:20.247Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9e29da30-4f9d-4ad7-8a99-d21db9cd441d, URL: /sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar to file: /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:20.247Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606093900-csar.csar
2022-06-06T09:45:20.248Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:20.248Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:20.512Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9565447658285905030/Definitions/service-Vfw20220606093900-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-06T09:45:23.129Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T09:45:23.130Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:45:23.130Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.131Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T09:45:23.131Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.131Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.131Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.131Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.131Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.132Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.132Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5887cc0f-3bf7 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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.132Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.132Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.132Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.133Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.133Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.133Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.133Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:45:23.133Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.134Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.134Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:23.134Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:45:23.134Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:45:23.135Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.135Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.135Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:23.135Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:45:23.136Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:45:23.136Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.136Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.137Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.137Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:23.137Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:23.137Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:23.137Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:45:23.138Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.138Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.138Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:45:23.138Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.138Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:45:23.138Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:45:23.139Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.139Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.139Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:45:23.139Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.139Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:45:23.140Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.140Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T09:45:23.140Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.140Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T09:45:23.140Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.141Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:23.141Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:23.141Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.141Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:23.142Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:23.142Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.142Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:23.142Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:23.143Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.143Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:23.143Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:23.144Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:23.144Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T09:45:23.144Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:45:23.144Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:45:23.144Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.145Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.145Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:45:23.145Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.145Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:45:23.146Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.146Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0d0bc7ca-9e10-417d-9d6e-aefafb1fb15a
2022-06-06T09:45:23.146Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.146Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:23.147Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:23.147Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:23.147Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:45:23.147Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.147Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.148Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:45:23.148Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.148Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T09:45:23.148Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:45:23.148Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.149Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:45:23.149Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.149Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aa16d792-508d-41e2-b68d-b99839417aa9
2022-06-06T09:45:23.149Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.150Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:23.150Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:23.150Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:23.150Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:45:23.150Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.151Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.151Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:45:23.151Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.151Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:45:23.151Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:45:23.152Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.152Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.152Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T09:45:23.152Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=53cd60ee-a672-43c0-b0aa-3260a1f502d0
2022-06-06T09:45:23.152Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.153Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.153Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.153Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.153Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.153Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.154Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:23.154Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.154Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-06 09-39-00
Description:catalog service description
Model UUID:d2158c5a-440a-48a3-ab9b-306f889c1c4c
Model Version:NULL
Model InvariantUuid:a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 5887cc0f-3bf7
Model UUID:c1809e08-47dd-4adc-b689-d21f8770b4b2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9da94f12-d34f-4ae9-aeac-623b05f8dab4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f8931c98-d697-4d2c-8d76-3f8393f1bf7f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:38a6dbd8-990d-4b05-b3a9-110ee5f2b870
ModelName:Vfw5887cc0f3bf7..base_vfw..module-0
ModelUuid:c265f240-5dbd-44f6-8cff-9ec774f8ee16
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0d0bc7ca-9e10-417d-9d6e-aefafb1fb15a
ModelInvariantUuid:c8f83e4c-5e3f-4334-ac8e-b4ce081f50fa
ModelName:vFW 5887cc0f-3bf7-nodes.vfwCvfc
ModelUuid:6766c2d2-f7e5-468f-b77a-07f9b3e2cb99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:97fe1b1b-c881-4aab-ba52-2d8fe3a2ead0
ModelInvariantUuid:3e623d10-8930-4cf7-8ba4-01a201fbd672
ModelName:Vfw5887cc0f3bf7.compute.nodes.heat.vfw
ModelUuid:da32a08d-d6e8-45b6-b39b-ece21f3cbd32
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:aa16d792-508d-41e2-b68d-b99839417aa9
ModelInvariantUuid:2bbd431f-6ec5-4c84-9457-bf3a59c05dc8
ModelName:vFW 5887cc0f-3bf7-nodes.vsnCvfc
ModelUuid:fff316ae-6f63-4d0a-8eed-f3bb64a65b11
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f2d52bb5-affc-4028-8664-94d35e633f59
ModelInvariantUuid:323d14a3-7ec9-4ead-87a9-1fb9eb8df6c3
ModelName:Vfw5887cc0f3bf7.compute.nodes.heat.vsn
ModelUuid:df7e3973-771e-4164-a906-8b167ecaa64d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:53cd60ee-a672-43c0-b0aa-3260a1f502d0
ModelInvariantUuid:881ed490-58ff-4bca-8337-cfd86cd5b1be
ModelName:vFW 5887cc0f-3bf7-nodes.vpgCvfc
ModelUuid:9ef26bf3-6147-4579-87c8-4244819f0020
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c0a272b7-3997-420f-a4f2-6284cc6c29c6
ModelInvariantUuid:8deab62c-4490-4696-ba66-73035292b835
ModelName:Vfw5887cc0f3bf7.compute.nodes.heat.vpg
ModelUuid:08a671f6-20a2-4113-a81b-495abf474168
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-06T09:45:23.162Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ca44486-7261-4795-acc9-f5a7564b7bdd
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-06T09:45:23.166Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||vFW 5887cc0f-3bf7 0
2022-06-06T09:45:23.166Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ca44486-7261-4795-acc9-f5a7564b7bdd
2022-06-06T09:45:23.166Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3163e393-b86b-424e-a1a5-3efa26150771 from URL: /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json
2022-06-06T09:45:23.167Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:45:23.167Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json
2022-06-06T09:45:24.585Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:45:24.585Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json 3163e393-b86b-424e-a1a5-3efa26150771 785
2022-06-06T09:45:24.586Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json ASDC sendASDCNotification
2022-06-06T09:45:24.586Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json
2022-06-06T09:45:24.586Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:45:24.586Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:24.589Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:24.589Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508724585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:45:24.689Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:24.691Z||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-06T09:45:24.691Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:24.734Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:24.735Z||pool-27-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:25.590Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5887cc0f3bf7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "38a6dbd8-990d-4b05-b3a9-110ee5f2b870",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c265f240-5dbd-44f6-8cff-9ec774f8ee16",
"vfModuleModelCustomizationUUID": "a5b7c269-29fb-478d-a445-94c07cffdd3f",
"isBase": true,
"artifacts": [
"03b82bb0-4bb4-41eb-9878-bc0480c89834",
"d6ff0884-3cec-46ba-9e05-239452c752ac"
],
"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-06T09:45:25.595Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5887cc0f3bf7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c265f240-5dbd-44f6-8cff-9ec774f8ee16
VfModuleModelInvariantUUID:38a6dbd8-990d-4b05-b3a9-110ee5f2b870
VfModuleModelDescription:NULL
Artifacts UUID List:{
03b82bb0-4bb4-41eb-9878-bc0480c89834
,
d6ff0884-3cec-46ba-9e05-239452c752ac
}
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-06T09:45:25.597Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5887cc0f3bf7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "38a6dbd8-990d-4b05-b3a9-110ee5f2b870",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c265f240-5dbd-44f6-8cff-9ec774f8ee16",
"vfModuleModelCustomizationUUID": "a5b7c269-29fb-478d-a445-94c07cffdd3f",
"isBase": true,
"artifacts": [
"03b82bb0-4bb4-41eb-9878-bc0480c89834",
"d6ff0884-3cec-46ba-9e05-239452c752ac"
],
"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-06T09:45:25.597Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5887cc0f3bf7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c265f240-5dbd-44f6-8cff-9ec774f8ee16
VfModuleModelInvariantUUID:38a6dbd8-990d-4b05-b3a9-110ee5f2b870
VfModuleModelDescription:NULL
Artifacts UUID List:{
03b82bb0-4bb4-41eb-9878-bc0480c89834
,
d6ff0884-3cec-46ba-9e05-239452c752ac
}
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-06T09:45:25.598Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 03b82bb0-4bb4-41eb-9878-bc0480c89834 from URL: /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml
2022-06-06T09:45:25.598Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:45:25.598Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml
2022-06-06T09:45:26.828Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:45:26.829Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml 03b82bb0-4bb4-41eb-9878-bc0480c89834 20368
2022-06-06T09:45:26.830Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T09:45:26.830Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml
2022-06-06T09:45:26.830Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:45:26.831Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:26.833Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:26.833Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508726830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:45:26.933Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:45:26.935Z||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-06T09:45:26.935Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:26.956Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:26.957Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:45:27.835Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6ff0884-3cec-46ba-9e05-239452c752ac from URL: /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env
2022-06-06T09:45:27.835Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:45:27.836Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env
2022-06-06T09:45:29.227Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:45:29.228Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env d6ff0884-3cec-46ba-9e05-239452c752ac 2098
2022-06-06T09:45:29.228Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T09:45:29.228Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env
2022-06-06T09:45:29.229Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:45:29.229Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:29.231Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:29.232Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508729228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:45:29.332Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:45:29.333Z||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-06T09:45:29.333Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:29.349Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:29.349Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:45:30.232Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d2158c5a-440a-48a3-ab9b-306f889c1c4c
2022-06-06T09:45:30.233Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5887cc0f-3bf7 0 4ca44486-7261-4795-acc9-f5a7564b7bdd 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-06T09:45:30.258Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27ea5743, org.onap.sdc.toscaparser.api.parameters.Input@b423d3, org.onap.sdc.toscaparser.api.parameters.Input@20b8ad26, org.onap.sdc.toscaparser.api.parameters.Input@3d0558c, org.onap.sdc.toscaparser.api.parameters.Input@76f55afa]
2022-06-06T09:45:30.260Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.260Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.261Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-06-06T09:45:30.261Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f8931c98-d697-4d2c-8d76-3f8393f1bf7f
2022-06-06T09:45:30.261Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8931c98-d697-4d2c-8d76-3f8393f1bf7f matches Tosca VF Customization UUID: f8931c98-d697-4d2c-8d76-3f8393f1bf7f
2022-06-06T09:45:30.261Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f8931c98-d697-4d2c-8d76-3f8393f1bf7f 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-06T09:45:30.265Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.266Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.268Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f8931c98-d697-4d2c-8d76-3f8393f1bf7f: {\"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-06T09:45:30.269Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33374ce8
2022-06-06T09:45:30.269Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.269Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T09:45:30.270Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a5b7c269-29fb-478d-a445-94c07cffdd3f
2022-06-06T09:45:30.270Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a5b7c269-29fb-478d-a445-94c07cffdd3f
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-06T09:45:30.274Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.274Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:30.274Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:30.275Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.275Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:30.275Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:30.276Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.276Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:30.276Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:30.276Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:30.276Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T09:45:30.277Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:45:30.277Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:45:30.277Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.277Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:30.277Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:45:30.278Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:30.278Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:45:30.278Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.278Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0d0bc7ca-9e10-417d-9d6e-aefafb1fb15a
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-06T09:45:30.282Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.282Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:30.282Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:30.282Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.283Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:30.283Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:30.283Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:30.283Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:30.285Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:45:30.285Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.285Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aa16d792-508d-41e2-b68d-b99839417aa9
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-06T09:45:30.288Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.288Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:30.288Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:30.292Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.292Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:30.293Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:30.293Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:30.293Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:45:30.293Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:30.293Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.293Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:45:30.294Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.294Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:45:30.294Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:45:30.294Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.295Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:30.295Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T09:45:30.295Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=53cd60ee-a672-43c0-b0aa-3260a1f502d0
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-06T09:45:30.298Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.299Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:30.299Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:30.300Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.300Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:30.301Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=f8931c98-d697-4d2c-8d76-3f8393f1bf7f
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-06T09:45:30.304Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.304Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.304Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d2158c5a-440a-48a3-ab9b-306f889c1c4c: vFW 5887cc0f-3bf7
2022-06-06T09:45:30.305Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.305Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.305Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.306Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.306Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.306Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.306Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.307Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.307Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:45:30.308Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.308Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-06 09-39-00
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-06T09:45:30.532Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5887cc0f-3bf7 4ca44486-7261-4795-acc9-f5a7564b7bdd 1 ASDC deployResourceStructure
2022-06-06T09:45:30.533Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json ASDC sendASDCNotification
2022-06-06T09:45:30.533Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json
2022-06-06T09:45:30.533Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:45:30.533Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:30.535Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:30.536Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508730533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "DEPLOY_OK"
}
2022-06-06T09:45:30.636Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:30.637Z||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-06T09:45:30.637Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:30.656Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:30.657Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:45:31.537Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T09:45:31.537Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml
2022-06-06T09:45:31.538Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:45:31.538Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:31.540Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:31.541Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508731537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-06T09:45:31.641Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:31.642Z||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-06T09:45:31.642Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:31.658Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:31.659Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:32.543Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T09:45:32.543Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env
2022-06-06T09:45:32.543Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:45:32.544Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:32.546Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:32.546Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508732543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-06T09:45:32.646Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:32.647Z||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-06T09:45:32.647Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:32.664Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:32.665Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:33.547Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar ASDC sendASDCNotification
2022-06-06T09:45:33.547Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:33.548Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:45:33.548Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:33.551Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:33.552Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508733547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T09:45:33.655Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-06T09:45:33.656Z||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-06T09:45:33.656Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:33.674Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:45:33.675Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:34.553Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:45:34.567Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:45:34.570Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:45:34.570Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:45:34.570Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:46:04.571Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:46:04.593Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:46:04.596Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:46:04.597Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:46:04.597Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:46:10.448Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:46:10.449Z||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-06T09:46:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:46:10.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:46:10.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:46:10.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508699706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:46:10.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:46:34.597Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:46:34.611Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:46:34.615Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:46:34.615Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:46:34.615Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:47:04.615Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:47:04.630Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:47:04.633Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:47:04.633Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:47:04.633Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:47:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:47:10.449Z||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-06T09:47:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:47:10.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:47:10.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:47:10.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "cds",
"timestamp": 1654508702629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:47:10.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:47:34.634Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:47:34.668Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:47:34.672Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:47:34.672Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:47:34.672Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:48:04.673Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:48:04.686Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:48:04.695Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:48:04.695Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:48:04.695Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:48:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:48:10.448Z||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-06T09:48:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:48:10.508Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:48:10.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508706939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508704106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "policy-id",
"timestamp": 1654508704071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508699706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "cds",
"timestamp": 1654508702629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508706939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "policy-id",
"timestamp": 1654508704071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508704106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508699706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "cds",
"timestamp": 1654508702629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508706939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "policy-id",
"timestamp": 1654508704071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508704106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508699706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "cds",
"timestamp": 1654508702629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508706939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508704106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "policy-id",
"timestamp": 1654508704071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508699706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "cds",
"timestamp": 1654508702629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508706939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "policy-id",
"timestamp": 1654508704071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508704106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "aai-ml",
"timestamp": 1654508714775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508699706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508706939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "policy-id",
"timestamp": 1654508704071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "cds",
"timestamp": 1654508702629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508704106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "aai-ml",
"timestamp": 1654508714775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "aai-ml",
"timestamp": 1654508714775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508710444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508718404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "aai-ml",
"timestamp": 1654508714775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "policy-id",
"timestamp": 1654508718531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "cds",
"timestamp": 1654508717598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508717690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "aai-ml",
"timestamp": 1654508714775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "policy-id",
"timestamp": 1654508719537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T09:48:10.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "cds",
"timestamp": 1654508718606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:48:10.550Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
2022-06-06T09:48:10.550Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 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-06T09:48:10.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508719241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "aai-ml",
"timestamp": 1654508714775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "policy-id",
"timestamp": 1654508720540,
"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-06T09:48:10.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
2022-06-06T09:48:10.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 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-06T09:48:10.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508720000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "aai-ml",
"timestamp": 1654508714775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508721931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "aai-ml",
"timestamp": 1654508723636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508722956,
"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-06T09:48:10.588Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
2022-06-06T09:48:10.588Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 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-06T09:48:10.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508724893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T09:48:10.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508724585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508723992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "DEPLOY_OK"
}
2022-06-06T09:48:10.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508725902,
"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-06T09:48:10.603Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
2022-06-06T09:48:10.603Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 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-06T09:48:10.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "clamp",
"timestamp": 1654508725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "clamp",
"timestamp": 1654508725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508726830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "clamp",
"timestamp": 1654508725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "clamp",
"timestamp": 1654508725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508729228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "clamp",
"timestamp": 1654508725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508730533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
"status": "DEPLOY_OK"
}
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "clamp",
"timestamp": 1654508725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508731537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "clamp",
"timestamp": 1654508725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508732543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508733547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "aai-ml",
"timestamp": 1654508735342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "aai-ml",
"timestamp": 1654508736348,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-06T09:48:10.624Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
2022-06-06T09:48:10.625Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 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-06T09:48:10.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "clamp",
"timestamp": 1654508741107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "clamp",
"timestamp": 1654508743116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T09:48:10.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "clamp",
"timestamp": 1654508744120,
"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-06T09:48:10.644Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
2022-06-06T09:48:10.644Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 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-06T09:48:34.695Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:48:34.712Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
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-06T09:48:34.717Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:48:34.717Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T09:48:34.717Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T09:48:34.717Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T09:48:34.718Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-06-06T09:48:34.718Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06T09:48:34.724Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T09:49:04.724Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 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-06T09:49:04.733Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 and serviceModelVersionId: d2158c5a-440a-48a3-ab9b-306f889c1c4c
2022-06-06T09:49:04.734Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d
2022-06-06T09:49:04.737Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0
2022-06-06T09:49:04.746Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T09:49:04.839Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0|INFO|500||Invoke
2022-06-06T09:49:04.840Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[86d9bc52-41d5-417d-83d3-ceb0ccfdd7b4], X-ECOMP-RequestID=[bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8], X-TransactionId=[], X-ONAP-RequestID=[bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8], Content-Type=[application/merge-patch+json]}
2022-06-06T09:49:04.877Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-06-06T09:49:05.034Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?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/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-09:49:04:886-68895], Content-Length=[495], Date=[Mon, 06 Jun 2022 09:49:04 GMT], Content-Type=[application/json]}
2022-06-06T09:49:05.036Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c","ERR.5.4.6114"]}}}
2022-06-06T09:49:05.036Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T09:49:05.043Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c) (ec=ERR.5.4.6114)
2022-06-06T09:49:05.044Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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-06T09:49:05.045Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c) (ec=ERR.5.4.6114)
2022-06-06T09:49:05.045Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c) (ec=ERR.5.4.6114)
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-06T09:49:05.054Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T09:49:05.055Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c) (ec=ERR.5.4.6114)
2022-06-06T09:49:05.055Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T09:49:05.056Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:05.059Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:05.059Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508945055,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c) (ec\u003dERR.5.4.6114)"
}
2022-06-06T09:49:05.159Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:05.160Z||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-06T09:49:05.160Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:05.178Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:49:05.180Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 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-06T09:49:06.075Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:49:06.076Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-06T09:49:06.077Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:49:10.448Z||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-06T09:49:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:10.495Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:49:10.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "clamp",
"timestamp": 1654508875223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "clamp",
"timestamp": 1654508875223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
"status": "NOTIFIED"
}
2022-06-06T09:49:10.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508879710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "clamp",
"timestamp": 1654508875223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508879710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "clamp",
"timestamp": 1654508875223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508879710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "clamp",
"timestamp": 1654508875223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508879710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "cds",
"timestamp": 1654508882629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508884106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "clamp",
"timestamp": 1654508875223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "policy-id",
"timestamp": 1654508884071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508879710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "cds",
"timestamp": 1654508882629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508884106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "clamp",
"timestamp": 1654508875223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:49:10.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "policy-id",
"timestamp": 1654508884071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508879710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "cds",
"timestamp": 1654508882629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508884106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "policy-id",
"timestamp": 1654508884071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-06T09:49:10.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654508879710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "cds",
"timestamp": 1654508882629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508884106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "policy-id",
"timestamp": 1654508884071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "cds",
"timestamp": 1654508882629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508884106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "policy-id",
"timestamp": 1654508884071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508886937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "cds",
"timestamp": 1654508882629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508884106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.517Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "policy-id",
"timestamp": 1654508884071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508886937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
"status": "NOTIFIED"
}
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.518Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.518Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca7c2de4-2444-4988-b7d7-0a57eb8017f4","serviceName":"vFW 2022-06-06 09-42-36","serviceVersion":"1.0","serviceUUID":"5989fcee-8aae-4869-9ad7-e2aec79dbc1c","serviceDescription":"catalog service description","serviceInvariantUUID":"be30e251-80d3-4886-86d1-9b2b45e618ef","resources":[{"resourceInstanceName":"vFW 6d536a0f-126f 0","resourceName":"vFW 6d536a0f-126f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4532b255-8798-4973-ae9a-40ec70d5ca2a","resourceInvariantUUID":"231a91f8-6125-4bcd-9f00-93136150699c","resourceCustomizationUUID":"e641f133-6da5-4125-aa55-e5d6ff93b244","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml","artifactChecksum":"MzYzZjI0MWFmZGMwMTY3Njc0OWVlN2FiYTMyYmM3OTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bfb31d87-6218-4fe5-9688-8e2ca69830a5","artifactVersion":"1"},{"artifactName":"vfw6d536a0f126f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json","artifactChecksum":"ZGJkYWI4ODg3NTEzNjgxYzc2MjkzNWZmMGU1YzhkMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d892f3c-5830-4930-9c50-07ed76540c3f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"070a75d1-2dcf-4621-b9dc-25e08af4ea15","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml","artifactChecksum":"MjQ4ZjYwMDcyYmJhM2E1MTUxMzBhNGZkODJhNWNhZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"690b6cf4-29f2-44fa-8ed0-e93ec104d45e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c132d8f9-adcf-4170-bb99-843c210295d1","artifactVersion":"2","generatedFromUUID":"070a75d1-2dcf-4621-b9dc-25e08af4ea15"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606094236-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml","artifactChecksum":"MjI1NDBjYTY0ZDU5YmZjYzYyMzcwZDg5ZjYxYmRjYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3281d706-4b03-4dab-b8d8-7c95fdea1aa2","artifactVersion":"1"},{"artifactName":"service-Vfw20220606094236-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar","artifactChecksum":"OGM3YzY0YjU1OTE0MzVmNzhlM2VmNzFhNWU1ODhhOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"560683cf-c4e9-4f63-b161-8beb5729d393","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "cds",
"timestamp": 1654508882629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654508884106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "policy-id",
"timestamp": 1654508884071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:49:10.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654508886937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-06T09:49:10.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-06T09:49:10.522Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:10.522Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:10.524Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:10.525Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508946075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.625Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:10.626Z||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-06T09:49:10.626Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:10.645Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:49:10.645Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:11.525Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:11.526Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:11.528Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:11.528Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508946075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
"status": "NOTIFIED"
}
2022-06-06T09:49:11.628Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:11.630Z||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-06T09:49:11.631Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:11.654Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:49:11.655Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:49:12.529Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:12.529Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:12.531Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:12.531Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508946075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-06T09:49:12.632Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:12.633Z||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-06T09:49:12.633Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:12.661Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:49:12.662Z||pool-37-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:13.532Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:13.533Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:13.535Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:13.535Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508946075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:13.635Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:13.636Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:13.636Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:13.654Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:49:13.654Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:14.536Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:14.536Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:14.538Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:14.538Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508946075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-06T09:49:14.638Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:49:14.639Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:14.640Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:14.659Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:49:14.659Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:15.539Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:15.540Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:15.543Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:15.543Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508946075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T09:49:15.643Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:15.644Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:15.645Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:15.664Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:49:15.665Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:16.544Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:16.545Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:16.547Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:16.547Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508946075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T09:49:16.647Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:16.648Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:16.648Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:16.664Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:49:16.666Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:17.549Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"serviceName": "vFW 2022-06-06 09-42-36",
"serviceVersion": "1.0",
"serviceUUID": "5989fcee-8aae-4869-9ad7-e2aec79dbc1c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "be30e251-80d3-4886-86d1-9b2b45e618ef",
"resources": [
{
"resourceInstanceName": "vFW 6d536a0f-126f 0",
"resourceCustomizationUUID": "e641f133-6da5-4125-aa55-e5d6ff93b244",
"resourceName": "vFW 6d536a0f-126f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4532b255-8798-4973-ae9a-40ec70d5ca2a",
"resourceInvariantUUID": "231a91f8-6125-4bcd-9f00-93136150699c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6d536a0f126f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
"artifactChecksum": "ZGJkYWI4ODg3NTEzNjgxYzc2MjkzNWZmMGU1YzhkMGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7d892f3c-5830-4930-9c50-07ed76540c3f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "070a75d1-2dcf-4621-b9dc-25e08af4ea15",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c132d8f9-adcf-4170-bb99-843c210295d1",
"generatedFromUUID": "070a75d1-2dcf-4621-b9dc-25e08af4ea15"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c132d8f9-adcf-4170-bb99-843c210295d1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220606094236-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
"artifactChecksum": "OGM3YzY0YjU1OTE0MzVmNzhlM2VmNzFhNWU1ODhhOTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "560683cf-c4e9-4f63-b161-8beb5729d393"
}
],
"workloadContext": "Production"
}
2022-06-06T09:49:17.550Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T09:49:17.550Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5989fcee-8aae-4869-9ad7-e2aec79dbc1c ASDC
2022-06-06T09:49:17.551Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ca7c2de4-2444-4988-b7d7-0a57eb8017f4
ServiceName:vFW 2022-06-06 09-42-36
ServiceVersion:1.0
ServiceUUID:5989fcee-8aae-4869-9ad7-e2aec79dbc1c
ServiceInvariantUUID:be30e251-80d3-4886-86d1-9b2b45e618ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606094236-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar
ArtifactUUID:560683cf-c4e9-4f63-b161-8beb5729d393
ArtifactChecksum:OGM3YzY0YjU1OTE0MzVmNzhlM2VmNzFhNWU1ODhhOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6d536a0f-126f 0
ResourceCustomizationUUID:e641f133-6da5-4125-aa55-e5d6ff93b244
ResourceInvariantUUID:231a91f8-6125-4bcd-9f00-93136150699c
ResourceName:vFW 6d536a0f-126f
ResourceType:VF
ResourceUUID:4532b255-8798-4973-ae9a-40ec70d5ca2a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6d536a0f126f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json
ArtifactUUID:7d892f3c-5830-4930-9c50-07ed76540c3f
ArtifactChecksum:ZGJkYWI4ODg3NTEzNjgxYzc2MjkzNWZmMGU1YzhkMGI=
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/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml
ArtifactUUID:070a75d1-2dcf-4621-b9dc-25e08af4ea15
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/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env
ArtifactUUID:c132d8f9-adcf-4170-bb99-843c210295d1
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/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env
ArtifactUUID:c132d8f9-adcf-4170-bb99-843c210295d1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-06T09:49:17.551Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5989fcee-8aae-4869-9ad7-e2aec79dbc1c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:49:17.591Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:49:17.592Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:49:17.592Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:49:17.593Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 560683cf-c4e9-4f63-b161-8beb5729d393 from URL: /sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:17.593Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:49:17.593Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:17.838Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:49:17.845Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar 560683cf-c4e9-4f63-b161-8beb5729d393 98970
2022-06-06T09:49:17.845Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar ASDC sendASDCNotification
2022-06-06T09:49:17.846Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:17.846Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:49:17.846Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:17.848Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:17.849Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654508957845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T09:49:17.949Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:17.950Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:17.950Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:17.968Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T09:49:17.969Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:18.850Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:49:18.851Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:49:18.852Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 560683cf-c4e9-4f63-b161-8beb5729d393, URL: /sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar to file: /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:18.852Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606094236-csar.csar
2022-06-06T09:49:18.853Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:18.853Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:19.082Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6266270311198836832/Definitions/service-Vfw20220606094236-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-06T09:49:21.717Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T09:49:21.718Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:49:21.718Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.718Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T09:49:21.718Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.719Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6d536a0f-126f 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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.719Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.719Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.719Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.719Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.719Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.720Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.720Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.720Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.720Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.720Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.721Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.721Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:49:21.721Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:49:21.721Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:21.722Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is matching search criteria
2022-06-06T09:49:21.722Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:49:21.723Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6d536a0f-126f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:49:21.723Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:49:21.723Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:21.724Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is matching search criteria
2022-06-06T09:49:21.724Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:49:21.724Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6d536a0f-126f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:49:21.724Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:49:21.725Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:21.725Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T09:49:21.725Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is not matching search criteria
2022-06-06T09:49:21.726Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:49:21.726Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:49:21.726Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:21.726Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.726Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.727Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:49:21.727Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:49:21.727Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:49:21.727Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:49:21.727Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.728Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:21.728Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:49:21.728Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:21.728Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:49:21.728Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.729Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T09:49:21.729Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive