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-10T05:30:14.199Z||main|||||INFO|500||The following profiles are active: basic
2022-06-10T05:30:29.473Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-10T05:30:29.475Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-10T05:30:29.624Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-10T05:30:34.658Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-10T05:30:35.242Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-10T05:30:35.913Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-10T05:30:35.942Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-10T05:30:36.096Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-10T05:30:36.392Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-10T05:30:37.457Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-10T05:30:40.064Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-10T05:30:43.456Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-10T05:30:43.544Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-10T05:30:44.309Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-10T05:30:44.605Z||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-10T05:30:46.516Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-10T05:30:48.131Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-10T05:30:48.173Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$af915e9a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-10T05:30:48.175Z||main|||||WARN|500||The sdc end point is not alive
2022-06-10T05:30:52.817Z||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-10T05:30:57.354Z||main|||||WARN|500||---
2022-06-10T05:30:57.355Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-10T05:30:57.355Z||main|||||WARN|500||---
2022-06-10T05:30:58.041Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-10T05:31:04.435Z||main|||||INFO|500||Started Application in 54.991 seconds (JVM running for 57.856)
2022-06-10T05:31:04.460Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:31:04.471Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:31:04.489Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:31:04.527Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:31:04.590Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c572b87-a0c3-42b3-abb0-ca8351197290 url= /sdc/v1/artifactTypes
2022-06-10T05:31:04.591Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:31:05.707Z||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.42.185] 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$$6554a3e7.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-10T05:31:05.712Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cd6c90c
2022-06-10T05:31:05.713Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:31:05.776Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:31:05.780Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:31:05.784Z||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$$6554a3e7.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-10T05:31:54.427Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:31:54.428Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:31:54.429Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:31:54.432Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:31:54.439Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 332db1e6-404e-4033-b624-9e2846bda1fa url= /sdc/v1/artifactTypes
2022-06-10T05:31:54.439Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:31:55.470Z||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.42.185] 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$$6554a3e7.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-10T05:31:55.472Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2dbb1e6a
2022-06-10T05:31:55.473Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:31:55.473Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:31:55.473Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:31:55.474Z||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$$6554a3e7.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-10T05:32:44.427Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:32:44.428Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:32:44.428Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:32:44.434Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:32:44.441Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc650efb-7d7d-4316-862a-224178cccdd1 url= /sdc/v1/artifactTypes
2022-06-10T05:32:44.441Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:32:45.482Z||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.42.185] 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$$6554a3e7.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-10T05:32:45.484Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3740052b
2022-06-10T05:32:45.484Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:32:45.484Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:32:45.485Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:32:45.486Z||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$$6554a3e7.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-10T05:33:34.428Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:33:34.429Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:33:34.429Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:33:34.435Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:33:34.442Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58ade6fa-0682-4aea-adac-e9faaae719ac url= /sdc/v1/artifactTypes
2022-06-10T05:33:34.443Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:33:35.466Z||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.42.185] 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$$6554a3e7.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-10T05:33:35.468Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62468c0d
2022-06-10T05:33:35.468Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:33:35.469Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:33:35.469Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:33:35.471Z||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$$6554a3e7.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-10T05:34:24.428Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:34:24.429Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:34:24.430Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:34:24.434Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:34:24.440Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd1f3ccc-9784-4e7f-b79b-de4bc02aa167 url= /sdc/v1/artifactTypes
2022-06-10T05:34:24.441Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:34:25.482Z||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.42.185] 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$$6554a3e7.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-10T05:34:25.483Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fa3c72c
2022-06-10T05:34:25.483Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:34:25.484Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:34:25.484Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:34:25.485Z||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$$6554a3e7.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-10T05:35:14.427Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:35:14.430Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:35:14.431Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:35:14.436Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:35:14.444Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f7ba994-c3e1-4aab-812a-491d02518b77 url= /sdc/v1/artifactTypes
2022-06-10T05:35:14.444Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:35:15.465Z||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.42.185] 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$$6554a3e7.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-10T05:35:15.466Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40377f38
2022-06-10T05:35:15.466Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:35:15.467Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:35:15.467Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:35:15.467Z||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$$6554a3e7.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-10T05:36:04.428Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:36:04.429Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:36:04.430Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:36:04.433Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:36:04.441Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7153ec35-af08-4015-8a65-746768cf6133 url= /sdc/v1/artifactTypes
2022-06-10T05:36:04.441Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:36:05.482Z||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.42.185] 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$$6554a3e7.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-10T05:36:05.483Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@543d4164
2022-06-10T05:36:05.484Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:36:05.485Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:36:05.485Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:36:05.486Z||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$$6554a3e7.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-10T05:36:54.427Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:36:54.428Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:36:54.428Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:36:54.432Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:36:54.437Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fbca831b-05c5-4aa4-b102-6c354506d564 url= /sdc/v1/artifactTypes
2022-06-10T05:36:54.438Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:36:55.465Z||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.42.185] 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$$6554a3e7.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-10T05:36:55.466Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@775bae2b
2022-06-10T05:36:55.466Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:36:55.467Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:36:55.467Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:36:55.467Z||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$$6554a3e7.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-10T05:37:44.428Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:37:44.428Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:37:44.429Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:37:44.433Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:37:44.440Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e48c255e-e30b-49e2-8e8b-4bdbf94d3611 url= /sdc/v1/artifactTypes
2022-06-10T05:37:44.441Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:37:45.489Z||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.42.185] 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$$6554a3e7.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-10T05:37:45.491Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ce8deea
2022-06-10T05:37:45.491Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:37:45.492Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:37:45.492Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:37:45.493Z||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$$6554a3e7.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-10T05:38:34.427Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:38:34.428Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:38:34.428Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:38:34.431Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:38:34.439Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1142664a-0429-45c7-b217-5665793559cb url= /sdc/v1/artifactTypes
2022-06-10T05:38:34.440Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:38:35.467Z||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.42.185] 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$$6554a3e7.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-10T05:38:35.468Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20029986
2022-06-10T05:38:35.468Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:38:35.469Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:38:35.469Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:38:35.470Z||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$$6554a3e7.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-10T05:39:24.427Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:39:24.428Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:39:24.429Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:39:24.434Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:39:24.455Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ec714af6-0ff2-460a-9bae-e72660bc1fa1 url= /sdc/v1/artifactTypes
2022-06-10T05:39:24.456Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:39:25.482Z||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.42.185] 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$$6554a3e7.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-10T05:39:25.483Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d4f6c8c
2022-06-10T05:39:25.483Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:39:25.484Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:39:25.484Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:39:25.484Z||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$$6554a3e7.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-10T05:40:14.429Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:40:14.432Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:40:14.433Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:40:14.439Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:40:14.451Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b4859d82-1303-4c0b-9bef-a6103ac75ea8 url= /sdc/v1/artifactTypes
2022-06-10T05:40:14.451Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:40:15.497Z||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.42.185] 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$$6554a3e7.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-10T05:40:15.499Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1538ca06
2022-06-10T05:40:15.499Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:40:15.499Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:40:15.500Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:40:15.501Z||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$$6554a3e7.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-10T05:40:18.497Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-10T05:41:04.428Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:41:04.429Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:41:04.430Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:41:04.435Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:41:04.442Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70c17d8a-8105-484c-93a8-617869cd70a0 url= /sdc/v1/artifactTypes
2022-06-10T05:41:04.443Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:41:04.773Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-10T05:41:04.787Z||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-10T05:41:04.823Z||scheduling-1|||||DEBUG|500||create keys
2022-06-10T05:41:04.835Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-10T05:41:04.955Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:41:04.988Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 77f1ba1a-8ac2-46c6-96a4-e9f004c2e499 url= /sdc/v1/registerForDistribution
2022-06-10T05:41:05.321Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 77f1ba1a-8ac2-46c6-96a4-e9f004c2e499 url= /sdc/v1/registerForDistribution
2022-06-10T05:41:05.322Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-10T05:41:05.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:41:05.352Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:41:05.360Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-10T05:41:05.366Z||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-10T05:41:05.366Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:41:05.369Z||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-10T05:41:05.370Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:41:15.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:41:15.996Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:42:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:42:05.338Z||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-10T05:42:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:42:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:42:05.343Z||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-10T05:42:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:42:14.946Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:42:14.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:43:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:43:05.338Z||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-10T05:43:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:43:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:43:05.343Z||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-10T05:43:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:43:14.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:43:14.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:44:05.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:44:05.338Z||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-10T05:44:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:44:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:44:05.343Z||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-10T05:44:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:44:14.983Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:44:14.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:45:05.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:45:05.339Z||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-10T05:45:05.339Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:45:05.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:45:05.347Z||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-10T05:45:05.347Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:45:15.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:45:15.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:46:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:46:05.338Z||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-10T05:46:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:46:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:46:05.344Z||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-10T05:46:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:46:14.975Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:46:14.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:47:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:47:05.337Z||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-10T05:47:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:47:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:47:05.343Z||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-10T05:47:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:47:14.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:47:15.001Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:48:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:48:05.337Z||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-10T05:48:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:48:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:48:05.344Z||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-10T05:48:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:48:14.936Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:48:14.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:49:05.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:49:05.339Z||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-10T05:49:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:49:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:49:05.343Z||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-10T05:49:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:49:14.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:49:14.980Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:50:05.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:50:05.341Z||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-10T05:50:05.341Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:50:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:50:05.343Z||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-10T05:50:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:50:15.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:50:15.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:51:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:51:05.338Z||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-10T05:51:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:51:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:51:05.343Z||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-10T05:51:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:51:14.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:51:14.981Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:52:05.338Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:52:05.339Z||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-10T05:52:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:52:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:52:05.343Z||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-10T05:52:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:52:14.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:52:15.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:53:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:53:05.338Z||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-10T05:53:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:53:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:53:05.343Z||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-10T05:53:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:53:14.994Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:53:15.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:54:05.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:54:05.338Z||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-10T05:54:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:54:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:54:05.342Z||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-10T05:54:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:54:14.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:54:14.994Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:55:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:55:05.338Z||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-10T05:55:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:55:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:55:05.348Z||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-10T05:55:05.349Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:55:14.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:55:14.962Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:56:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:56:05.337Z||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-10T05:56:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:56:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:56:05.343Z||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-10T05:56:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:56:14.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:56:14.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:57:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:57:05.337Z||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-10T05:57:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:57:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:57:05.343Z||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-10T05:57:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:57:14.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:57:14.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:58:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:58:05.337Z||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-10T05:58:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:58:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:58:05.343Z||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-10T05:58:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:58:14.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:58:14.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:59:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:59:05.338Z||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-10T05:59:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:59:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:59:05.342Z||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-10T05:59:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:59:14.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T05:59:14.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:00:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:00:05.339Z||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-10T06:00:05.339Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:00:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:00:05.343Z||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-10T06:00:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:00:14.983Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:00:14.983Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:01:05.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:01:05.340Z||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-10T06:01:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:01:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:01:05.343Z||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-10T06:01:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:01:14.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:01:15.024Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:02:05.338Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:02:05.339Z||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-10T06:02:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:02:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:02:05.343Z||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-10T06:02:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:02:15.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:02:15.017Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:03:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:03:05.337Z||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-10T06:03:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:03:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:03:05.342Z||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-10T06:03:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:03:14.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:03:15.005Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:04:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:04:05.337Z||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-10T06:04:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:04:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:04:05.342Z||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-10T06:04:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:04:14.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:04:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:05:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:05:05.338Z||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-10T06:05:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:05:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:05:05.342Z||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-10T06:05:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:05:14.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:05:14.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:06:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:06:05.337Z||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-10T06:06:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:06:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:06:05.343Z||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-10T06:06:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:06:14.926Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:06:14.964Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:07:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:07:05.337Z||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-10T06:07:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:07:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:07:05.342Z||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-10T06:07:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:07:14.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:07:14.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:08:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:08:05.338Z||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-10T06:08:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:08:05.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:08:05.342Z||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-10T06:08:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:08:14.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:08:14.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:09:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:09:05.338Z||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-10T06:09:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:09:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:09:05.343Z||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-10T06:09:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:09:14.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:09:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:10:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:10:05.338Z||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-10T06:10:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:10:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:10:05.343Z||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-10T06:10:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:10:14.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:10:14.936Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:11:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:11:05.337Z||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-10T06:11:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:11:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:11:05.343Z||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-10T06:11:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:11:14.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:11:14.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:12:05.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:12:05.340Z||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-10T06:12:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:12:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:12:05.343Z||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-10T06:12:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:12:14.938Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:12:14.981Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:13:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:13:05.338Z||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-10T06:13:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:13:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:13:05.343Z||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-10T06:13:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:13:14.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:13:14.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:14:05.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:14:05.339Z||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-10T06:14:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:14:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:14:05.344Z||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-10T06:14:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:14:14.930Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:14:14.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:15:05.338Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:15:05.340Z||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-10T06:15:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:15:05.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:15:05.342Z||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-10T06:15:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:15:14.938Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:15:14.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:16:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:16:05.337Z||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-10T06:16:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:16:05.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:16:05.342Z||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-10T06:16:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:16:14.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:16:14.931Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:17:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:17:05.338Z||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-10T06:17:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:17:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:17:05.343Z||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-10T06:17:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:17:14.947Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:17:14.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:18:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:18:05.337Z||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-10T06:18:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:18:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:18:05.342Z||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-10T06:18:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:18:14.941Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:18:14.979Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:19:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:19:05.338Z||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-10T06:19:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:19:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:19:05.344Z||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-10T06:19:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:19:14.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:19:14.979Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:20:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:20:05.337Z||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-10T06:20:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:20:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:20:05.343Z||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-10T06:20:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:20:14.933Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:20:14.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:21:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:21:05.337Z||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-10T06:21:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:21:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:21:05.343Z||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-10T06:21:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:21:14.943Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:21:14.944Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:22:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:22:05.337Z||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-10T06:22:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:22:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:22:05.343Z||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-10T06:22:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:22:14.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:22:14.953Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:23:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:23:05.337Z||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-10T06:23:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:23:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:23:05.343Z||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-10T06:23:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:23:14.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:23:14.987Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:24:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:24:05.338Z||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-10T06:24:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:24:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:24:05.343Z||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-10T06:24:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:24:14.945Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:24:14.953Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:25:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:25:05.339Z||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-10T06:25:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:25:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:25:05.344Z||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-10T06:25:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:25:14.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:25:14.984Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:26:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:26:05.338Z||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-10T06:26:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:26:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:26:05.343Z||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-10T06:26:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:26:14.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:26:14.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:27:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:27:05.337Z||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-10T06:27:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:27:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:27:05.343Z||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-10T06:27:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:27:14.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:27:14.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:28:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:28:05.337Z||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-10T06:28:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:28:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:28:05.343Z||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-10T06:28:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:28:14.944Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:28:14.946Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:29:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:29:05.337Z||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-10T06:29:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:29:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:29:05.343Z||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-10T06:29:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:29:14.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:29:14.992Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:30:05.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:30:05.338Z||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-10T06:30:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:30:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:30:05.343Z||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-10T06:30:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:30:14.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:30:14.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:31:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:31:05.338Z||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-10T06:31:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:31:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:31:05.343Z||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-10T06:31:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:31:14.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:31:14.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:32:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:32:05.338Z||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-10T06:32:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:32:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:32:05.343Z||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-10T06:32:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:32:14.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:32:15.004Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:33:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:33:05.338Z||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-10T06:33:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:33:05.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:33:05.345Z||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-10T06:33:05.345Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:33:14.940Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:33:14.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:34:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:34:05.337Z||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-10T06:34:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:34:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:34:05.342Z||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-10T06:34:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:34:14.979Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:34:14.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:35:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:35:05.338Z||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-10T06:35:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:35:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:35:05.343Z||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-10T06:35:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:35:14.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:35:14.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:36:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:36:05.337Z||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-10T06:36:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:36:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:36:05.343Z||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-10T06:36:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:36:14.940Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:36:14.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:37:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:37:05.339Z||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-10T06:37:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:37:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:37:05.342Z||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-10T06:37:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:37:14.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:37:14.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:38:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:38:05.337Z||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-10T06:38:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:38:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:38:05.343Z||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-10T06:38:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:38:14.898Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:38:14.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:39:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:39:05.337Z||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-10T06:39:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:39:05.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:39:05.343Z||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-10T06:39:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:39:14.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:39:14.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:40:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:40:05.337Z||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-10T06:40:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:40:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:40:05.343Z||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-10T06:40:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:40:14.936Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:40:14.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:41:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:41:05.337Z||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-10T06:41:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:41:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:41:05.342Z||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-10T06:41:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:41:14.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:41:14.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:42:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:42:05.337Z||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-10T06:42:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:42:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:42:05.343Z||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-10T06:42:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:42:14.938Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:42:14.939Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:43:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:43:05.337Z||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-10T06:43:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:43:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:43:05.342Z||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-10T06:43:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:43:14.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:43:14.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:44:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:44:05.337Z||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-10T06:44:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:44:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:44:05.343Z||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-10T06:44:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:44:14.938Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:44:14.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:45:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:45:05.337Z||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-10T06:45:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:45:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:45:05.342Z||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-10T06:45:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:45:14.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:45:14.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:46:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:46:05.337Z||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-10T06:46:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:46:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:46:05.342Z||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-10T06:46:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:46:14.927Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:46:14.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:47:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:47:05.337Z||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-10T06:47:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:47:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:47:05.343Z||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-10T06:47:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:47:14.956Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:47:14.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:48:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:48:05.337Z||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-10T06:48:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:48:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:48:05.343Z||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-10T06:48:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:48:14.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:48:14.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:49:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:49:05.337Z||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-10T06:49:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:49:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:49:05.342Z||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-10T06:49:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:49:15.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:49:15.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:50:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:50:05.338Z||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-10T06:50:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:50:05.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:50:05.343Z||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-10T06:50:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:50:14.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:50:14.983Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:51:05.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:51:05.339Z||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-10T06:51:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:51:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:51:05.343Z||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-10T06:51:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:51:14.931Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:51:14.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:52:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:52:05.339Z||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-10T06:52:05.339Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:52:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:52:05.343Z||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-10T06:52:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:52:14.921Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:52:14.942Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:53:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:53:05.338Z||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-10T06:53:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:53:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:53:05.343Z||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-10T06:53:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:53:14.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:53:14.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:54:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:54:05.337Z||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-10T06:54:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:54:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:54:05.343Z||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-10T06:54:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:54:14.971Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:54:14.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:55:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:55:05.337Z||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-10T06:55:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:55:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:55:05.343Z||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-10T06:55:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:55:14.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:55:14.948Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:56:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:56:05.337Z||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-10T06:56:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:56:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:56:05.342Z||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-10T06:56:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:56:14.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:56:14.927Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:57:05.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:57:05.339Z||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-10T06:57:05.339Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:57:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:57:05.343Z||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-10T06:57:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:57:14.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:57:14.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:58:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:58:05.337Z||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-10T06:58:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:58:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:58:05.342Z||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-10T06:58:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:58:14.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:58:14.996Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:59:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:59:05.337Z||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-10T06:59:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:59:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:59:05.343Z||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-10T06:59:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:59:14.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T06:59:15.006Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:00:05.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:00:05.337Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:00:05.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:00:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:00:05.343Z||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-10T07:00:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:00:14.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:00:14.967Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:01:05.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:01:05.337Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:01:05.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:01:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:01:05.342Z||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-10T07:01:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:01:14.937Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:01:14.938Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:02:05.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:02:05.337Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:02:05.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:02:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:02:05.342Z||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-10T07:02:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:02:14.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:02:14.988Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:03:05.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:03:05.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:03:05.340Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:03:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:03:05.342Z||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-10T07:03:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:03:14.921Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:03:14.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:04:05.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:04:05.337Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:04:05.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:04:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:04:05.343Z||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-10T07:04:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:04:14.944Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:04:14.960Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:05:05.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:05:05.337Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:05:05.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:05:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:05:05.342Z||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-10T07:05:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:05:14.921Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:05:14.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:06:05.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:06:05.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:06:05.339Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:06:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:06:05.342Z||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-10T07:06:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:06:14.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:06:14.926Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:07:05.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:07:05.337Z||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-10T07:07:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:07:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:07:05.343Z||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-10T07:07:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:07:14.981Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:07:14.983Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:08:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:08:05.337Z||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-10T07:08:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:08:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:08:05.343Z||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-10T07:08:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:08:14.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:08:14.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:09:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:09:05.337Z||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-10T07:09:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:09:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:09:05.343Z||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-10T07:09:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:09:14.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:09:14.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:10:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:10:05.337Z||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-10T07:10:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:10:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:10:05.342Z||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-10T07:10:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:10:14.937Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:10:14.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:11:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:11:05.337Z||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-10T07:11:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:11:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:11:05.343Z||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-10T07:11:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:11:14.943Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:11:14.975Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:12:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:12:05.337Z||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-10T07:12:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:12:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:12:05.343Z||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-10T07:12:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:12:14.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:12:14.943Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:13:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:13:05.337Z||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-10T07:13:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:13:05.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:13:05.343Z||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-10T07:13:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:13:14.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:13:14.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:14:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:14:05.337Z||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-10T07:14:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:14:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:14:05.342Z||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-10T07:14:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:14:14.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:14:14.979Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:15:05.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:15:05.340Z||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-10T07:15:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:15:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:15:05.343Z||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-10T07:15:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:15:15.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:15:15.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:16:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:16:05.338Z||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-10T07:16:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:16:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:16:05.344Z||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-10T07:16:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:16:14.936Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:16:14.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:17:05.337Z||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-10T07:17:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:17:05.342Z||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-10T07:17:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:05.511Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:05.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "cds",
"timestamp": 1654845374374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "cds",
"timestamp": 1654845374374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "cds",
"timestamp": 1654845374374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "cds",
"timestamp": 1654845374374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "cds",
"timestamp": 1654845374374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845379876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "cds",
"timestamp": 1654845374374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845379876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "policy-id",
"timestamp": 1654845381791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "cds",
"timestamp": 1654845374374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:17:05.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845379876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "policy-id",
"timestamp": 1654845381791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845379876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "cds",
"timestamp": 1654845383386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:17:05.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:05.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "policy-id",
"timestamp": 1654845381791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-10T07:17:05.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845384477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845379876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "aai-ml",
"timestamp": 1654845383678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "policy-id",
"timestamp": 1654845381791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "cds",
"timestamp": 1654845384409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T07:17:05.899Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
2022-06-10T07:17:05.937Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 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-10T07:17:05.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845384477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845379876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "aai-ml",
"timestamp": 1654845383678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "policy-id",
"timestamp": 1654845381791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845384477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845379876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845386574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "aai-ml",
"timestamp": 1654845383678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "policy-id",
"timestamp": 1654845381791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845384477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845386574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "NOTIFIED"
}
2022-06-10T07:17:05.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "aai-ml",
"timestamp": 1654845383678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "policy-id",
"timestamp": 1654845381791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:17:05.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845384477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845386574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-10T07:17:05.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "aai-ml",
"timestamp": 1654845383678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "policy-id",
"timestamp": 1654845389886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:17:05.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:05.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845384477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.996Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:05.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845386574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "aai-ml",
"timestamp": 1654845383678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "policy-id",
"timestamp": 1654845390898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T07:17:05.998Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:05.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845384477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:17:05.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845386574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-10T07:17:05.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:05.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"089cdafc-3bf3-4df6-90ba-712eaa7d73d4","serviceName":"vFW 2022-06-10 07-13-48","serviceVersion":"1.0","serviceUUID":"e6a8c000-ec71-46f6-885b-dd4143a65d11","serviceDescription":"catalog service description","serviceInvariantUUID":"aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e","resources":[{"resourceInstanceName":"vFW eccd0221-48ef 0","resourceName":"vFW eccd0221-48ef","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"682b593e-b570-4e48-811d-d41efe2a48b4","resourceInvariantUUID":"015a466c-0f30-434b-8f75-4506aebdef32","resourceCustomizationUUID":"98d5cb5b-ad05-4540-a9fe-22e44ce36792","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml","artifactChecksum":"OWRhNzAzMGUyODk2NTZiZTM2M2JkYmJiMTAzN2VhMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c73258e6-8324-4459-a3fc-a05cfa60c4b8","artifactVersion":"1"},{"artifactName":"vfweccd022148ef0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json","artifactChecksum":"YzNmZjAyYmE4NjVhNGQ1ZGJkN2E3ZDIwZDgzM2IxZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba463223-bae2-4bf2-ab16-57871d1550a1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6fcc14b2-de4e-4dba-83ad-06528bfc66ba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml","artifactChecksum":"NmUwZDYyMGJlYjEyM2E3Y2RhZDM4YThhYTIxMDNlYjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c7289072-c4f8-43a2-8474-59b90a7f8bf4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f268d62e-50db-453d-97b8-36dc4c460455","artifactVersion":"2","generatedFromUUID":"6fcc14b2-de4e-4dba-83ad-06528bfc66ba"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220610071348-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml","artifactChecksum":"NDUzYjNlNDY1YmExMTVjNjU5ODkyYzUzODc5YmQxMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bba9b92e-169a-44e0-b023-084762e37473","artifactVersion":"1"},{"artifactName":"service-Vfw20220610071348-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar","artifactChecksum":"YWQ4NDE2NzIwM2ZiYzIwNDk0NzAzZWE0MjJjZTY3ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df1a6bf1-fb65-4f75-a23c-c7a798101c2d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T07:17:05.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "aai-ml",
"timestamp": 1654845383678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:17:05.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "policy-id",
"timestamp": 1654845391904,
"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-10T07:17:06.009Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:06.017Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:06.031Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:06.031Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.048Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
2022-06-10T07:17:06.049Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 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-10T07:17:06.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845386574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845392464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:17:06.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "aai-ml",
"timestamp": 1654845391677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:17:06.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845386574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:17:06.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845394657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:17:06.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845395907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:17:06.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845397105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:17:06.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845398283,
"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-10T07:17:06.100Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
2022-06-10T07:17:06.102Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 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-10T07:17:06.139Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-10T07:17:06.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845399290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-10T07:17:06.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845399537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T07:17:06.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845400544,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-06-10T07:17:06.147Z||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-10T07:17:06.147Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
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-10T07:17:06.158Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
2022-06-10T07:17:06.159Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 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-10T07:17:06.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "aai-ml",
"timestamp": 1654845414924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T07:17:06.196Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "aai-ml",
"timestamp": 1654845415930,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2022-06-10T07:17:06.199Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:06.200Z||pool-3-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":2,"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=?
2022-06-10T07:17:06.215Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
2022-06-10T07:17:06.215Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 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-10T07:17:06.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845414477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845414477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "aai-ml",
"timestamp": 1654845416935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845414477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "aai-ml",
"timestamp": 1654845416935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845414477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "aai-ml",
"timestamp": 1654845416935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845419875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "cds",
"timestamp": 1654845419374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845414477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "aai-ml",
"timestamp": 1654845416935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845419875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "cds",
"timestamp": 1654845419374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "policy-id",
"timestamp": 1654845421793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845414477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "aai-ml",
"timestamp": 1654845416935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845419875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "cds",
"timestamp": 1654845419374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "policy-id",
"timestamp": 1654845421793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845414477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "aai-ml",
"timestamp": 1654845416935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845419875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "cds",
"timestamp": 1654845419374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "policy-id",
"timestamp": 1654845421793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-10T07:17:06.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "aai-ml",
"timestamp": 1654845416935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:17:06.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:06.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845424980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:17:06.256Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845419875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.257Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:17:07.040Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:07.041Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:07.043Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:07.044Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "NOTIFIED"
}
2022-06-10T07:17:07.144Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:07.145Z||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-10T07:17:07.145Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:07.190Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:07.191Z||pool-4-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:17:08.045Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:08.046Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:08.049Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:08.049Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-10T07:17:08.149Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:08.150Z||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-10T07:17:08.151Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:08.180Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:08.180Z||pool-5-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:17:09.050Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:09.051Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:09.054Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:09.054Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:09.154Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:17:09.156Z||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-10T07:17:09.156Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:09.181Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:09.182Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:17:10.055Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:10.056Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:10.059Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:10.059Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-10T07:17:10.159Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:17:10.160Z||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-10T07:17:10.161Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:10.221Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:10.222Z||pool-7-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:17:11.061Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:11.061Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:11.064Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:11.064Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:17:11.164Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:17:11.165Z||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-10T07:17:11.166Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:11.193Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:11.194Z||pool-8-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:17:12.065Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:12.066Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:12.069Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:12.069Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:17:12.169Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:12.170Z||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-10T07:17:12.170Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:12.196Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:12.197Z||pool-9-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:17:13.072Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"serviceName": "vFW 2022-06-10 07-13-48",
"serviceVersion": "1.0",
"serviceUUID": "e6a8c000-ec71-46f6-885b-dd4143a65d11",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e",
"resources": [
{
"resourceInstanceName": "vFW eccd0221-48ef 0",
"resourceCustomizationUUID": "98d5cb5b-ad05-4540-a9fe-22e44ce36792",
"resourceName": "vFW eccd0221-48ef",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "682b593e-b570-4e48-811d-d41efe2a48b4",
"resourceInvariantUUID": "015a466c-0f30-434b-8f75-4506aebdef32",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfweccd022148ef0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"artifactChecksum": "YzNmZjAyYmE4NjVhNGQ1ZGJkN2E3ZDIwZDgzM2IxZDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ba463223-bae2-4bf2-ab16-57871d1550a1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6fcc14b2-de4e-4dba-83ad-06528bfc66ba",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f268d62e-50db-453d-97b8-36dc4c460455",
"generatedFromUUID": "6fcc14b2-de4e-4dba-83ad-06528bfc66ba"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f268d62e-50db-453d-97b8-36dc4c460455",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220610071348-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"artifactChecksum": "YWQ4NDE2NzIwM2ZiYzIwNDk0NzAzZWE0MjJjZTY3ODg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "df1a6bf1-fb65-4f75-a23c-c7a798101c2d"
}
],
"workloadContext": "Production"
}
2022-06-10T07:17:13.074Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T07:17:13.074Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6a8c000-ec71-46f6-885b-dd4143a65d11 ASDC
2022-06-10T07:17:13.340Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:089cdafc-3bf3-4df6-90ba-712eaa7d73d4
ServiceName:vFW 2022-06-10 07-13-48
ServiceVersion:1.0
ServiceUUID:e6a8c000-ec71-46f6-885b-dd4143a65d11
ServiceInvariantUUID:aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220610071348-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar
ArtifactUUID:df1a6bf1-fb65-4f75-a23c-c7a798101c2d
ArtifactChecksum:YWQ4NDE2NzIwM2ZiYzIwNDk0NzAzZWE0MjJjZTY3ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW eccd0221-48ef 0
ResourceCustomizationUUID:98d5cb5b-ad05-4540-a9fe-22e44ce36792
ResourceInvariantUUID:015a466c-0f30-434b-8f75-4506aebdef32
ResourceName:vFW eccd0221-48ef
ResourceType:VF
ResourceUUID:682b593e-b570-4e48-811d-d41efe2a48b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfweccd022148ef0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json
ArtifactUUID:ba463223-bae2-4bf2-ab16-57871d1550a1
ArtifactChecksum:YzNmZjAyYmE4NjVhNGQ1ZGJkN2E3ZDIwZDgzM2IxZDA=
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/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml
ArtifactUUID:6fcc14b2-de4e-4dba-83ad-06528bfc66ba
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/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env
ArtifactUUID:f268d62e-50db-453d-97b8-36dc4c460455
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/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env
ArtifactUUID:f268d62e-50db-453d-97b8-36dc4c460455
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-10T07:17:13.341Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6a8c000-ec71-46f6-885b-dd4143a65d11 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-10T07:17:13.470Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:17:13.472Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T07:17:13.474Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T07:17:13.475Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: df1a6bf1-fb65-4f75-a23c-c7a798101c2d from URL: /sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:13.476Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:17:13.478Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:13.652Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:17:13.671Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar df1a6bf1-fb65-4f75-a23c-c7a798101c2d 99082
2022-06-10T07:17:13.673Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar ASDC sendASDCNotification
2022-06-10T07:17:13.673Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:13.675Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:17:13.676Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:13.679Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:13.679Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845433672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:17:13.779Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:17:13.781Z||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-10T07:17:13.781Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:13.833Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:13.833Z||pool-10-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:17:14.680Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:17:14.682Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T07:17:14.683Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: df1a6bf1-fb65-4f75-a23c-c7a798101c2d, URL: /sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar to file: /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:14.684Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220610071348-csar.csar
2022-06-10T07:17:14.784Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:14.785Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:15.552Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3909596852930366301/Definitions/service-Vfw20220610071348-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-10T07:17:18.958Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T07:17:18.963Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-10T07:17:18.964Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.964Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-10T07:17:18.964Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eccd0221-48ef 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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.965Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.965Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.965Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.965Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.965Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.965Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.966Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.966Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.966Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.966Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.966Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.967Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.967Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-10T07:17:18.975Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:18.976Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:18.981Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:18.981Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-10T07:17:18.984Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:17:18.985Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:18.986Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:18.986Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:18.986Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-10T07:17:18.986Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:17:18.987Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:18.987Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:18.990Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:18.991Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:18.991Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:18.991Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T07:17:18.991Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:18.992Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:18.992Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T07:17:18.992Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:18.992Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:18.992Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T07:17:18.992Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T07:17:18.993Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:18.993Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:18.993Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T07:17:18.993Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:18.993Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T07:17:18.993Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:18.994Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-10T07:17:18.994Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:18.994Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:17:18.996Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:18.996Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:18.996Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:18.997Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:18.997Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:18.997Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:18.998Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:18.998Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:18.998Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:18.998Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:18.999Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:18.999Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:18.999Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-10T07:17:18.999Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:18.999Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T07:17:19.000Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T07:17:19.000Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.000Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:19.001Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T07:17:19.001Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:19.001Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T07:17:19.001Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.001Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=42321853-ca61-4a62-ac76-f99eaefc5ef0
2022-06-10T07:17:19.002Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:19.002Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:19.002Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:19.002Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T07:17:19.003Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.003Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:19.003Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T07:17:19.003Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.003Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:19.004Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-10T07:17:19.004Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T07:17:19.004Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:19.004Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T07:17:19.004Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.005Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5bf0ec80-6113-4c96-99ec-b573c9aa5774
2022-06-10T07:17:19.005Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:19.005Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:19.005Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:19.006Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T07:17:19.006Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.006Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:19.006Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T07:17:19.006Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.006Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:19.007Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T07:17:19.007Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T07:17:19.007Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.007Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:19.007Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-10T07:17:19.008Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=05d13bb7-122a-42e9-b099-2c87dc31f125
2022-06-10T07:17:19.008Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:19.008Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:19.008Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:19.009Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:19.009Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:19.009Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:19.009Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:19.010Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:19.010Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-10 07-13-48
Description:catalog service description
Model UUID:e6a8c000-ec71-46f6-885b-dd4143a65d11
Model Version:NULL
Model InvariantUuid:aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW eccd0221-48ef
Model UUID:810977ae-6e54-40ce-b38e-7f416d32908c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:015a466c-0f30-434b-8f75-4506aebdef32
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:98d5cb5b-ad05-4540-a9fe-22e44ce36792
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:22c96a50-b19e-4e20-8609-996597603616
ModelName:VfwEccd022148ef..base_vfw..module-0
ModelUuid:b67a1620-84f7-44ef-a0ed-107f3a79f2aa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:42321853-ca61-4a62-ac76-f99eaefc5ef0
ModelInvariantUuid:bd08bcd5-1838-4ace-a44f-8cf4ec694c55
ModelName:vFW eccd0221-48ef-nodes.vfwCvfc
ModelUuid:069f3324-8462-4346-a42e-b6e3d9a2601a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e775a3e1-08b7-422b-b709-fcfac9dbaa98
ModelInvariantUuid:871e270f-1fd7-4d06-9127-dc6a2542f210
ModelName:VfwEccd022148ef.compute.nodes.heat.vfw
ModelUuid:f5416e2d-c4c4-4304-829e-7a5d48070057
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5bf0ec80-6113-4c96-99ec-b573c9aa5774
ModelInvariantUuid:b3583073-efa3-4c03-9a41-23720c7baa45
ModelName:vFW eccd0221-48ef-nodes.vsnCvfc
ModelUuid:7d97a3d6-71d5-4792-953e-cb294ba78c61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:53605833-3558-42c7-8f77-a9ebcdfd9bd0
ModelInvariantUuid:6daa2157-b969-4cf6-a6d1-9af28938e0cd
ModelName:VfwEccd022148ef.compute.nodes.heat.vsn
ModelUuid:02dd88fa-fe20-45b8-bdf8-fd445800356a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:05d13bb7-122a-42e9-b099-2c87dc31f125
ModelInvariantUuid:69579f06-0490-4a01-b627-dbc033af6ee6
ModelName:vFW eccd0221-48ef-nodes.vpgCvfc
ModelUuid:1c550191-869f-467a-a3e1-9baba1e7f9c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:77b4f931-9441-4580-8037-009d89a95dc0
ModelInvariantUuid:4ed65ff3-69df-45be-9b9f-c577062d3804
ModelName:VfwEccd022148ef.compute.nodes.heat.vpg
ModelUuid:9a1d41c8-970a-4e57-ad32-4d27f90b8b83
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-10T07:17:19.081Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 682b593e-b570-4e48-811d-d41efe2a48b4
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-10T07:17:19.207Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||vFW eccd0221-48ef 0
2022-06-10T07:17:19.216Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 682b593e-b570-4e48-811d-d41efe2a48b4
2022-06-10T07:17:19.216Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ba463223-bae2-4bf2-ab16-57871d1550a1 from URL: /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json
2022-06-10T07:17:19.216Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:17:19.217Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json
2022-06-10T07:17:19.381Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:17:19.382Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json ba463223-bae2-4bf2-ab16-57871d1550a1 785
2022-06-10T07:17:19.382Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json ASDC sendASDCNotification
2022-06-10T07:17:19.382Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json
2022-06-10T07:17:19.383Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:17:19.383Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:19.385Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:19.385Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845439382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:17:19.486Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:19.488Z||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-10T07:17:19.489Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:19.516Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:19.517Z||pool-11-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:17:20.387Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEccd022148ef..base_vfw..module-0",
"vfModuleModelInvariantUUID": "22c96a50-b19e-4e20-8609-996597603616",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b67a1620-84f7-44ef-a0ed-107f3a79f2aa",
"vfModuleModelCustomizationUUID": "d5ea8a82-a1c0-4fca-94e6-1459f0eecdd3",
"isBase": true,
"artifacts": [
"6fcc14b2-de4e-4dba-83ad-06528bfc66ba",
"f268d62e-50db-453d-97b8-36dc4c460455"
],
"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-10T07:17:20.405Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEccd022148ef..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b67a1620-84f7-44ef-a0ed-107f3a79f2aa
VfModuleModelInvariantUUID:22c96a50-b19e-4e20-8609-996597603616
VfModuleModelDescription:NULL
Artifacts UUID List:{
6fcc14b2-de4e-4dba-83ad-06528bfc66ba
,
f268d62e-50db-453d-97b8-36dc4c460455
}
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-10T07:17:20.409Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEccd022148ef..base_vfw..module-0",
"vfModuleModelInvariantUUID": "22c96a50-b19e-4e20-8609-996597603616",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b67a1620-84f7-44ef-a0ed-107f3a79f2aa",
"vfModuleModelCustomizationUUID": "d5ea8a82-a1c0-4fca-94e6-1459f0eecdd3",
"isBase": true,
"artifacts": [
"6fcc14b2-de4e-4dba-83ad-06528bfc66ba",
"f268d62e-50db-453d-97b8-36dc4c460455"
],
"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-10T07:17:20.411Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEccd022148ef..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b67a1620-84f7-44ef-a0ed-107f3a79f2aa
VfModuleModelInvariantUUID:22c96a50-b19e-4e20-8609-996597603616
VfModuleModelDescription:NULL
Artifacts UUID List:{
6fcc14b2-de4e-4dba-83ad-06528bfc66ba
,
f268d62e-50db-453d-97b8-36dc4c460455
}
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-10T07:17:20.411Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6fcc14b2-de4e-4dba-83ad-06528bfc66ba from URL: /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml
2022-06-10T07:17:20.411Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:17:20.411Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml
2022-06-10T07:17:20.503Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:17:20.505Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml 6fcc14b2-de4e-4dba-83ad-06528bfc66ba 20368
2022-06-10T07:17:20.505Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-10T07:17:20.505Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml
2022-06-10T07:17:20.505Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:17:20.505Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:20.507Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:20.508Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845440505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:17:20.608Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:20.609Z||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-10T07:17:20.609Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:20.642Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:20.643Z||pool-12-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:17:21.509Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f268d62e-50db-453d-97b8-36dc4c460455 from URL: /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env
2022-06-10T07:17:21.510Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:17:21.510Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env
2022-06-10T07:17:21.718Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:17:21.719Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env f268d62e-50db-453d-97b8-36dc4c460455 2098
2022-06-10T07:17:21.719Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-10T07:17:21.719Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env
2022-06-10T07:17:21.719Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:17:21.720Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:21.722Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:21.722Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845441719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:17:21.823Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:17:21.824Z||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-10T07:17:21.824Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:21.850Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:21.851Z||pool-13-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:17:22.723Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e6a8c000-ec71-46f6-885b-dd4143a65d11
2022-06-10T07:17:22.724Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eccd0221-48ef 0 682b593e-b570-4e48-811d-d41efe2a48b4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-10T07:17:22.783Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56c6091d, org.onap.sdc.toscaparser.api.parameters.Input@5c3975a4, org.onap.sdc.toscaparser.api.parameters.Input@45f21c01, org.onap.sdc.toscaparser.api.parameters.Input@62870ad9, org.onap.sdc.toscaparser.api.parameters.Input@4ef7975]
2022-06-10T07:17:22.787Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.787Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.788Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-06-10T07:17:22.788Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 98d5cb5b-ad05-4540-a9fe-22e44ce36792
2022-06-10T07:17:22.788Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98d5cb5b-ad05-4540-a9fe-22e44ce36792 matches Tosca VF Customization UUID: 98d5cb5b-ad05-4540-a9fe-22e44ce36792
2022-06-10T07:17:22.788Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 98d5cb5b-ad05-4540-a9fe-22e44ce36792 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-10T07:17:22.797Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.797Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.799Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 98d5cb5b-ad05-4540-a9fe-22e44ce36792: {\"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-10T07:17:22.799Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@617f053d
2022-06-10T07:17:22.800Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.800Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:17:22.801Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d5ea8a82-a1c0-4fca-94e6-1459f0eecdd3
2022-06-10T07:17:22.802Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d5ea8a82-a1c0-4fca-94e6-1459f0eecdd3
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-10T07:17:22.810Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.811Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:22.811Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:22.812Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.812Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:22.813Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:22.813Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.814Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:22.814Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:22.814Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-10T07:17:22.814Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:22.815Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T07:17:22.815Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T07:17:22.815Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.816Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:22.816Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T07:17:22.816Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:22.817Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T07:17:22.817Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.817Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=42321853-ca61-4a62-ac76-f99eaefc5ef0
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-10T07:17:22.833Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.833Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:22.834Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:22.834Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.835Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:22.835Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:22.835Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T07:17:22.835Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.836Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:22.836Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T07:17:22.836Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.837Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:22.837Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-10T07:17:22.837Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T07:17:22.838Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:22.838Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T07:17:22.838Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.839Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5bf0ec80-6113-4c96-99ec-b573c9aa5774
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-10T07:17:22.844Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.845Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:22.845Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:22.849Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.849Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:22.849Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:22.850Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T07:17:22.850Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.850Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:22.851Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T07:17:22.851Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.852Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:22.852Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T07:17:22.852Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T07:17:22.853Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.853Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:22.853Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-10T07:17:22.854Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=05d13bb7-122a-42e9-b099-2c87dc31f125
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-10T07:17:22.859Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.860Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:22.860Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:22.860Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.861Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:22.861Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=98d5cb5b-ad05-4540-a9fe-22e44ce36792
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-10T07:17:22.869Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.869Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.870Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e6a8c000-ec71-46f6-885b-dd4143a65d11: vFW eccd0221-48ef
2022-06-10T07:17:22.870Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.871Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.871Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.871Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.872Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.872Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.872Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.872Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.873Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:17:22.873Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.873Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-10 07-13-48
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-10T07:17:23.455Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eccd0221-48ef 682b593e-b570-4e48-811d-d41efe2a48b4 1 ASDC deployResourceStructure
2022-06-10T07:17:23.456Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json ASDC sendASDCNotification
2022-06-10T07:17:23.456Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json
2022-06-10T07:17:23.457Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:17:23.457Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:23.459Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:23.459Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845443456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-10T07:17:23.559Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:23.561Z||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-10T07:17:23.561Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:23.631Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:23.632Z||pool-14-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":3,"count":1}
2022-06-10T07:17:24.460Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-10T07:17:24.461Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml
2022-06-10T07:17:24.461Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:17:24.461Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:24.463Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:24.464Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845444460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-10T07:17:24.565Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-10T07:17:24.566Z||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-10T07:17:24.566Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:24.605Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:24.606Z||pool-15-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":3,"count":1}
2022-06-10T07:17:25.465Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-10T07:17:25.465Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env
2022-06-10T07:17:25.465Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:17:25.466Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:25.468Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:25.468Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845445465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-10T07:17:25.568Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:25.570Z||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-10T07:17:25.570Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:25.597Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:25.598Z||pool-16-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":2,"count":1}
2022-06-10T07:17:26.469Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar ASDC sendASDCNotification
2022-06-10T07:17:26.470Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:26.470Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:17:26.471Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:26.473Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:26.474Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845446469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T07:17:26.574Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:26.575Z||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-10T07:17:26.575Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:26.616Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:17:26.617Z||pool-17-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":2,"count":1}
2022-06-10T07:17:27.475Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
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-10T07:17:27.507Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
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-10T07:17:27.522Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:17:27.523Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T07:17:27.523Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T07:17:27.523Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T07:17:27.523Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T07:17:27.523Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T07:17:27.523Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T07:17:27.524Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T07:17:27.524Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T07:17:27.524Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T07:17:27.538Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T07:17:57.539Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 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-10T07:17:57.554Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 and serviceModelVersionId: e6a8c000-ec71-46f6-885b-dd4143a65d11
2022-06-10T07:17:57.555Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e
2022-06-10T07:18:05.361Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:18:05.363Z||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-10T07:18:05.363Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:05.413Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:05.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:18:05.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "cds",
"timestamp": 1654845419374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:18:05.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:18:14.905Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e/model-vers/model-ver/e6a8c000-ec71-46f6-885b-dd4143a65d11?depth=0
2022-06-10T07:18:15.030Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T07:18:15.560Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e/model-vers/model-ver/e6a8c000-ec71-46f6-885b-dd4143a65d11?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-10T07:18:15.567Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e/model-vers/model-ver/e6a8c000-ec71-46f6-885b-dd4143a65d11?depth=0|INFO|500||Invoke
2022-06-10T07:18:15.712Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e/model-vers/model-ver/e6a8c000-ec71-46f6-885b-dd4143a65d11?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-10T07:18:16.173Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e/model-vers/model-ver/e6a8c000-ec71-46f6-885b-dd4143a65d11?depth=0|INFO|500||InvokeReturn
2022-06-10T07:18:16.175Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e/model-vers/model-ver/e6a8c000-ec71-46f6-885b-dd4143a65d11?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220610-07:18:15:664-53277], vertex-id=[385080], Content-Length=[0], Date=[Fri, 10 Jun 2022 07:18:15 GMT], Content-Type=[application/json]}
2022-06-10T07:18:16.176Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-10T07:18:16.179Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T07:18:16.179Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-10T07:18:16.209Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|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-10T07:18:16.211Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T07:18:16.212Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T07:18:16.213Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:16.216Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:16.216Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845496211,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:18:16.316Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:18:16.318Z||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-10T07:18:16.318Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:16.344Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:16.344Z||pool-18-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-10T07:18:17.264Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-10T07:18:17.265Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ec2bced-1c1e-4a8b-8711-0f2a2873d903","serviceName":"basic_onboard_ARTKSE","serviceVersion":"1.0","serviceUUID":"2b580873-81b4-4dc2-9082-9b8c824ba57b","serviceDescription":"service","serviceInvariantUUID":"b7892933-727d-4dc9-a148-cdabfa6a6665","resources":[{"resourceInstanceName":"basic_onboard_ARTKSE 0","resourceName":"basic_onboard_ARTKSE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"919b7162-f9b1-46de-af38-32c0953df517","resourceInvariantUUID":"6ae8230b-dbc1-4f5e-a8ca-aa15149cf71d","resourceCustomizationUUID":"1c024fde-d07f-45d4-afe6-c0969d2f2818","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml","artifactChecksum":"NzM3NGJlMmVhNjYzZDZjNzMwMWQ2OWZkMzM0NDMzZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e27bbe7b-23c3-4ed4-9302-8de95062b9f6","artifactVersion":"1"},{"artifactName":"basic_onboard_artkse0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json","artifactChecksum":"OTYyZTljMDNjMzAzNmJlMDA5MGRjNjg1ZmUwZDM2ZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b1e86e2-6366-4739-8301-7021d10620b2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"121f8215-0051-451a-917b-50f36caaa2bd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"725a680d-152d-4da4-ab1a-5f280a656efc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4b092dcb-9350-4096-85bc-189e5cd23b05","artifactVersion":"2","generatedFromUUID":"121f8215-0051-451a-917b-50f36caaa2bd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardArtkse-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml","artifactChecksum":"MjAwZWU2M2E4ZTgxNWU4NDRiOGU2M2NlNzliMzM3NTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05221cb5-4a0b-474f-bff5-c351733da041","artifactVersion":"1"},{"artifactName":"service-BasicOnboardArtkse-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar","artifactChecksum":"OTM5YmZlNjMzMmZhOGI1YjMzMjc0MzVmYmVmNGVmZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"488f57a2-9b94-48e8-b275-01b9b4bf1c07","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T07:18:17.266Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:17.266Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:17.269Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:17.269Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:18:17.369Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:17.370Z||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-10T07:18:17.370Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:17.409Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:17.410Z||pool-19-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:18.270Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:18.271Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:18.273Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:18.274Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "NOTIFIED"
}
2022-06-10T07:18:18.374Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:18.375Z||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-10T07:18:18.375Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:18.403Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:18.403Z||pool-20-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:18:19.274Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:19.276Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:19.279Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:19.279Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-10T07:18:19.379Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:19.380Z||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-10T07:18:19.380Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:19.408Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:19.408Z||pool-21-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:18:20.279Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:20.281Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:20.283Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:20.284Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:18:20.384Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:20.385Z||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-10T07:18:20.386Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:20.414Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:20.415Z||pool-22-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:21.284Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:21.285Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:21.287Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:21.288Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-10T07:18:21.388Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:21.389Z||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-10T07:18:21.389Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:21.411Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:21.412Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:22.288Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:22.289Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:22.291Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:22.292Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:18:22.392Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:22.393Z||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-10T07:18:22.393Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:22.424Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:22.425Z||pool-24-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:23.292Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:23.294Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:23.297Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:23.298Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:18:23.398Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:23.400Z||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-10T07:18:23.400Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:23.446Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:23.447Z||pool-25-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:24.300Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"serviceName": "basic_onboard_ARTKSE",
"serviceVersion": "1.0",
"serviceUUID": "2b580873-81b4-4dc2-9082-9b8c824ba57b",
"serviceDescription": "service",
"serviceInvariantUUID": "b7892933-727d-4dc9-a148-cdabfa6a6665",
"resources": [
{
"resourceInstanceName": "basic_onboard_ARTKSE 0",
"resourceCustomizationUUID": "1c024fde-d07f-45d4-afe6-c0969d2f2818",
"resourceName": "basic_onboard_ARTKSE",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "919b7162-f9b1-46de-af38-32c0953df517",
"resourceInvariantUUID": "6ae8230b-dbc1-4f5e-a8ca-aa15149cf71d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_artkse0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"artifactChecksum": "OTYyZTljMDNjMzAzNmJlMDA5MGRjNjg1ZmUwZDM2ZjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7b1e86e2-6366-4739-8301-7021d10620b2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "121f8215-0051-451a-917b-50f36caaa2bd",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4b092dcb-9350-4096-85bc-189e5cd23b05",
"generatedFromUUID": "121f8215-0051-451a-917b-50f36caaa2bd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4b092dcb-9350-4096-85bc-189e5cd23b05",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardArtkse-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"artifactChecksum": "OTM5YmZlNjMzMmZhOGI1YjMzMjc0MzVmYmVmNGVmZGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "488f57a2-9b94-48e8-b275-01b9b4bf1c07"
}
],
"workloadContext": "Production"
}
2022-06-10T07:18:24.300Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T07:18:24.300Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b580873-81b4-4dc2-9082-9b8c824ba57b ASDC
2022-06-10T07:18:24.301Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1ec2bced-1c1e-4a8b-8711-0f2a2873d903
ServiceName:basic_onboard_ARTKSE
ServiceVersion:1.0
ServiceUUID:2b580873-81b4-4dc2-9082-9b8c824ba57b
ServiceInvariantUUID:b7892933-727d-4dc9-a148-cdabfa6a6665
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardArtkse-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar
ArtifactUUID:488f57a2-9b94-48e8-b275-01b9b4bf1c07
ArtifactChecksum:OTM5YmZlNjMzMmZhOGI1YjMzMjc0MzVmYmVmNGVmZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ARTKSE 0
ResourceCustomizationUUID:1c024fde-d07f-45d4-afe6-c0969d2f2818
ResourceInvariantUUID:6ae8230b-dbc1-4f5e-a8ca-aa15149cf71d
ResourceName:basic_onboard_ARTKSE
ResourceType:VF
ResourceUUID:919b7162-f9b1-46de-af38-32c0953df517
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_artkse0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json
ArtifactUUID:7b1e86e2-6366-4739-8301-7021d10620b2
ArtifactChecksum:OTYyZTljMDNjMzAzNmJlMDA5MGRjNjg1ZmUwZDM2ZjE=
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/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml
ArtifactUUID:121f8215-0051-451a-917b-50f36caaa2bd
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/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env
ArtifactUUID:4b092dcb-9350-4096-85bc-189e5cd23b05
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/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env
ArtifactUUID:4b092dcb-9350-4096-85bc-189e5cd23b05
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-10T07:18:24.301Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b580873-81b4-4dc2-9082-9b8c824ba57b 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-10T07:18:24.386Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:18:24.387Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T07:18:24.387Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T07:18:24.388Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 488f57a2-9b94-48e8-b275-01b9b4bf1c07 from URL: /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:24.388Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:18:24.388Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:24.598Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:18:24.601Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar 488f57a2-9b94-48e8-b275-01b9b4bf1c07 71564
2022-06-10T07:18:24.602Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar ASDC sendASDCNotification
2022-06-10T07:18:24.602Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:24.602Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:18:24.603Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:24.605Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:24.605Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845504602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:18:24.705Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:24.706Z||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-10T07:18:24.707Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:24.746Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:24.747Z||pool-26-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:25.606Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:18:25.607Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T07:18:25.607Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 488f57a2-9b94-48e8-b275-01b9b4bf1c07, URL: /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar to file: /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:25.608Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:25.608Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:25.608Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:25.748Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP60553724875702728/Definitions/service-BasicOnboardArtkse-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-10T07:18:27.102Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T07:18:27.103Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-10T07:18:27.104Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.104Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-10T07:18:27.104Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ARTKSE 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-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.104Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.105Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.105Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.105Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.105Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.106Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.106Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.106Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.107Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-10T07:18:27.107Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:27.107Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.108Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:27.108Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-10T07:18:27.108Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:18:27.109Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:27.109Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.109Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:27.110Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-10T07:18:27.110Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:18:27.111Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:27.111Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.112Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:27.112Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is not matching search criteria
2022-06-10T07:18:27.112Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-10T07:18:27.113Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-10T07:18:27.113Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-10T07:18:27.114Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-10T07:18:27.114Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-10T07:18:27.114Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:27.115Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:18:27.115Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:27.116Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:27.116Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:18:27.116Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:27.117Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:27.117Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:18:27.117Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:27.118Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:27.118Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:18:27.119Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:27.119Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is not matching search criteria
2022-06-10T07:18:27.119Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-10T07:18:27.120Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-10T07:18:27.120Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5ed4fa36-f05a-484f-95c0-b33fe62956ae
2022-06-10T07:18:27.120Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:27.121Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.121Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:27.121Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.122Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:27.122Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.123Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:27.123Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.124Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ARTKSE
Description:service
Model UUID:2b580873-81b4-4dc2-9082-9b8c824ba57b
Model Version:NULL
Model InvariantUuid:b7892933-727d-4dc9-a148-cdabfa6a6665
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ARTKSE
Model UUID:a4b6a6ed-031d-44a8-8275-3ab22f85aa5d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6ae8230b-dbc1-4f5e-a8ca-aa15149cf71d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1c024fde-d07f-45d4-afe6-c0969d2f2818
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5e27ccdc-74a0-48cf-8073-c2861e146c8c
ModelName:BasicOnboardArtkse..base_ubuntu18..module-0
ModelUuid:5a257c57-6ff2-46ee-85a1-7f069185c4aa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5ed4fa36-f05a-484f-95c0-b33fe62956ae
ModelInvariantUuid:659cdfb6-c750-44c7-b302-40b8f9d95a97
ModelName:basic_onboard_ARTKSE-nodes.ubuntu18Cvfc
ModelUuid:1af309b9-e42e-43a7-b33a-49e464f97611
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e338074a-54f6-4204-b184-24f2956319cb
ModelInvariantUuid:a67699b0-bd3a-40bc-a0e4-a278e02e7b4f
ModelName:BasicOnboardArtkse.compute.nodes.heat.ubuntu18
ModelUuid:8498672b-d94c-4e52-8a3b-99ffd5efca88
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-10T07:18:27.170Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 919b7162-f9b1-46de-af38-32c0953df517
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-10T07:18:27.175Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||basic_onboard_ARTKSE 0
2022-06-10T07:18:27.175Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 919b7162-f9b1-46de-af38-32c0953df517
2022-06-10T07:18:27.176Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7b1e86e2-6366-4739-8301-7021d10620b2 from URL: /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json
2022-06-10T07:18:27.176Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:18:27.176Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json
2022-06-10T07:18:27.272Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:18:27.273Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json 7b1e86e2-6366-4739-8301-7021d10620b2 798
2022-06-10T07:18:27.274Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json ASDC sendASDCNotification
2022-06-10T07:18:27.274Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json
2022-06-10T07:18:27.274Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:18:27.275Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:27.277Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:27.277Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845507274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:18:27.377Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:27.379Z||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-10T07:18:27.379Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:27.407Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:27.408Z||pool-27-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:18:28.278Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardArtkse..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5e27ccdc-74a0-48cf-8073-c2861e146c8c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5a257c57-6ff2-46ee-85a1-7f069185c4aa",
"vfModuleModelCustomizationUUID": "7d80168f-393a-4ba3-b808-4a79a296cec0",
"isBase": true,
"artifacts": [
"121f8215-0051-451a-917b-50f36caaa2bd",
"4b092dcb-9350-4096-85bc-189e5cd23b05"
],
"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-10T07:18:28.283Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardArtkse..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a257c57-6ff2-46ee-85a1-7f069185c4aa
VfModuleModelInvariantUUID:5e27ccdc-74a0-48cf-8073-c2861e146c8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
121f8215-0051-451a-917b-50f36caaa2bd
,
4b092dcb-9350-4096-85bc-189e5cd23b05
}
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-10T07:18:28.285Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardArtkse..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5e27ccdc-74a0-48cf-8073-c2861e146c8c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5a257c57-6ff2-46ee-85a1-7f069185c4aa",
"vfModuleModelCustomizationUUID": "7d80168f-393a-4ba3-b808-4a79a296cec0",
"isBase": true,
"artifacts": [
"121f8215-0051-451a-917b-50f36caaa2bd",
"4b092dcb-9350-4096-85bc-189e5cd23b05"
],
"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-10T07:18:28.285Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardArtkse..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a257c57-6ff2-46ee-85a1-7f069185c4aa
VfModuleModelInvariantUUID:5e27ccdc-74a0-48cf-8073-c2861e146c8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
121f8215-0051-451a-917b-50f36caaa2bd
,
4b092dcb-9350-4096-85bc-189e5cd23b05
}
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-10T07:18:28.286Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 121f8215-0051-451a-917b-50f36caaa2bd from URL: /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml
2022-06-10T07:18:28.286Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:18:28.286Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml
2022-06-10T07:18:28.517Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:18:28.518Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml 121f8215-0051-451a-917b-50f36caaa2bd 5033
2022-06-10T07:18:28.518Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-10T07:18:28.518Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml
2022-06-10T07:18:28.518Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:18:28.519Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:28.521Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:28.521Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845508518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:18:28.621Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:18:28.622Z||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-10T07:18:28.623Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:28.650Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:28.651Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:18:29.522Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b092dcb-9350-4096-85bc-189e5cd23b05 from URL: /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env
2022-06-10T07:18:29.524Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:18:29.525Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env
2022-06-10T07:18:29.939Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:18:29.940Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env 4b092dcb-9350-4096-85bc-189e5cd23b05 909
2022-06-10T07:18:29.940Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-10T07:18:29.941Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env
2022-06-10T07:18:29.941Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:18:29.942Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:29.945Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:29.945Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845509940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:18:30.045Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:30.046Z||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-10T07:18:30.046Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:30.090Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:30.091Z||pool-29-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:30.947Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2b580873-81b4-4dc2-9082-9b8c824ba57b
2022-06-10T07:18:30.947Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ARTKSE 0 919b7162-f9b1-46de-af38-32c0953df517 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-10T07:18:30.976Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39f3d92e, org.onap.sdc.toscaparser.api.parameters.Input@27d902b6, org.onap.sdc.toscaparser.api.parameters.Input@3c67b58b, org.onap.sdc.toscaparser.api.parameters.Input@327f5223, org.onap.sdc.toscaparser.api.parameters.Input@1562d7eb]
2022-06-10T07:18:30.978Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:30.978Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:30.978Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-06-10T07:18:30.979Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1c024fde-d07f-45d4-afe6-c0969d2f2818
2022-06-10T07:18:30.979Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c024fde-d07f-45d4-afe6-c0969d2f2818 matches Tosca VF Customization UUID: 1c024fde-d07f-45d4-afe6-c0969d2f2818
2022-06-10T07:18:30.979Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1c024fde-d07f-45d4-afe6-c0969d2f2818 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-10T07:18:30.985Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:30.985Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:30.986Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1c024fde-d07f-45d4-afe6-c0969d2f2818: {\"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-10T07:18:30.987Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33ad3975
2022-06-10T07:18:30.987Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:30.987Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:18:30.987Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7d80168f-393a-4ba3-b808-4a79a296cec0
2022-06-10T07:18:30.987Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7d80168f-393a-4ba3-b808-4a79a296cec0
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-10T07:18:31.002Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:31.003Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:31.003Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:18:31.003Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:31.004Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:31.004Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:18:31.004Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:31.004Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is not matching search criteria
2022-06-10T07:18:31.005Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-10T07:18:31.005Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-10T07:18:31.005Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5ed4fa36-f05a-484f-95c0-b33fe62956ae
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-10T07:18:31.030Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:31.030Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:31.031Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:18:31.031Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:31.031Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:31.032Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=1c024fde-d07f-45d4-afe6-c0969d2f2818
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-10T07:18:31.046Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:31.047Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:31.047Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2b580873-81b4-4dc2-9082-9b8c824ba57b: basic_onboard_ARTKSE
2022-06-10T07:18:31.047Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:31.047Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:31.048Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:31.048Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:31.048Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:31.048Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:31.048Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:31.049Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:31.049Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:18:31.049Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:31.049Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_ARTKSE
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-10T07:18:31.309Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ARTKSE 919b7162-f9b1-46de-af38-32c0953df517 1 ASDC deployResourceStructure
2022-06-10T07:18:31.309Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json ASDC sendASDCNotification
2022-06-10T07:18:31.310Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json
2022-06-10T07:18:31.310Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:18:31.310Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:31.312Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:31.312Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845511309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-10T07:18:31.413Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:31.414Z||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-10T07:18:31.414Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:31.455Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:31.456Z||pool-30-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:18:32.314Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-10T07:18:32.314Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml
2022-06-10T07:18:32.315Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:18:32.315Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:32.317Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:32.318Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845512314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-10T07:18:32.418Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:32.419Z||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-10T07:18:32.419Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:32.451Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:32.452Z||pool-31-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:33.319Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-10T07:18:33.319Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env
2022-06-10T07:18:33.320Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:18:33.320Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:33.323Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:33.323Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845513318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-10T07:18:33.423Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:33.424Z||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-10T07:18:33.424Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:33.471Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:33.472Z||pool-32-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":2,"count":1}
2022-06-10T07:18:34.324Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar ASDC sendASDCNotification
2022-06-10T07:18:34.325Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:34.326Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:18:34.326Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:34.328Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:34.329Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845514324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T07:18:34.429Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:34.430Z||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-10T07:18:34.430Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:34.457Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:18:34.458Z||pool-33-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:35.330Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
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-10T07:18:35.349Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
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-10T07:18:35.353Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:18:35.353Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:18:35.353Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:19:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:19:05.343Z||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-10T07:19:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:19:05.354Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
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-10T07:19:05.384Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
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-10T07:19:05.387Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:19:05.387Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:19:05.387Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:19:05.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:19:05.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:19:05.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "policy-id",
"timestamp": 1654845421793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:19:05.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:19:35.387Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
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-10T07:19:35.407Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
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-10T07:19:35.412Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:19:35.412Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:19:35.413Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:20:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:20:05.343Z||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-10T07:20:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:20:05.397Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:20:05.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "aai-ml",
"timestamp": 1654845424881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845419875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "cds",
"timestamp": 1654845419374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "policy-id",
"timestamp": 1654845421793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "NOTIFIED"
}
2022-06-10T07:20:05.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "ves-openapi-manager",
"timestamp": 1654845419875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845426574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "cds",
"timestamp": 1654845419374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "policy-id",
"timestamp": 1654845421793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845427765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845426574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "NOTIFIED"
}
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "policy-id",
"timestamp": 1654845421793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "cds",
"timestamp": 1654845427383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654845428770,
"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-10T07:20:05.413Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
2022-06-10T07:20:05.418Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
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-10T07:20:05.418Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 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 (?, ?, ?, ?, ?)
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-10T07:20:05.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845426574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-10T07:20:05.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "cds",
"timestamp": 1654845428391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-10T07:20:05.439Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
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=?
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-10T07:20:05.443Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:20:05.443Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:20:05.443Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:20:05.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
2022-06-10T07:20:05.446Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 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-10T07:20:05.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "policy-id",
"timestamp": 1654845429853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845426574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "policy-id",
"timestamp": 1654845430859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845426574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-10T07:20:05.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "policy-id",
"timestamp": 1654845431862,
"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-10T07:20:05.472Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
2022-06-10T07:20:05.473Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 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-10T07:20:05.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:20:05.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845426574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845426574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:20:05.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:20:05.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845433672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845434522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845435735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845437011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845438097,
"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-10T07:20:05.505Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
2022-06-10T07:20:05.506Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 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-10T07:20:05.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "aai-ml",
"timestamp": 1654845437842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T07:20:05.518Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654845439106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-10T07:20:05.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845439382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "aai-ml",
"timestamp": 1654845438879,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T07:20:05.527Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
2022-06-10T07:20:05.528Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 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-10T07:20:05.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845440505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845441719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845443456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-10T07:20:05.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845444460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-10T07:20:05.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845445465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-10T07:20:05.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845446469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T07:20:05.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:35.444Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
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-10T07:20:35.490Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
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-10T07:20:35.497Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:20:35.497Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T07:20:35.498Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T07:20:35.498Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T07:20:35.498Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T07:20:35.498Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T07:20:35.498Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T07:20:35.499Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T07:20:35.499Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T07:20:35.499Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T07:20:35.505Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T07:21:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:21:05.343Z||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-10T07:21:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:21:05.506Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 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-10T07:21:05.516Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 and serviceModelVersionId: 2b580873-81b4-4dc2-9082-9b8c824ba57b
2022-06-10T07:21:05.516Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7892933-727d-4dc9-a148-cdabfa6a6665
2022-06-10T07:21:05.518Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0
2022-06-10T07:21:05.523Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T07:21:05.585Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0|INFO|500||Invoke
2022-06-10T07:21:05.585Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ec2bced-1c1e-4a8b-8711-0f2a2873d903], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[363dee29-e9bb-4c71-9866-7fdf242ddf63], X-ECOMP-RequestID=[1ec2bced-1c1e-4a8b-8711-0f2a2873d903], X-TransactionId=[], X-ONAP-RequestID=[1ec2bced-1c1e-4a8b-8711-0f2a2873d903], Content-Type=[application/merge-patch+json]}
2022-06-10T07:21:05.616Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-10T07:21:05.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:21:05.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845496211,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:21:05.884Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?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/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220610-07:21:05:564-93732], vertex-id=[209088], Content-Length=[0], Date=[Fri, 10 Jun 2022 07:21:05 GMT], Content-Type=[application/json]}
2022-06-10T07:21:05.885Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-10T07:21:05.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.885Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0|INFO|500||InvokeReturn
2022-06-10T07:21:05.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:21:05.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:21:05.886Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T07:21:05.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "NOTIFIED"
}
2022-06-10T07:21:05.887Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
2022-06-10T07:21:05.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:21:05.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-10T07:21:05.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:21:05.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
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-10T07:21:05.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845425336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:21:05.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T07:21:05.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845504602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:21:05.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845507274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845508518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845509940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845511309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845512314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845513318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-10T07:21:05.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845514324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T07:21:05.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.899Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-10T07:21:05.899Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T07:21:05.900Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T07:21:05.900Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:21:05.903Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:21:05.903Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845665900,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:21:06.003Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:21:06.004Z||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-10T07:21:06.004Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:21:06.028Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:21:06.030Z||pool-34-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-10T07:21:06.941Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:21:06.942Z||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-10T07:21:06.942Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:21:17.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:21:17.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:21:17.384Z||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-10T07:21:17.384Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:21:26.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:21:26.957Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:21:26.958Z||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-10T07:21:26.958Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:21:36.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:21:36.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:21:36.539Z||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-10T07:21:36.539Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:21:46.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:22:05.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:22:05.337Z||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-10T07:22:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:22:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:22:05.342Z||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-10T07:22:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:22:06.014Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:22:06.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T07:22:06.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654845665900,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:22:06.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:22:14.921Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:23:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:23:05.337Z||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-10T07:23:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:23:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:23:05.342Z||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-10T07:23:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:23:14.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:23:14.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:24:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:24:05.337Z||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-10T07:24:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:24:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:24:05.342Z||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-10T07:24:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:24:14.925Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:24:14.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:25:05.338Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:25:05.339Z||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-10T07:25:05.339Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:25:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:25:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-10T07:25:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:25:14.944Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:25:14.944Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:26:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:26:05.337Z||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-10T07:26:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:26:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:26:05.342Z||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-10T07:26:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:26:14.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:26:14.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:27:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:27:05.337Z||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-10T07:27:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:27:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:27:05.342Z||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-10T07:27:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:27:14.918Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:27:14.925Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:28:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:28:05.337Z||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-10T07:28:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:28:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:28:05.342Z||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-10T07:28:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:28:14.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:28:14.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:29:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:29:05.339Z||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-10T07:29:05.339Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:29:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:29:05.342Z||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-10T07:29:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:29:14.982Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:29:15.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:30:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:30:05.338Z||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-10T07:30:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:30:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:30:05.342Z||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-10T07:30:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:30:14.985Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:30:15.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:31:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:31:05.337Z||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-10T07:31:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:31:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:31:05.342Z||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-10T07:31:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:31:06.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:31:06.024Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:31:06.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654846219878,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"daeb2acf-211b-4b1a-af9a-6c888164d9b2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7267e685-a3b8-4cfe-b998-ed493cb90a03","serviceDescription":"service","serviceInvariantUUID":"fa6eb7a8-5daf-4efd-92d2-8049de8047ed","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5410727e-02c4-4de5-bed7-0b3d193b13fd","resourceInvariantUUID":"054d9c40-d503-4ba1-b887-0a3b10a5c15a","resourceCustomizationUUID":"ba1d1f76-9284-4eb0-bd8a-c743d0ffcaf1","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NWZkODEyODc4YzQ5NjMyYWJlMTAzZDE5ZjdmNjY5OTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e3f0172-7597-4a0b-a70a-258abd8f2316","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzE4NDFiZTUwNDY2MzYyNTQ0ZjMxNzhhNjk5N2MwZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"edfa5dc3-e3d2-4271-b4d8-65555dab34a4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T07:31:06.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-10T07:31:06.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "policy-id",
"timestamp": 1654846221793,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-10T07:31:06.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "cds",
"timestamp": 1654846214374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-10T07:31:06.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654846219878,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-10T07:31:06.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "policy-id",
"timestamp": 1654846221793,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:31:06.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-10T07:31:06.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "cds",
"timestamp": 1654846214374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:31:06.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-10T07:31:06.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654846224477,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-10T07:31:06.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "aai-ml",
"timestamp": 1654846223678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-10T07:31:06.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654846224477,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:31:06.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-10T07:31:06.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "cds",
"timestamp": 1654846225374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:31:06.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "aai-ml",
"timestamp": 1654846223678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:31:06.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-10T07:31:06.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "policy-id",
"timestamp": 1654846226592,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:31:06.034Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654846226580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-10T07:31:06.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654846227450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:31:06.035Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "cds",
"timestamp": 1654846226383,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-10T07:31:06.040Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:31:06.041Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T07:31:06.045Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:31:06.045Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654846265336,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T07:31:06.077Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of daeb2acf-211b-4b1a-af9a-6c888164d9b2
2022-06-10T07:31:06.077Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId daeb2acf-211b-4b1a-af9a-6c888164d9b2 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-10T07:31:06.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "policy-id",
"timestamp": 1654846227598,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T07:31:06.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "aai-ml",
"timestamp": 1654846226750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:31:06.116Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654846226580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:31:06.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-10T07:31:06.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "policy-id",
"timestamp": 1654846228601,
"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-10T07:31:06.132Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of daeb2acf-211b-4b1a-af9a-6c888164d9b2
2022-06-10T07:31:06.132Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId daeb2acf-211b-4b1a-af9a-6c888164d9b2 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-10T07:31:06.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654846229418,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T07:31:06.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.145Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:31:06.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654846230428,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-06-10T07:31:06.146Z||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-10T07:31:06.146Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
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-10T07:31:06.173Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of daeb2acf-211b-4b1a-af9a-6c888164d9b2
2022-06-10T07:31:06.174Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId daeb2acf-211b-4b1a-af9a-6c888164d9b2 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-10T07:31:06.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "aai-ml",
"timestamp": 1654846233077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T07:31:06.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "aai-ml",
"timestamp": 1654846234083,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T07:31:06.203Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:31:06.204Z||pool-35-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:31:06.207Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of daeb2acf-211b-4b1a-af9a-6c888164d9b2
2022-06-10T07:31:06.207Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId daeb2acf-211b-4b1a-af9a-6c888164d9b2 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-10T07:31:07.048Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:31:07.049Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:31:07.052Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:31:07.052Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654846265336,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T07:31:07.152Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:31:07.153Z||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-10T07:31:07.153Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:31:07.195Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:31:07.195Z||pool-36-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:31:08.053Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7267e685-a3b8-4cfe-b998-ed493cb90a03",
"serviceDescription": "service",
"serviceInvariantUUID": "fa6eb7a8-5daf-4efd-92d2-8049de8047ed",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ba1d1f76-9284-4eb0-bd8a-c743d0ffcaf1",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "5410727e-02c4-4de5-bed7-0b3d193b13fd",
"resourceInvariantUUID": "054d9c40-d503-4ba1-b887-0a3b10a5c15a",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MzE4NDFiZTUwNDY2MzYyNTQ0ZjMxNzhhNjk5N2MwZDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "edfa5dc3-e3d2-4271-b4d8-65555dab34a4"
}
],
"workloadContext": "Production"
}
2022-06-10T07:31:08.054Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T07:31:08.054Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7267e685-a3b8-4cfe-b998-ed493cb90a03 ASDC
2022-06-10T07:31:08.055Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:daeb2acf-211b-4b1a-af9a-6c888164d9b2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7267e685-a3b8-4cfe-b998-ed493cb90a03
ServiceInvariantUUID:fa6eb7a8-5daf-4efd-92d2-8049de8047ed
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:edfa5dc3-e3d2-4271-b4d8-65555dab34a4
ArtifactChecksum:MzE4NDFiZTUwNDY2MzYyNTQ0ZjMxNzhhNjk5N2MwZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ba1d1f76-9284-4eb0-bd8a-c743d0ffcaf1
ResourceInvariantUUID:054d9c40-d503-4ba1-b887-0a3b10a5c15a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5410727e-02c4-4de5-bed7-0b3d193b13fd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-10T07:31:08.055Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7267e685-a3b8-4cfe-b998-ed493cb90a03 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-10T07:31:08.144Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:31:08.146Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:31:08.146Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:31:08.146Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: edfa5dc3-e3d2-4271-b4d8-65555dab34a4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-10T07:31:08.146Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-10T07:31:08.147Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-10T07:31:08.473Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-10T07:31:08.475Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar edfa5dc3-e3d2-4271-b4d8-65555dab34a4 52504
2022-06-10T07:31:08.476Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-10T07:31:08.476Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-10T07:31:08.476Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:31:08.476Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:31:08.479Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:31:08.479Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654846268475,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T07:31:08.579Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:31:08.581Z||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-10T07:31:08.581Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:31:08.624Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T07:31:08.625Z||pool-37-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:31:09.480Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:31:09.481Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:31:09.481Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: edfa5dc3-e3d2-4271-b4d8-65555dab34a4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:09.482Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-10T07:31:09.482Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:09.482Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:09.752Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5493766381002256422/Definitions/service-BasicNetwork-template.yml
2022-06-10T07:31:10.295Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.297Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.297Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.297Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.297Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-10T07:31:10.297Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:31:10.297Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.298Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-10T07:31:10.298Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-10T07:31:10.298Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:31:10.298Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:31:10.298Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.298Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-10T07:31:10.299Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-10T07:31:10.299Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:31:10.299Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:31:10.299Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.299Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:31:10.299Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.300Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:31:10.300Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.300Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T07:31:10.300Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.300Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery