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-04T05:26:11.646Z||main|||||INFO|500||The following profiles are active: basic
2022-06-04T05:26:29.951Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-04T05:26:29.952Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-04T05:26:30.149Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-04T05:26:36.335Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-04T05:26:36.950Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-04T05:26:37.575Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-04T05:26:37.584Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-04T05:26:37.744Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-04T05:26:38.054Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-04T05:26:39.033Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-04T05:26:41.338Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-04T05:26:45.027Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-04T05:26:45.137Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-04T05:26:45.957Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-04T05:26:46.377Z||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-04T05:26:48.264Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-04T05:26:50.006Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-04T05:26:50.031Z||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$$2538ded1.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-04T05:26:50.032Z||main|||||WARN|500||The sdc end point is not alive
2022-06-04T05:26:54.839Z||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-04T05:26:59.970Z||main|||||WARN|500||---
2022-06-04T05:26:59.971Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-04T05:26:59.971Z||main|||||WARN|500||---
2022-06-04T05:27:00.652Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-04T05:27:10.019Z||main|||||INFO|500||Started Application in 63.234 seconds (JVM running for 66.235)
2022-06-04T05:27:10.050Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:27:10.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:27:10.077Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:27:10.124Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:27:10.235Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a883879-a198-491b-b21f-ab6f501505a6 url= /sdc/v1/artifactTypes
2022-06-04T05:27:10.236Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:27:11.360Z||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.8.83] 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$$f5b82a7b.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-04T05:27:11.368Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@da1efd3
2022-06-04T05:27:11.369Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T05:27:11.404Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T05:27:11.406Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T05:27:11.410Z||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$$f5b82a7b.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-04T05:28:00.011Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:28:00.012Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:28:00.013Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:28:00.017Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:28:00.026Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8eb0dca6-a6ab-4197-88e8-05c8c2a10c11 url= /sdc/v1/artifactTypes
2022-06-04T05:28:00.026Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:28:01.057Z||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.8.83] 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$$f5b82a7b.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-04T05:28:01.059Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9925fd1
2022-06-04T05:28:01.060Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T05:28:01.061Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T05:28:01.062Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T05:28:01.064Z||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$$f5b82a7b.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-04T05:28:50.011Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:28:50.012Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:28:50.013Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:28:50.017Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:28:50.024Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 11c94597-853d-4e63-9f26-72fc542ae1da url= /sdc/v1/artifactTypes
2022-06-04T05:28:50.025Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:28:51.070Z||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.8.83] 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$$f5b82a7b.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-04T05:28:51.072Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@620bbc38
2022-06-04T05:28:51.072Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T05:28:51.073Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T05:28:51.073Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T05:28:51.074Z||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$$f5b82a7b.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-04T05:29:40.012Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:29:40.012Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:29:40.012Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:29:40.016Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:29:40.021Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3fda5cf1-2777-4aad-b9cf-6db0347463c7 url= /sdc/v1/artifactTypes
2022-06-04T05:29:40.022Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:29:41.050Z||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.8.83] 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$$f5b82a7b.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-04T05:29:41.051Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@424e7061
2022-06-04T05:29:41.051Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T05:29:41.052Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T05:29:41.052Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T05:29:41.053Z||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$$f5b82a7b.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-04T05:30:30.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:30:30.016Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:30:30.016Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:30:30.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:30:30.033Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 31ea171a-ffd7-4abe-975e-7ce54c707ddb url= /sdc/v1/artifactTypes
2022-06-04T05:30:30.034Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:30:31.067Z||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.8.83] 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$$f5b82a7b.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-04T05:30:31.068Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66e930bc
2022-06-04T05:30:31.069Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T05:30:31.069Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T05:30:31.070Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T05:30:31.071Z||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$$f5b82a7b.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-04T05:31:20.012Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:31:20.013Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:31:20.013Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:31:20.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:31:20.027Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d58dc974-5d96-466c-9f81-9f46a91cd8cb url= /sdc/v1/artifactTypes
2022-06-04T05:31:20.027Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:31:21.056Z||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.8.83] 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$$f5b82a7b.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-04T05:31:21.057Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f343b3d
2022-06-04T05:31:21.057Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T05:31:21.058Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T05:31:21.058Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T05:31:21.059Z||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$$f5b82a7b.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-04T05:32:10.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:32:10.016Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:32:10.016Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:32:10.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:32:10.035Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e5b17194-7aed-49d6-b0a7-d9b47bb23102 url= /sdc/v1/artifactTypes
2022-06-04T05:32:10.037Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:32:11.067Z||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.8.83] 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$$f5b82a7b.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-04T05:32:11.068Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f889626
2022-06-04T05:32:11.069Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T05:32:11.069Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T05:32:11.070Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T05:32:11.071Z||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$$f5b82a7b.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-04T05:33:00.012Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:33:00.013Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:33:00.013Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:33:00.019Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:33:00.026Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 063db442-95cc-4fd4-87fc-46ee5e51ff02 url= /sdc/v1/artifactTypes
2022-06-04T05:33:00.027Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:33:01.050Z||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.8.83] 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$$f5b82a7b.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-04T05:33:01.051Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6406edb3
2022-06-04T05:33:01.052Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T05:33:01.052Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T05:33:01.052Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T05:33:01.053Z||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$$f5b82a7b.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-04T05:33:50.012Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:33:50.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:33:50.015Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:33:50.025Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:33:50.037Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8faba3c9-fab1-4ea9-a8a6-151a35cbb6e2 url= /sdc/v1/artifactTypes
2022-06-04T05:33:50.048Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:33:51.105Z||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.8.83] 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$$f5b82a7b.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-04T05:33:51.108Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41f5c1a9
2022-06-04T05:33:51.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T05:33:51.110Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T05:33:51.111Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T05:33:51.112Z||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$$f5b82a7b.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-04T05:34:40.011Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:34:40.015Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:34:40.015Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:34:40.018Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:34:40.027Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 53ce6627-6051-4192-ae79-304c465a0bc8 url= /sdc/v1/artifactTypes
2022-06-04T05:34:40.027Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:34:41.051Z||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.8.83] 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$$f5b82a7b.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-04T05:34:41.053Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28bcbf0a
2022-06-04T05:34:41.053Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T05:34:41.054Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T05:34:41.055Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T05:34:41.055Z||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$$f5b82a7b.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-04T05:35:30.012Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:35:30.013Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:35:30.013Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:35:30.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:35:30.031Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d6f261fa-d8f5-4aa5-ac4a-8ebacf1fe347 url= /sdc/v1/artifactTypes
2022-06-04T05:35:30.033Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:35:31.066Z||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.8.83] 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$$f5b82a7b.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-04T05:35:31.068Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@152d9d87
2022-06-04T05:35:31.069Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T05:35:31.069Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T05:35:31.070Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T05:35:31.071Z||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$$f5b82a7b.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-04T05:36:20.011Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:36:20.012Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:36:20.012Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:36:20.016Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:36:20.020Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d5a0e769-b5be-4375-ab2f-d8bb47e07785 url= /sdc/v1/artifactTypes
2022-06-04T05:36:20.021Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:36:21.051Z||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.8.83] 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$$f5b82a7b.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-04T05:36:21.052Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4299caed
2022-06-04T05:36:21.052Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T05:36:21.053Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T05:36:21.053Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T05:36:21.054Z||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$$f5b82a7b.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-04T05:36:23.853Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-04T05:37:10.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:37:10.013Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:37:10.014Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:37:10.017Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:37:10.025Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 182100c8-acaa-4d43-92fa-b362a9783623 url= /sdc/v1/artifactTypes
2022-06-04T05:37:10.026Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:37:11.066Z||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.8.83] 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$$f5b82a7b.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-04T05:37:11.067Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70741241
2022-06-04T05:37:11.067Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T05:37:11.067Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T05:37:11.068Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T05:37:11.069Z||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$$f5b82a7b.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-04T05:38:00.012Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T05:38:00.012Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T05:38:00.013Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T05:38:00.019Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T05:38:00.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 008c6209-4b12-4867-b226-f8a6e1931aa1 url= /sdc/v1/artifactTypes
2022-06-04T05:38:00.028Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T05:38:00.337Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-04T05:38:00.349Z||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-04T05:38:00.379Z||scheduling-1|||||DEBUG|500||create keys
2022-06-04T05:38:00.389Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-04T05:38:00.427Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:38:00.457Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0b2dd5cb-7589-4103-b7dc-5e183e57c532 url= /sdc/v1/registerForDistribution
2022-06-04T05:38:00.713Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0b2dd5cb-7589-4103-b7dc-5e183e57c532 url= /sdc/v1/registerForDistribution
2022-06-04T05:38:00.715Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-04T05:38:00.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:38:00.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:38:00.742Z||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-04T05:38:00.742Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:38:00.743Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-04T05:38:00.745Z||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-04T05:38:00.745Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:38:11.111Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:38:11.123Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:39:00.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:39:00.729Z||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-04T05:39:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:39:00.733Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:39:00.733Z||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-04T05:39:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:39:10.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:39:10.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:40:00.729Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:40:00.732Z||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-04T05:40:00.732Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:40:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:40:00.733Z||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-04T05:40:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:40:10.315Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:40:10.329Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:41:00.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:41:00.729Z||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-04T05:41:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:41:00.733Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:41:00.734Z||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-04T05:41:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:41:10.292Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:41:10.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:42:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:42:00.729Z||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-04T05:42:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:42:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:42:00.734Z||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-04T05:42:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:42:10.297Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:42:10.332Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:43:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:43:00.729Z||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-04T05:43:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:43:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:43:00.734Z||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-04T05:43:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:43:10.321Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:43:10.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:44:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:44:00.729Z||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-04T05:44:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:44:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:44:00.735Z||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-04T05:44:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:44:10.304Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:44:10.322Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:45:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:45:00.730Z||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-04T05:45:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:45:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:45:00.734Z||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-04T05:45:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:45:10.292Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:45:10.295Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:46:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:46:00.731Z||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-04T05:46:00.731Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:46:00.733Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:46:00.735Z||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-04T05:46:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:46:10.297Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:46:10.308Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:47:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:47:00.730Z||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-04T05:47:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:47:00.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:47:00.734Z||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-04T05:47:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:47:10.319Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:47:10.327Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:48:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:48:00.731Z||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-04T05:48:00.731Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:48:00.733Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:48:00.738Z||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-04T05:48:00.738Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:48:10.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:48:10.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:49:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:49:00.730Z||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-04T05:49:00.731Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:49:00.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:49:00.736Z||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-04T05:49:00.736Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:49:10.353Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:49:10.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:50:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:50:00.729Z||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-04T05:50:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:50:00.733Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:50:00.734Z||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-04T05:50:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:50:10.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:50:10.301Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:51:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:51:00.730Z||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-04T05:51:00.731Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:51:00.733Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:51:00.733Z||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-04T05:51:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:51:10.300Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:51:10.301Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:52:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:52:00.730Z||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-04T05:52:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:52:00.733Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:52:00.734Z||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-04T05:52:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:52:10.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:52:10.317Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:53:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:53:00.729Z||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-04T05:53:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:53:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:53:00.734Z||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-04T05:53:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:53:10.307Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:53:10.309Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:54:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:54:00.729Z||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-04T05:54:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:54:00.733Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:54:00.733Z||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-04T05:54:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:54:10.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:54:10.309Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:55:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:55:00.729Z||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-04T05:55:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:55:00.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:55:00.734Z||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-04T05:55:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:55:10.300Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:55:10.300Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:56:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:56:00.730Z||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-04T05:56:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:56:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:56:00.733Z||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-04T05:56:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:56:10.315Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:56:10.316Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:57:00.729Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:57:00.733Z||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-04T05:57:00.733Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:57:00.733Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:57:00.733Z||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-04T05:57:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:57:10.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:57:10.315Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:58:00.729Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:58:00.733Z||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-04T05:58:00.733Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:58:00.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:58:00.742Z||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-04T05:58:00.743Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:58:10.358Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:58:10.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:59:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:59:00.729Z||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-04T05:59:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:59:00.733Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:59:00.734Z||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-04T05:59:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T05:59:10.319Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T05:59:10.326Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:00:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:00:00.729Z||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-04T06:00:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:00:00.733Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:00:00.734Z||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-04T06:00:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:00:10.306Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:00:10.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:01:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:01:00.731Z||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-04T06:01:00.731Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:01:00.733Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:01:00.733Z||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-04T06:01:00.733Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:01:10.299Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:01:10.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:02:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:02:00.729Z||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-04T06:02:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:02:00.733Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:02:00.734Z||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-04T06:02:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:02:10.305Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:02:10.305Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:03:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:03:00.729Z||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-04T06:03:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:03:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:03:00.734Z||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-04T06:03:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:03:10.309Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:03:10.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:04:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:04:00.729Z||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-04T06:04:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:04:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:04:00.734Z||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-04T06:04:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:04:10.297Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:04:10.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:05:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:05:00.729Z||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-04T06:05:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:05:00.733Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:05:00.734Z||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-04T06:05:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:05:10.300Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:05:10.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:06:00.729Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:06:00.732Z||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-04T06:06:00.732Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:06:00.733Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:06:00.734Z||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-04T06:06:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:06:10.305Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:06:10.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:07:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:07:00.730Z||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-04T06:07:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:07:00.733Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:07:00.734Z||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-04T06:07:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:07:10.300Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:07:10.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:08:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:08:00.729Z||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-04T06:08:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:08:00.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:08:00.734Z||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-04T06:08:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:08:10.292Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:08:10.309Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:09:00.729Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:09:00.731Z||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-04T06:09:00.731Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:09:00.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:09:00.734Z||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-04T06:09:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:09:10.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:09:10.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:10:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:10:00.729Z||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-04T06:10:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:10:00.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:10:00.734Z||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-04T06:10:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:10:10.296Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:10:10.301Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:11:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:11:00.730Z||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-04T06:11:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:11:00.733Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:11:00.734Z||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-04T06:11:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:11:10.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:11:10.316Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:12:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:12:00.729Z||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-04T06:12:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:12:00.733Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:12:00.734Z||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-04T06:12:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:12:10.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:12:10.315Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:13:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:13:00.729Z||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-04T06:13:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:13:00.733Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:13:00.734Z||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-04T06:13:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:13:10.290Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:13:10.306Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:14:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:14:00.730Z||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-04T06:14:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:14:00.733Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:14:00.734Z||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-04T06:14:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:14:10.302Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:14:10.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:15:00.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:15:00.729Z||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-04T06:15:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:15:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:15:00.734Z||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-04T06:15:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:15:10.299Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:15:10.307Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:16:00.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:16:00.729Z||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-04T06:16:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:16:00.733Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:16:00.734Z||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-04T06:16:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:16:10.306Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:16:10.307Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:17:00.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:17:00.733Z||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-04T06:17:00.733Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:17:00.733Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:17:00.733Z||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-04T06:17:00.733Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:17:10.298Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:17:10.305Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:18:00.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:18:00.730Z||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-04T06:18:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:18:00.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:18:00.743Z||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-04T06:18:00.743Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:18:10.307Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:18:10.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:19:00.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:19:00.729Z||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-04T06:19:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:19:00.733Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:19:00.733Z||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-04T06:19:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:19:10.292Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:19:10.299Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:20:00.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:20:00.730Z||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-04T06:20:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:20:00.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:20:00.734Z||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-04T06:20:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:20:10.323Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:20:10.329Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:21:00.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:21:00.729Z||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-04T06:21:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:21:00.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:21:00.735Z||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-04T06:21:00.736Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:21:10.294Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:21:10.294Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:22:00.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:22:00.730Z||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-04T06:22:00.731Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:22:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:22:00.734Z||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-04T06:22:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:22:10.317Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:22:10.321Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:23:00.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:23:00.731Z||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-04T06:23:00.731Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:23:00.733Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:23:00.734Z||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-04T06:23:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:23:10.296Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:23:10.328Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:24:00.731Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:24:00.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:24:00.735Z||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-04T06:24:00.735Z||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-04T06:24:00.736Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:24:00.736Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:24:10.298Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:24:10.303Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:25:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:25:00.731Z||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-04T06:25:00.731Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:25:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:25:00.733Z||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-04T06:25:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:25:10.312Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:25:10.323Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:26:00.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:26:00.732Z||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-04T06:26:00.732Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:26:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:26:00.733Z||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-04T06:26:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:26:10.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:26:10.305Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:27:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:27:00.730Z||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-04T06:27:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:27:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:27:00.734Z||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-04T06:27:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:27:10.328Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:27:10.331Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:28:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:28:00.729Z||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-04T06:28:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:28:00.733Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:28:00.734Z||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-04T06:28:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:28:10.303Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:28:10.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:29:00.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:29:00.730Z||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-04T06:29:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:29:00.733Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:29:00.733Z||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-04T06:29:00.733Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:29:10.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:29:10.339Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:30:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:30:00.729Z||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-04T06:30:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:30:00.733Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:30:00.734Z||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-04T06:30:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:30:10.311Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:30:10.316Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:31:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:31:00.730Z||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-04T06:31:00.731Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:31:00.733Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:31:00.734Z||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-04T06:31:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:31:10.310Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:31:10.315Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:32:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:32:00.732Z||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-04T06:32:00.732Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:32:00.733Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:32:00.734Z||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-04T06:32:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:32:10.329Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:32:10.345Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:33:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:33:00.730Z||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-04T06:33:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:33:00.733Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:33:00.734Z||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-04T06:33:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:33:10.313Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:33:10.329Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:34:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:34:00.730Z||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-04T06:34:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:34:00.733Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:34:00.733Z||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-04T06:34:00.733Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:34:10.307Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:34:10.307Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:35:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:35:00.730Z||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-04T06:35:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:35:00.733Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:35:00.734Z||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-04T06:35:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:35:10.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:35:10.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:36:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:36:00.729Z||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-04T06:36:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:36:00.733Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:36:00.734Z||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-04T06:36:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:36:10.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:36:11.289Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:37:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:37:00.729Z||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-04T06:37:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:37:00.733Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:37:00.733Z||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-04T06:37:00.733Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:37:10.289Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:37:10.295Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:38:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:38:00.729Z||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-04T06:38:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:38:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:38:00.735Z||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-04T06:38:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:38:10.302Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:38:10.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:39:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:39:00.731Z||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-04T06:39:00.731Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:39:00.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:39:00.735Z||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-04T06:39:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:39:10.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:39:10.320Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:40:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:40:00.729Z||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-04T06:40:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:40:00.733Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:40:00.734Z||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-04T06:40:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:40:10.320Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:40:10.322Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:41:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:41:00.729Z||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-04T06:41:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:41:00.733Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:41:00.734Z||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-04T06:41:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:41:10.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:41:10.313Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:42:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:42:00.729Z||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-04T06:42:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:42:00.733Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:42:00.734Z||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-04T06:42:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:42:10.306Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:42:10.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:43:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:43:00.729Z||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-04T06:43:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:43:00.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:43:00.734Z||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-04T06:43:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:43:10.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:43:10.319Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:44:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:44:00.730Z||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-04T06:44:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:44:00.733Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:44:00.734Z||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-04T06:44:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:44:10.303Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:44:10.318Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:45:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:45:00.730Z||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-04T06:45:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:45:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:45:00.734Z||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-04T06:45:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:45:10.312Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:45:10.339Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:46:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:46:00.731Z||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-04T06:46:00.731Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:46:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:46:00.733Z||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-04T06:46:00.733Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:46:10.306Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:46:10.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:47:00.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:47:00.733Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:47:00.733Z||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-04T06:47:00.734Z||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-04T06:47:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:47:00.737Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:47:10.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:47:10.313Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:48:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:48:00.730Z||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-04T06:48:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:48:00.733Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:48:00.733Z||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-04T06:48:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:48:10.318Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:48:10.321Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:49:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:49:00.730Z||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-04T06:49:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:49:00.733Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:49:00.734Z||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-04T06:49:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:49:10.300Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:49:10.305Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:50:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:50:00.730Z||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-04T06:50:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:50:00.733Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:50:00.735Z||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-04T06:50:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:50:10.313Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:50:10.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:51:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:51:00.729Z||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-04T06:51:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:51:00.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:51:00.734Z||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-04T06:51:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:51:10.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:51:10.359Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:52:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:52:00.730Z||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-04T06:52:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:52:00.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:52:00.734Z||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-04T06:52:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:52:10.296Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:52:10.298Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:53:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:53:00.729Z||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-04T06:53:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:53:00.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:53:00.734Z||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-04T06:53:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:53:10.381Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:53:10.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:54:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:54:00.729Z||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-04T06:54:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:54:00.733Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:54:00.733Z||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-04T06:54:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:54:10.295Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:54:10.296Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:55:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:55:00.729Z||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-04T06:55:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:55:00.733Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:55:00.734Z||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-04T06:55:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:55:10.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:55:10.299Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:56:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:56:00.730Z||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-04T06:56:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:56:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:56:00.735Z||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-04T06:56:00.736Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:56:10.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:56:10.318Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:57:00.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:57:00.730Z||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-04T06:57:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:57:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:57:00.734Z||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-04T06:57:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:57:10.289Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:57:10.289Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:58:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:58:00.729Z||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-04T06:58:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:58:00.733Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:58:00.734Z||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-04T06:58:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:58:10.337Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:58:10.340Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:59:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:59:00.729Z||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-04T06:59:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:59:00.733Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T06:59:00.733Z||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-04T06:59:00.733Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T06:59:10.315Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T06:59:10.315Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:00:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:00:00.729Z||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-04T07:00:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:00:00.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:00:00.734Z||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-04T07:00:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:00:10.298Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:00:10.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:01:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:01:00.729Z||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-04T07:01:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:01:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:01:00.736Z||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-04T07:01:00.737Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:01:10.312Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:01:10.312Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:02:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:02:00.729Z||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-04T07:02:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:02:00.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:02:00.735Z||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-04T07:02:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:02:10.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:02:10.315Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:03:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:03:00.729Z||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-04T07:03:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:03:00.733Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:03:00.734Z||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-04T07:03:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:03:10.291Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:03:10.294Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:04:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:04:00.729Z||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-04T07:04:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:04:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:04:00.734Z||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-04T07:04:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:04:10.315Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:04:10.317Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:05:00.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:05:00.732Z||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-04T07:05:00.733Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:05:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:05:00.734Z||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-04T07:05:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:05:10.302Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:05:10.329Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:06:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:06:00.729Z||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-04T07:06:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:06:00.733Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:06:00.735Z||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-04T07:06:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:06:10.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:06:10.300Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:07:00.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:07:00.729Z||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-04T07:07:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:07:00.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:07:00.734Z||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-04T07:07:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:07:10.303Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:07:10.304Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:08:00.731Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:08:00.732Z||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-04T07:08:00.732Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:08:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:08:00.736Z||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-04T07:08:00.736Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:08:10.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:08:10.309Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:09:00.728Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:09:00.729Z||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-04T07:09:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:09:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:09:00.734Z||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-04T07:09:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:09:10.293Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:09:10.307Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:00.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:10:00.729Z||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-04T07:10:00.732Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:10:00.734Z||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-04T07:10:00.735Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:01.375Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:01.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d9620594-249e-425b-be69-d1f7a2d78d8b","serviceName":"basic_onboard_NeiPLy","serviceVersion":"1.0","serviceUUID":"04b03dbe-58f6-4294-b2dd-09d5004ce0fb","serviceDescription":"service","serviceInvariantUUID":"5c4e772e-8b8d-4c51-8a8d-9f9d992e0683","resources":[{"resourceInstanceName":"basic_onboard_NeiPLy 0","resourceName":"basic_onboard_NeiPLy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cf7a6490-39b1-4809-8c89-bbddd8dddd87","resourceInvariantUUID":"3004eaeb-f804-42cd-b90f-b0933dfd2c42","resourceCustomizationUUID":"b034fa2b-1b8d-4c05-939f-ec5506ecb548","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vf-license-model.xml","artifactChecksum":"Nzg5MTQ3OGM4N2YwNjZiYzc5Mzc1YjhkMTkxZjllMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6947e63c-ef61-47fc-9cba-e8fba347e85c","artifactVersion":"1"},{"artifactName":"basic_onboard_neiply0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json","artifactChecksum":"ZDI3YmI4M2ZhZWZmY2MxMDRmNzI1ZDZmNDkxMDljM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ab2b4365-2334-4295-9f9e-25239c406ee8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f1c16f1d-01d0-4c8c-9e46-2a2dfd8c4b86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f82f13d3-48f1-4074-a1c3-36b5bc689027","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"882067d8-89bd-4405-8196-bf34b5d0dfdb","artifactVersion":"2","generatedFromUUID":"f1c16f1d-01d0-4c8c-9e46-2a2dfd8c4b86"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNeiply-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-template.yml","artifactChecksum":"MWZmNjFhZDg3NDBhNDJiNDFkZTc5ZDgxYTQzN2E5ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5a5d44c-ad26-4d81-9904-22ff4d8f8184","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNeiply-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar","artifactChecksum":"OWNhMDhmMDc1MzU3MmJlMWFkODE3NDA2NTVjMDA2ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd0a3c42-04a5-4392-b427-0b60091297ba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T07:10:01.391Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:10:01.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:01.400Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:01.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "aai-ml",
"timestamp": 1654326569671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.419Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:01.419Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "cds",
"timestamp": 1654326570460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326565926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "policy-id",
"timestamp": 1654326565049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "clamp",
"timestamp": 1654326572636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "aai-ml",
"timestamp": 1654326569671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "cds",
"timestamp": 1654326570460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326565926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "policy-id",
"timestamp": 1654326565049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "clamp",
"timestamp": 1654326572636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "NOTIFIED"
}
2022-06-04T07:10:01.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "aai-ml",
"timestamp": 1654326569671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "cds",
"timestamp": 1654326570460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "policy-id",
"timestamp": 1654326565049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-04T07:10:01.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326565926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "clamp",
"timestamp": 1654326572636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "aai-ml",
"timestamp": 1654326569671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "cds",
"timestamp": 1654326570460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326565926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "policy-id",
"timestamp": 1654326565049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "clamp",
"timestamp": 1654326572636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "aai-ml",
"timestamp": 1654326569671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "cds",
"timestamp": 1654326570460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "policy-id",
"timestamp": 1654326565049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326565926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "clamp",
"timestamp": 1654326572636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326576685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "aai-ml",
"timestamp": 1654326569671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "cds",
"timestamp": 1654326570460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "policy-id",
"timestamp": 1654326565049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326565926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "clamp",
"timestamp": 1654326572636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326576685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "NOTIFIED"
}
2022-06-04T07:10:01.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "aai-ml",
"timestamp": 1654326569671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:10:01.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "cds",
"timestamp": 1654326570460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:10:01.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "policy-id",
"timestamp": 1654326565049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:10:01.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326565926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "clamp",
"timestamp": 1654326572636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:10:01.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326576685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-04T07:10:01.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326576685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "cds",
"timestamp": 1654326581104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:10:01.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:10:01.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "aai-ml",
"timestamp": 1654326581275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:10:01.465Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:10:01.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "policy-id",
"timestamp": 1654326581272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:10:01.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:10:01.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326576685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-04T07:10:01.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "cds",
"timestamp": 1654326582139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-04T07:10:01.519Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-04T07:10:01.527Z||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-04T07:10:01.528Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:01.546Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:01.548Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":3,"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: 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-04T07:10:01.798Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9620594-249e-425b-be69-d1f7a2d78d8b
2022-06-04T07:10:01.832Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9620594-249e-425b-be69-d1f7a2d78d8b 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-04T07:10:01.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "policy-id",
"timestamp": 1654326582287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T07:10:01.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:10:01.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326576685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "policy-id",
"timestamp": 1654326583292,
"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-04T07:10:01.888Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9620594-249e-425b-be69-d1f7a2d78d8b
2022-06-04T07:10:01.888Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9620594-249e-425b-be69-d1f7a2d78d8b 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-04T07:10:01.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326576685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:10:01.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326584936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:10:01.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:10:01.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326587185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:10:01.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:10:01.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326589461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:10:01.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:10:01.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326590564,
"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-04T07:10:01.908Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9620594-249e-425b-be69-d1f7a2d78d8b
2022-06-04T07:10:01.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9620594-249e-425b-be69-d1f7a2d78d8b 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-04T07:10:01.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326590839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326591571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-04T07:10:01.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:10:01.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "clamp",
"timestamp": 1654326592413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:10:01.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:10:01.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326590839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "clamp",
"timestamp": 1654326593493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T07:10:01.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:10:01.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326590839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "clamp",
"timestamp": 1654326594498,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T07:10:01.931Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d9620594-249e-425b-be69-d1f7a2d78d8b
2022-06-04T07:10:01.931Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9620594-249e-425b-be69-d1f7a2d78d8b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T07:10:01.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326590839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "aai-ml",
"timestamp": 1654326594732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-06-04T07:10:01.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:10:01.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326590839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "aai-ml",
"timestamp": 1654326595740,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T07:10:01.949Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d9620594-249e-425b-be69-d1f7a2d78d8b
2022-06-04T07:10:01.950Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9620594-249e-425b-be69-d1f7a2d78d8b 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-04T07:10:01.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326590839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:01.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326590839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:10:01.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:10:01.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:10:01.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326599631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:10:01.963Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:10:02.428Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:10:02.429Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:02.432Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:02.432Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "NOTIFIED"
}
2022-06-04T07:10:02.532Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T07:10:02.533Z||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-04T07:10:02.533Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:02.548Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:02.548Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:10:03.433Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:10:03.435Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:03.437Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:03.437Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-04T07:10:03.537Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:10:03.539Z||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-04T07:10:03.539Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:03.555Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:03.556Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-04T07:10:04.438Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:10:04.439Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:04.441Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:04.442Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:04.542Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:10:04.543Z||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-04T07:10:04.543Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:04.560Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:04.561Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:10:05.448Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:10:05.449Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:05.452Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:05.452Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-04T07:10:05.552Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:10:05.554Z||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-04T07:10:05.554Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:05.576Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:05.599Z||pool-7-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:10:06.453Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:10:06.453Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:06.456Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:06.456Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:10:06.557Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T07:10:06.558Z||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-04T07:10:06.558Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:06.574Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:06.574Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:10:07.457Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:10:07.458Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:07.463Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:07.463Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:10:07.563Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:10:07.564Z||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-04T07:10:07.565Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:07.584Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:07.585Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:10:08.465Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"serviceName": "basic_onboard_NeiPLy",
"serviceVersion": "1.0",
"serviceUUID": "04b03dbe-58f6-4294-b2dd-09d5004ce0fb",
"serviceDescription": "service",
"serviceInvariantUUID": "5c4e772e-8b8d-4c51-8a8d-9f9d992e0683",
"resources": [
{
"resourceInstanceName": "basic_onboard_NeiPLy 0",
"resourceCustomizationUUID": "b034fa2b-1b8d-4c05-939f-ec5506ecb548",
"resourceName": "basic_onboard_NeiPLy",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cf7a6490-39b1-4809-8c89-bbddd8dddd87",
"resourceInvariantUUID": "3004eaeb-f804-42cd-b90f-b0933dfd2c42",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_neiply0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"artifactChecksum": "ZDI3YmI4M2ZhZWZmY2MxMDRmNzI1ZDZmNDkxMDljM2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ab2b4365-2334-4295-9f9e-25239c406ee8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f1c16f1d-01d0-4c8c-9e46-2a2dfd8c4b86",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "882067d8-89bd-4405-8196-bf34b5d0dfdb",
"generatedFromUUID": "f1c16f1d-01d0-4c8c-9e46-2a2dfd8c4b86"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "882067d8-89bd-4405-8196-bf34b5d0dfdb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNeiply-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"artifactChecksum": "OWNhMDhmMDc1MzU3MmJlMWFkODE3NDA2NTVjMDA2ODY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cd0a3c42-04a5-4392-b427-0b60091297ba"
}
],
"workloadContext": "Production"
}
2022-06-04T07:10:08.466Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T07:10:08.467Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 04b03dbe-58f6-4294-b2dd-09d5004ce0fb ASDC
2022-06-04T07:10:08.639Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d9620594-249e-425b-be69-d1f7a2d78d8b
ServiceName:basic_onboard_NeiPLy
ServiceVersion:1.0
ServiceUUID:04b03dbe-58f6-4294-b2dd-09d5004ce0fb
ServiceInvariantUUID:5c4e772e-8b8d-4c51-8a8d-9f9d992e0683
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNeiply-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar
ArtifactUUID:cd0a3c42-04a5-4392-b427-0b60091297ba
ArtifactChecksum:OWNhMDhmMDc1MzU3MmJlMWFkODE3NDA2NTVjMDA2ODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NeiPLy 0
ResourceCustomizationUUID:b034fa2b-1b8d-4c05-939f-ec5506ecb548
ResourceInvariantUUID:3004eaeb-f804-42cd-b90f-b0933dfd2c42
ResourceName:basic_onboard_NeiPLy
ResourceType:VF
ResourceUUID:cf7a6490-39b1-4809-8c89-bbddd8dddd87
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_neiply0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json
ArtifactUUID:ab2b4365-2334-4295-9f9e-25239c406ee8
ArtifactChecksum:ZDI3YmI4M2ZhZWZmY2MxMDRmNzI1ZDZmNDkxMDljM2M=
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/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f1c16f1d-01d0-4c8c-9e46-2a2dfd8c4b86
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/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env
ArtifactUUID:882067d8-89bd-4405-8196-bf34b5d0dfdb
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/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env
ArtifactUUID:882067d8-89bd-4405-8196-bf34b5d0dfdb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-04T07:10:08.640Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 04b03dbe-58f6-4294-b2dd-09d5004ce0fb 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-04T07:10:08.708Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T07:10:08.710Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-04T07:10:08.712Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-04T07:10:08.715Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cd0a3c42-04a5-4392-b427-0b60091297ba from URL: /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:08.715Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-04T07:10:08.716Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:09.890Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-04T07:10:09.905Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar cd0a3c42-04a5-4392-b427-0b60091297ba 71567
2022-06-04T07:10:09.908Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar ASDC sendASDCNotification
2022-06-04T07:10:09.909Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:09.911Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T07:10:09.913Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:09.915Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:09.915Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326609905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:10:10.017Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T07:10:10.018Z||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-04T07:10:10.019Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:10.048Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:10.048Z||pool-10-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:10:10.917Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T07:10:10.918Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-04T07:10:10.918Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: cd0a3c42-04a5-4392-b427-0b60091297ba, URL: /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar to file: /app/ASDC/1/service-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:10.919Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:11.025Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:11.026Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:11.814Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4819231830623440880/Definitions/service-BasicOnboardNeiply-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-04T07:10:14.888Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T07:10:14.901Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-04T07:10:14.901Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:14.902Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-04T07:10:14.903Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NeiPLy 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-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:14.903Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||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-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:14.903Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||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-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:14.903Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||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-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:14.903Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||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-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:14.903Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:14.904Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:14.904Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||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-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:14.904Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||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-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:14.904Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-04T07:10:14.915Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:14.917Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:14.924Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NeiPLy 0 is matching search criteria
2022-06-04T07:10:14.924Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-04T07:10:14.926Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NeiPLy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T07:10:14.928Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:14.929Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:14.929Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NeiPLy 0 is matching search criteria
2022-06-04T07:10:14.929Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-04T07:10:14.929Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NeiPLy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T07:10:14.930Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:14.930Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:14.935Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:14.936Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NeiPLy 0 is not matching search criteria
2022-06-04T07:10:14.936Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-04T07:10:14.937Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-04T07:10:14.937Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-04T07:10:14.937Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-04T07:10:14.938Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-04T07:10:14.938Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:14.938Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T07:10:14.941Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:14.941Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NeiPLy 0 is matching search criteria
2022-06-04T07:10:14.941Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NeiPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:10:14.942Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:14.943Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NeiPLy 0 is matching search criteria
2022-06-04T07:10:14.943Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NeiPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:10:14.943Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:14.944Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NeiPLy 0 is matching search criteria
2022-06-04T07:10:14.944Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NeiPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:10:14.944Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:14.945Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NeiPLy 0 is not matching search criteria
2022-06-04T07:10:14.945Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-04T07:10:14.945Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-04T07:10:14.946Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7a7a49d5-a9b7-44ce-bf7d-3a6db3eaa114
2022-06-04T07:10:14.946Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:14.947Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:14.947Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:14.948Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:14.948Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:14.948Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:14.949Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:14.950Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:14.951Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NeiPLy
Description:service
Model UUID:04b03dbe-58f6-4294-b2dd-09d5004ce0fb
Model Version:NULL
Model InvariantUuid:5c4e772e-8b8d-4c51-8a8d-9f9d992e0683
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NeiPLy
Model UUID:667c02fc-64ae-4370-b2e1-23e4bf5acc31
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3004eaeb-f804-42cd-b90f-b0933dfd2c42
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b034fa2b-1b8d-4c05-939f-ec5506ecb548
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:17da0ec5-a16d-40f4-8299-cc100c092103
ModelName:BasicOnboardNeiply..base_ubuntu18..module-0
ModelUuid:63224158-bad3-414e-8b1f-3d43142b4bdf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7a7a49d5-a9b7-44ce-bf7d-3a6db3eaa114
ModelInvariantUuid:768aee45-88b0-4227-ae30-afdf75526648
ModelName:basic_onboard_NeiPLy-nodes.ubuntu18Cvfc
ModelUuid:980eb763-1416-4597-8a29-64cf19489d28
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e547a809-49a2-4062-9a8c-73dd88e3072f
ModelInvariantUuid:2af88fd9-4deb-40a7-8ab2-fa6506e35518
ModelName:BasicOnboardNeiply.compute.nodes.heat.ubuntu18
ModelUuid:f0e04d89-43de-49e2-875e-2f0da7290680
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-04T07:10:14.964Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cf7a6490-39b1-4809-8c89-bbddd8dddd87
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-04T07:10:15.105Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||basic_onboard_NeiPLy 0
2022-06-04T07:10:15.115Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cf7a6490-39b1-4809-8c89-bbddd8dddd87
2022-06-04T07:10:15.116Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ab2b4365-2334-4295-9f9e-25239c406ee8 from URL: /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json
2022-06-04T07:10:15.116Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-04T07:10:15.116Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json
2022-06-04T07:10:16.375Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-04T07:10:16.376Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json ab2b4365-2334-4295-9f9e-25239c406ee8 798
2022-06-04T07:10:16.376Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json ASDC sendASDCNotification
2022-06-04T07:10:16.377Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json
2022-06-04T07:10:16.377Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T07:10:16.377Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:16.380Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:16.380Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326616376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:10:16.480Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T07:10:16.481Z||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-04T07:10:16.482Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:16.499Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:16.500Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:10:17.383Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNeiply..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "17da0ec5-a16d-40f4-8299-cc100c092103",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "63224158-bad3-414e-8b1f-3d43142b4bdf",
"vfModuleModelCustomizationUUID": "26e8571c-e688-4169-9097-50e9e89b068c",
"isBase": true,
"artifacts": [
"f1c16f1d-01d0-4c8c-9e46-2a2dfd8c4b86",
"882067d8-89bd-4405-8196-bf34b5d0dfdb"
],
"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-04T07:10:17.403Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNeiply..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63224158-bad3-414e-8b1f-3d43142b4bdf
VfModuleModelInvariantUUID:17da0ec5-a16d-40f4-8299-cc100c092103
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1c16f1d-01d0-4c8c-9e46-2a2dfd8c4b86
,
882067d8-89bd-4405-8196-bf34b5d0dfdb
}
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-04T07:10:17.409Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNeiply..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "17da0ec5-a16d-40f4-8299-cc100c092103",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "63224158-bad3-414e-8b1f-3d43142b4bdf",
"vfModuleModelCustomizationUUID": "26e8571c-e688-4169-9097-50e9e89b068c",
"isBase": true,
"artifacts": [
"f1c16f1d-01d0-4c8c-9e46-2a2dfd8c4b86",
"882067d8-89bd-4405-8196-bf34b5d0dfdb"
],
"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-04T07:10:17.409Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNeiply..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63224158-bad3-414e-8b1f-3d43142b4bdf
VfModuleModelInvariantUUID:17da0ec5-a16d-40f4-8299-cc100c092103
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1c16f1d-01d0-4c8c-9e46-2a2dfd8c4b86
,
882067d8-89bd-4405-8196-bf34b5d0dfdb
}
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-04T07:10:17.410Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f1c16f1d-01d0-4c8c-9e46-2a2dfd8c4b86 from URL: /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml
2022-06-04T07:10:17.410Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-04T07:10:17.410Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml
2022-06-04T07:10:18.287Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-04T07:10:18.288Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml f1c16f1d-01d0-4c8c-9e46-2a2dfd8c4b86 5033
2022-06-04T07:10:18.288Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-04T07:10:18.289Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml
2022-06-04T07:10:18.289Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T07:10:18.289Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:18.291Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:18.292Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326618288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:10:18.392Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:10:18.393Z||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-04T07:10:18.393Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:18.422Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:18.423Z||pool-12-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:10:19.294Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 882067d8-89bd-4405-8196-bf34b5d0dfdb from URL: /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env
2022-06-04T07:10:19.295Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-04T07:10:19.295Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env
2022-06-04T07:10:19.871Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-04T07:10:19.872Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env 882067d8-89bd-4405-8196-bf34b5d0dfdb 909
2022-06-04T07:10:19.872Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-04T07:10:19.873Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env
2022-06-04T07:10:19.873Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T07:10:19.873Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:19.875Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:19.876Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326619872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:10:19.976Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:10:19.978Z||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-04T07:10:19.978Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:19.999Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:20.000Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:10:20.876Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 04b03dbe-58f6-4294-b2dd-09d5004ce0fb
2022-06-04T07:10:20.877Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NeiPLy 0 cf7a6490-39b1-4809-8c89-bbddd8dddd87 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-04T07:10:20.923Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d9e04ce, org.onap.sdc.toscaparser.api.parameters.Input@206f9942, org.onap.sdc.toscaparser.api.parameters.Input@4b12f457, org.onap.sdc.toscaparser.api.parameters.Input@792f0b47, org.onap.sdc.toscaparser.api.parameters.Input@543ac8d8]
2022-06-04T07:10:20.928Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.929Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:20.930Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-06-04T07:10:20.930Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= b034fa2b-1b8d-4c05-939f-ec5506ecb548
2022-06-04T07:10:20.930Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b034fa2b-1b8d-4c05-939f-ec5506ecb548 matches Tosca VF Customization UUID: b034fa2b-1b8d-4c05-939f-ec5506ecb548
2022-06-04T07:10:20.931Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: b034fa2b-1b8d-4c05-939f-ec5506ecb548 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-04T07:10:20.941Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.942Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:20.945Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id b034fa2b-1b8d-4c05-939f-ec5506ecb548: {\"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-04T07:10:20.945Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63cec0c7
2022-06-04T07:10:20.945Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.946Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T07:10:20.947Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26e8571c-e688-4169-9097-50e9e89b068c
2022-06-04T07:10:20.949Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26e8571c-e688-4169-9097-50e9e89b068c
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-04T07:10:20.958Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.959Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NeiPLy 0 is matching search criteria
2022-06-04T07:10:20.959Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NeiPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:10:20.960Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.961Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NeiPLy 0 is matching search criteria
2022-06-04T07:10:20.961Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NeiPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:10:20.961Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.962Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NeiPLy 0 is not matching search criteria
2022-06-04T07:10:20.962Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-04T07:10:20.962Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-04T07:10:20.963Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7a7a49d5-a9b7-44ce-bf7d-3a6db3eaa114
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-04T07:10:20.977Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.978Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NeiPLy 0 is matching search criteria
2022-06-04T07:10:20.979Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NeiPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:10:20.980Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.981Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NeiPLy 0 is matching search criteria
2022-06-04T07:10:20.981Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NeiPLy 0] matching following query criteria: sdcType=VF, customizationUUID=b034fa2b-1b8d-4c05-939f-ec5506ecb548
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-04T07:10:20.987Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.988Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:20.989Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 04b03dbe-58f6-4294-b2dd-09d5004ce0fb: basic_onboard_NeiPLy
2022-06-04T07:10:20.989Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.990Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:20.990Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.990Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:20.994Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.994Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:20.995Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.995Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:20.995Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:10:20.996Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NeiPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:10:20.996Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_NeiPLy
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-04T07:10:21.236Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NeiPLy cf7a6490-39b1-4809-8c89-bbddd8dddd87 1 ASDC deployResourceStructure
2022-06-04T07:10:21.237Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json ASDC sendASDCNotification
2022-06-04T07:10:21.237Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json
2022-06-04T07:10:21.237Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T07:10:21.238Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:21.242Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:21.242Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326621237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-04T07:10:21.341Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T07:10:21.342Z||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-04T07:10:21.342Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:21.360Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:21.360Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:10:22.243Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-04T07:10:22.244Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml
2022-06-04T07:10:22.244Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T07:10:22.245Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:22.248Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:22.248Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326622243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-04T07:10:22.348Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:10:22.349Z||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-04T07:10:22.349Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:22.363Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:22.364Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-04T07:10:23.249Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-04T07:10:23.250Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env
2022-06-04T07:10:23.250Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T07:10:23.251Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:23.253Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:23.253Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326623249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-04T07:10:23.354Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:10:23.355Z||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-04T07:10:23.355Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:23.371Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:23.372Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-04T07:10:24.255Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar ASDC sendASDCNotification
2022-06-04T07:10:24.255Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar
2022-06-04T07:10:24.255Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T07:10:24.256Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:10:24.258Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:10:24.258Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326624255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T07:10:24.359Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T07:10:24.363Z||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-04T07:10:24.363Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:10:24.388Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:10:24.389Z||pool-17-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:10:25.267Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9620594-249e-425b-be69-d1f7a2d78d8b
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-04T07:10:25.288Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9620594-249e-425b-be69-d1f7a2d78d8b
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-04T07:10:25.295Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T07:10:25.295Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T07:10:25.296Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T07:10:25.296Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T07:10:55.296Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9620594-249e-425b-be69-d1f7a2d78d8b
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-04T07:10:55.312Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9620594-249e-425b-be69-d1f7a2d78d8b
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-04T07:10:55.317Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T07:10:55.317Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T07:10:55.317Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T07:10:55.317Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T07:11:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:11:00.734Z||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-04T07:11:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:11:00.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:11:00.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:11:00.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:11:00.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:11:25.318Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9620594-249e-425b-be69-d1f7a2d78d8b
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-04T07:11:25.328Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9620594-249e-425b-be69-d1f7a2d78d8b
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-04T07:11:25.331Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T07:11:25.331Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T07:11:25.331Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T07:11:25.331Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T07:11:55.332Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9620594-249e-425b-be69-d1f7a2d78d8b
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-04T07:11:55.346Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9620594-249e-425b-be69-d1f7a2d78d8b
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-04T07:11:55.350Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T07:11:55.351Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T07:11:55.351Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T07:11:55.351Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T07:12:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:12:00.734Z||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-04T07:12:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:12:01.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:12:01.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326604036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T07:12:01.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326605042,
"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-04T07:12:01.281Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9620594-249e-425b-be69-d1f7a2d78d8b
2022-06-04T07:12:01.281Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9620594-249e-425b-be69-d1f7a2d78d8b 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-04T07:12:01.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "clamp",
"timestamp": 1654326602635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "aai-ml",
"timestamp": 1654326599671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326596685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "policy-id",
"timestamp": 1654326605049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "cds",
"timestamp": 1654326600460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "clamp",
"timestamp": 1654326602635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326596685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "aai-ml",
"timestamp": 1654326599671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326605925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "policy-id",
"timestamp": 1654326605049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "cds",
"timestamp": 1654326600460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326600728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "aai-ml",
"timestamp": 1654326599671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "clamp",
"timestamp": 1654326602635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326596685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326605925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "cds",
"timestamp": 1654326600460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "policy-id",
"timestamp": 1654326605049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "aai-ml",
"timestamp": 1654326599671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326605925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "clamp",
"timestamp": 1654326602635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326596685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "policy-id",
"timestamp": 1654326605049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "cds",
"timestamp": 1654326600460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "aai-ml",
"timestamp": 1654326599671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "clamp",
"timestamp": 1654326602635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326605925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326596685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326609905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:12:01.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "policy-id",
"timestamp": 1654326605049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "cds",
"timestamp": 1654326600460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "aai-ml",
"timestamp": 1654326599671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "clamp",
"timestamp": 1654326602635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326605925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "policy-id",
"timestamp": 1654326605049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326596685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "cds",
"timestamp": 1654326600460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326605925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326596685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "aai-ml",
"timestamp": 1654326599671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "policy-id",
"timestamp": 1654326605049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "clamp",
"timestamp": 1654326602635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "cds",
"timestamp": 1654326600460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "ves-openapi-manager",
"timestamp": 1654326605925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "aai-ml",
"timestamp": 1654326614155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:12:01.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "policy-id",
"timestamp": 1654326614213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:12:01.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "cds",
"timestamp": 1654326614281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:12:01.318Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326614296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:12:01.318Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "policy-id",
"timestamp": 1654326615217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T07:12:01.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "cds",
"timestamp": 1654326615289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-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-04T07:12:01.335Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4744bc38-6242-4b6c-8122-b1603007f544
2022-06-04T07:12:01.335Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4744bc38-6242-4b6c-8122-b1603007f544 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-04T07:12:01.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "policy-id",
"timestamp": 1654326616221,
"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-04T07:12:01.352Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4744bc38-6242-4b6c-8122-b1603007f544
2022-06-04T07:12:01.353Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4744bc38-6242-4b6c-8122-b1603007f544 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-04T07:12:01.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326616294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:12:01.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326616376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:12:01.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326618060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:12:01.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326618288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:12:01.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326619095,
"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-04T07:12:01.372Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4744bc38-6242-4b6c-8122-b1603007f544
2022-06-04T07:12:01.372Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4744bc38-6242-4b6c-8122-b1603007f544 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-04T07:12:01.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326619872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:12:01.381Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654326620100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-04T07:12:01.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326621237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/basic_onboard_neiply0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-04T07:12:01.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326620838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326622243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-04T07:12:01.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "clamp",
"timestamp": 1654326622406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:12:01.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326620838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326623249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/resourceInstances/basic_onboard_neiply0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-04T07:12:01.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "clamp",
"timestamp": 1654326623425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T07:12:01.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326620838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326624255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNeiply/1.0/artifacts/service-BasicOnboardNeiply-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T07:12:01.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "clamp",
"timestamp": 1654326624429,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T07:12:01.396Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4744bc38-6242-4b6c-8122-b1603007f544
2022-06-04T07:12:01.396Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4744bc38-6242-4b6c-8122-b1603007f544 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T07:12:01.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326620838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326620838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "aai-ml",
"timestamp": 1654326625626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-06-04T07:12:01.406Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326620838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:12:01.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "aai-ml",
"timestamp": 1654326626630,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T07:12:01.412Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4744bc38-6242-4b6c-8122-b1603007f544
2022-06-04T07:12:01.412Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4744bc38-6242-4b6c-8122-b1603007f544 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-04T07:12:01.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326620838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:12:01.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:12:01.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326629641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:12:01.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326633158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T07:12:01.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:12:01.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:12:01.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654326634163,
"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-04T07:12:01.428Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4744bc38-6242-4b6c-8122-b1603007f544
2022-06-04T07:12:01.428Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4744bc38-6242-4b6c-8122-b1603007f544 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-04T07:12:25.351Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9620594-249e-425b-be69-d1f7a2d78d8b
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-04T07:12:25.363Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9620594-249e-425b-be69-d1f7a2d78d8b
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-04T07:12:25.367Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T07:12:25.367Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T07:12:25.367Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T07:12:25.368Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T07:12:25.368Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-06-04T07:12:25.368Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T07:12:25.378Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T07:12:55.379Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9620594-249e-425b-be69-d1f7a2d78d8b 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-04T07:12:55.394Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9620594-249e-425b-be69-d1f7a2d78d8b and serviceModelVersionId: 04b03dbe-58f6-4294-b2dd-09d5004ce0fb
2022-06-04T07:12:55.395Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c4e772e-8b8d-4c51-8a8d-9f9d992e0683
2022-06-04T07:13:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:13:00.734Z||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-04T07:13:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:10.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:17.331Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0
2022-06-04T07:13:17.501Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-04T07:13:18.147Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?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-04T07:13:18.152Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||Invoke
2022-06-04T07:13:19.704Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?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-04T07:13:19.708Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||Invoke
2022-06-04T07:13:21.234Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?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-04T07:13:21.242Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||Invoke
2022-06-04T07:13:22.267Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-04T07:13:22.274Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-06-04T07:13:22.276Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-04T07:13:22.277Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-04T07:13:22.283Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|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-04T07:13:22.284Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9620594-249e-425b-be69-d1f7a2d78d8b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-04T07:13:22.286Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-04T07:13:22.287Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:22.290Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:22.291Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326802284,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-04T07:13:22.391Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:13:22.393Z||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-04T07:13:22.393Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:22.414Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:22.415Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-04T07:13:23.304Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:13:23.307Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T07:13:23.307Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:27.820Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:27.821Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||received message from topic
2022-06-04T07:13:27.822Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4744bc38-6242-4b6c-8122-b1603007f544","serviceName":"vFW 2022-06-04 07-03-53","serviceVersion":"1.0","serviceUUID":"71c222b4-ceab-43fd-9d7f-5b185ee593eb","serviceDescription":"catalog service description","serviceInvariantUUID":"34cdb150-2ae6-4489-a69c-208cbcebb757","resources":[{"resourceInstanceName":"vFW d820c7b9-9bbd 0","resourceName":"vFW d820c7b9-9bbd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c182bec-3776-45ee-a12c-c981fff04378","resourceInvariantUUID":"907faaff-db6f-4b46-ac86-9e33b0c0c70a","resourceCustomizationUUID":"6b85628d-da5f-4059-b9c3-3ba0d373d27c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vf-license-model.xml","artifactChecksum":"NDcyZGJkZGFlOWEzNjM0MDlmZjZjYWIxZGJjNDI1ZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80a1cede-5272-4dd0-aa67-566d6e0347d7","artifactVersion":"1"},{"artifactName":"vfwd820c7b99bbd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json","artifactChecksum":"ZmQ5M2JjMjFiY2U2ODUzYmU2YTlkZWY1NDQ3OGQyM2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"00f31a59-e56d-471b-90dd-39e7039924d6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8c4d7621-2e0a-4539-bb0a-fd33270ac87f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vendor-license-model.xml","artifactChecksum":"Yjc5YjkyMDU4ODg5ZThhODAyNWJiOGEyOTJiMjFlZDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a252b17d-ebce-44a0-9b4d-277a00419144","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"37da7cf9-b1ca-4dac-9be8-e99a65f457d9","artifactVersion":"2","generatedFromUUID":"8c4d7621-2e0a-4539-bb0a-fd33270ac87f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220604070353-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-template.yml","artifactChecksum":"N2ZkYmFiY2Q4NjQ0YWZkYjQ5MTcyYTFiYjc2MDA2NGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d315de9-2316-4d1b-88b9-3c2b293b0898","artifactVersion":"1"},{"artifactName":"service-Vfw20220604070353-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar","artifactChecksum":"ZmE0ZmEzYjFmMDk4OGIxMDI3NjVlODRiM2ZiNjBiYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"19dc5bc4-429c-458f-8acf-d01c754d426c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T07:13:27.827Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:13:27.827Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:27.830Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:27.830Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:13:27.933Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-04T07:13:27.934Z||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-04T07:13:27.935Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:27.964Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:27.965Z||pool-19-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:13:28.831Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:13:28.833Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:28.836Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:28.836Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "NOTIFIED"
}
2022-06-04T07:13:28.936Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:13:28.937Z||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-04T07:13:28.937Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:28.953Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:28.954Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:13:29.836Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:13:29.837Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:29.840Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:29.840Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-04T07:13:29.940Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:13:29.942Z||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-04T07:13:29.942Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:29.960Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:29.961Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:13:30.841Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:13:30.843Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:30.845Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:30.845Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:13:30.947Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-04T07:13:30.948Z||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-04T07:13:30.949Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:30.974Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:30.975Z||pool-22-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":4,"count":1}
2022-06-04T07:13:31.848Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:13:31.849Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:31.855Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:31.856Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-04T07:13:31.953Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-04T07:13:31.955Z||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-04T07:13:31.955Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:31.976Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:31.977Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:13:32.857Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:13:32.858Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:32.860Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:32.860Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:13:32.961Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:13:32.962Z||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-04T07:13:32.962Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:32.980Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:32.981Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:13:33.861Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:13:33.862Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:33.865Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:33.866Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:13:33.968Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-04T07:13:33.970Z||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-04T07:13:33.970Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:33.995Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:33.997Z||pool-25-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:13:34.867Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"serviceName": "vFW 2022-06-04 07-03-53",
"serviceVersion": "1.0",
"serviceUUID": "71c222b4-ceab-43fd-9d7f-5b185ee593eb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "34cdb150-2ae6-4489-a69c-208cbcebb757",
"resources": [
{
"resourceInstanceName": "vFW d820c7b9-9bbd 0",
"resourceCustomizationUUID": "6b85628d-da5f-4059-b9c3-3ba0d373d27c",
"resourceName": "vFW d820c7b9-9bbd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7c182bec-3776-45ee-a12c-c981fff04378",
"resourceInvariantUUID": "907faaff-db6f-4b46-ac86-9e33b0c0c70a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd820c7b99bbd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"artifactChecksum": "ZmQ5M2JjMjFiY2U2ODUzYmU2YTlkZWY1NDQ3OGQyM2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "00f31a59-e56d-471b-90dd-39e7039924d6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8c4d7621-2e0a-4539-bb0a-fd33270ac87f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "37da7cf9-b1ca-4dac-9be8-e99a65f457d9",
"generatedFromUUID": "8c4d7621-2e0a-4539-bb0a-fd33270ac87f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "37da7cf9-b1ca-4dac-9be8-e99a65f457d9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220604070353-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"artifactChecksum": "ZmE0ZmEzYjFmMDk4OGIxMDI3NjVlODRiM2ZiNjBiYjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "19dc5bc4-429c-458f-8acf-d01c754d426c"
}
],
"workloadContext": "Production"
}
2022-06-04T07:13:34.868Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T07:13:34.868Z|d9620594-249e-425b-be69-d1f7a2d78d8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71c222b4-ceab-43fd-9d7f-5b185ee593eb ASDC
2022-06-04T07:13:34.869Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||ASDC Notification:
DistributionID:4744bc38-6242-4b6c-8122-b1603007f544
ServiceName:vFW 2022-06-04 07-03-53
ServiceVersion:1.0
ServiceUUID:71c222b4-ceab-43fd-9d7f-5b185ee593eb
ServiceInvariantUUID:34cdb150-2ae6-4489-a69c-208cbcebb757
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220604070353-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar
ArtifactUUID:19dc5bc4-429c-458f-8acf-d01c754d426c
ArtifactChecksum:ZmE0ZmEzYjFmMDk4OGIxMDI3NjVlODRiM2ZiNjBiYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d820c7b9-9bbd 0
ResourceCustomizationUUID:6b85628d-da5f-4059-b9c3-3ba0d373d27c
ResourceInvariantUUID:907faaff-db6f-4b46-ac86-9e33b0c0c70a
ResourceName:vFW d820c7b9-9bbd
ResourceType:VF
ResourceUUID:7c182bec-3776-45ee-a12c-c981fff04378
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd820c7b99bbd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json
ArtifactUUID:00f31a59-e56d-471b-90dd-39e7039924d6
ArtifactChecksum:ZmQ5M2JjMjFiY2U2ODUzYmU2YTlkZWY1NDQ3OGQyM2Y=
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/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml
ArtifactUUID:8c4d7621-2e0a-4539-bb0a-fd33270ac87f
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/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env
ArtifactUUID:37da7cf9-b1ca-4dac-9be8-e99a65f457d9
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/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env
ArtifactUUID:37da7cf9-b1ca-4dac-9be8-e99a65f457d9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-04T07:13:34.869Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71c222b4-ceab-43fd-9d7f-5b185ee593eb 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-04T07:13:34.916Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T07:13:34.917Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||MSO config path is: /app
2022-06-04T07:13:34.917Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||MSO config path is: /app
2022-06-04T07:13:34.917Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||Trying to download the artifact UUID: 19dc5bc4-429c-458f-8acf-d01c754d426c from URL: /sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar
2022-06-04T07:13:34.917Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - download
2022-06-04T07:13:34.917Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar
2022-06-04T07:13:36.681Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||GET Response Status 200
2022-06-04T07:13:36.688Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar 19dc5bc4-429c-458f-8acf-d01c754d426c 99051
2022-06-04T07:13:36.689Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar ASDC sendASDCNotification
2022-06-04T07:13:36.689Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar
2022-06-04T07:13:36.689Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T07:13:36.690Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:36.693Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:36.693Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326816689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:13:36.794Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T07:13:36.795Z||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-04T07:13:36.795Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:36.812Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:36.813Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:13:37.694Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T07:13:37.697Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||MSO config path is: /app
2022-06-04T07:13:37.698Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||Trying to write artifact UUID: 19dc5bc4-429c-458f-8acf-d01c754d426c, URL: /sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar to file: /app/ASDC/1/service-Vfw20220604070353-csar.csar
2022-06-04T07:13:37.699Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220604070353-csar.csar
2022-06-04T07:13:37.700Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220604070353-csar.csar
2022-06-04T07:13:37.700Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220604070353-csar.csar
2022-06-04T07:13:38.075Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12865377672380032333/Definitions/service-Vfw20220604070353-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-04T07:13:40.841Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-04T07:13:40.842Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|WARN|500||####################################################################################################
2022-06-04T07:13:40.842Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.842Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-04T07:13:40.843Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|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-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.843Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|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-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.843Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|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-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.843Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.844Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.844Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|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-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.844Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|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-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.844Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|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-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.845Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.845Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|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-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.845Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.845Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d820c7b9-9bbd 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-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.845Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|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-Vfw20220604070353-csar.csar
2022-06-04T07:13:40.846Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|WARN|500||####################################################################################################
2022-06-04T07:13:40.846Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.846Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:40.847Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is matching search criteria
2022-06-04T07:13:40.847Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Search for entities recursively
2022-06-04T07:13:40.848Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [vFW d820c7b9-9bbd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T07:13:40.848Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.848Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:40.849Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is matching search criteria
2022-06-04T07:13:40.849Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Search for entities recursively
2022-06-04T07:13:40.849Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [vFW d820c7b9-9bbd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T07:13:40.850Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.850Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:40.851Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.851Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is not matching search criteria
2022-06-04T07:13:40.851Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T07:13:40.851Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T07:13:40.852Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T07:13:40.852Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T07:13:40.852Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:40.853Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T07:13:40.853Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T07:13:40.853Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T07:13:40.853Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T07:13:40.854Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T07:13:40.854Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:40.854Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T07:13:40.855Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:40.855Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T07:13:40.855Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T07:13:40.856Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-04T07:13:40.856Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.856Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T07:13:40.857Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.857Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is matching search criteria
2022-06-04T07:13:40.857Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [vFW d820c7b9-9bbd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:13:40.857Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.858Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is matching search criteria
2022-06-04T07:13:40.858Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [vFW d820c7b9-9bbd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:13:40.858Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.858Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is matching search criteria
2022-06-04T07:13:40.859Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [vFW d820c7b9-9bbd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:13:40.859Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.859Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is not matching search criteria
2022-06-04T07:13:40.859Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T07:13:40.860Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T07:13:40.860Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-04T07:13:40.860Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T07:13:40.860Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T07:13:40.860Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T07:13:40.861Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:40.861Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T07:13:40.861Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:40.861Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T07:13:40.862Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T07:13:40.862Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=87589146-4e05-44d8-870e-1a78ecaa145b
2022-06-04T07:13:40.862Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.862Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is not matching search criteria
2022-06-04T07:13:40.863Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T07:13:40.863Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T07:13:40.863Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T07:13:40.864Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T07:13:40.864Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:40.865Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T07:13:40.865Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T07:13:40.865Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-04T07:13:40.865Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T07:13:40.866Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:40.866Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T07:13:40.866Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T07:13:40.866Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e80e0167-d3a9-4c77-b040-55e9baeb2e02
2022-06-04T07:13:40.867Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.867Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is not matching search criteria
2022-06-04T07:13:40.868Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T07:13:40.868Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T07:13:40.868Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T07:13:40.868Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T07:13:40.869Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:40.869Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T07:13:40.869Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T07:13:40.869Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T07:13:40.870Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T07:13:40.870Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T07:13:40.870Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:40.870Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-04T07:13:40.871Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c95bd1ae-bdce-4b1a-a327-a20a3cf9c937
2022-06-04T07:13:40.871Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.871Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:40.872Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.872Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:40.872Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.872Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:40.873Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:40.873Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:40.873Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-04 07-03-53
Description:catalog service description
Model UUID:71c222b4-ceab-43fd-9d7f-5b185ee593eb
Model Version:NULL
Model InvariantUuid:34cdb150-2ae6-4489-a69c-208cbcebb757
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d820c7b9-9bbd
Model UUID:1962b201-3652-4e44-9d32-e30d97619cfd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:907faaff-db6f-4b46-ac86-9e33b0c0c70a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6b85628d-da5f-4059-b9c3-3ba0d373d27c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a0b91007-e541-42ae-99f9-a630f21c8238
ModelName:VfwD820c7b99bbd..base_vfw..module-0
ModelUuid:3f409628-18ee-42e3-a3bb-2196383c373b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:87589146-4e05-44d8-870e-1a78ecaa145b
ModelInvariantUuid:069a3aa1-6a4b-4875-80ff-32838de81bd7
ModelName:vFW d820c7b9-9bbd-nodes.vfwCvfc
ModelUuid:d1dbf120-d177-44f2-8833-23ac14d5f3b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5d85bd97-165c-45d1-a2ff-9f4a23e4b7e3
ModelInvariantUuid:0c35f203-894e-488f-b28b-75c4eb74f656
ModelName:VfwD820c7b99bbd.compute.nodes.heat.vfw
ModelUuid:34e172bb-9949-40ca-838c-3bfffd55d2dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e80e0167-d3a9-4c77-b040-55e9baeb2e02
ModelInvariantUuid:a551e6ad-acbb-40d7-a685-5960c4f48c93
ModelName:vFW d820c7b9-9bbd-nodes.vsnCvfc
ModelUuid:8c44f94f-4710-45b4-98f5-536b867f9786
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e615f188-a800-4632-9ce8-ab804567ecb8
ModelInvariantUuid:5c483a3f-10cb-408b-bac0-fbe01e05aaa2
ModelName:VfwD820c7b99bbd.compute.nodes.heat.vsn
ModelUuid:57469661-6155-4008-8098-ef785465aacc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c95bd1ae-bdce-4b1a-a327-a20a3cf9c937
ModelInvariantUuid:89d228ac-7cfb-4457-98aa-d909d4d6247d
ModelName:vFW d820c7b9-9bbd-nodes.vpgCvfc
ModelUuid:0ec4d862-2d9a-45ff-8020-76682a23e22a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fc805566-97d0-4298-811a-3f4243008031
ModelInvariantUuid:4d6a3b86-33ae-42e9-9bdf-db32e05dc422
ModelName:VfwD820c7b99bbd.compute.nodes.heat.vpg
ModelUuid:3e6dd3ec-579d-405d-a25d-edc0c491195e
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-04T07:13:40.882Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 7c182bec-3776-45ee-a12c-c981fff04378
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-04T07:13:40.886Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||vFW d820c7b9-9bbd 0
2022-06-04T07:13:40.886Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 7c182bec-3776-45ee-a12c-c981fff04378
2022-06-04T07:13:40.886Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||Trying to download the artifact UUID: 00f31a59-e56d-471b-90dd-39e7039924d6 from URL: /sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json
2022-06-04T07:13:40.886Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - download
2022-06-04T07:13:40.887Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json
2022-06-04T07:13:41.767Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||GET Response Status 200
2022-06-04T07:13:41.768Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json 00f31a59-e56d-471b-90dd-39e7039924d6 785
2022-06-04T07:13:41.769Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json ASDC sendASDCNotification
2022-06-04T07:13:41.769Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json
2022-06-04T07:13:41.769Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T07:13:41.770Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:41.775Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:41.775Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326821769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:13:41.875Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:13:41.878Z||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-04T07:13:41.879Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:41.901Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:41.902Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-04T07:13:42.776Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD820c7b99bbd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a0b91007-e541-42ae-99f9-a630f21c8238",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3f409628-18ee-42e3-a3bb-2196383c373b",
"vfModuleModelCustomizationUUID": "a4234090-3ae8-4995-87b0-0167943b5c72",
"isBase": true,
"artifacts": [
"8c4d7621-2e0a-4539-bb0a-fd33270ac87f",
"37da7cf9-b1ca-4dac-9be8-e99a65f457d9"
],
"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-04T07:13:42.784Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD820c7b99bbd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f409628-18ee-42e3-a3bb-2196383c373b
VfModuleModelInvariantUUID:a0b91007-e541-42ae-99f9-a630f21c8238
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c4d7621-2e0a-4539-bb0a-fd33270ac87f
,
37da7cf9-b1ca-4dac-9be8-e99a65f457d9
}
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-04T07:13:42.787Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD820c7b99bbd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a0b91007-e541-42ae-99f9-a630f21c8238",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3f409628-18ee-42e3-a3bb-2196383c373b",
"vfModuleModelCustomizationUUID": "a4234090-3ae8-4995-87b0-0167943b5c72",
"isBase": true,
"artifacts": [
"8c4d7621-2e0a-4539-bb0a-fd33270ac87f",
"37da7cf9-b1ca-4dac-9be8-e99a65f457d9"
],
"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-04T07:13:42.787Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD820c7b99bbd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f409628-18ee-42e3-a3bb-2196383c373b
VfModuleModelInvariantUUID:a0b91007-e541-42ae-99f9-a630f21c8238
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c4d7621-2e0a-4539-bb0a-fd33270ac87f
,
37da7cf9-b1ca-4dac-9be8-e99a65f457d9
}
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-04T07:13:42.787Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||Trying to download the artifact UUID: 8c4d7621-2e0a-4539-bb0a-fd33270ac87f from URL: /sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml
2022-06-04T07:13:42.788Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - download
2022-06-04T07:13:42.788Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml
2022-06-04T07:13:43.410Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||GET Response Status 200
2022-06-04T07:13:43.412Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml 8c4d7621-2e0a-4539-bb0a-fd33270ac87f 20368
2022-06-04T07:13:43.412Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-04T07:13:43.412Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml
2022-06-04T07:13:43.412Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T07:13:43.413Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:43.416Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:43.416Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326823412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:13:43.516Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:13:43.517Z||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-04T07:13:43.517Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:43.533Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:43.534Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:13:44.417Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||Trying to download the artifact UUID: 37da7cf9-b1ca-4dac-9be8-e99a65f457d9 from URL: /sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env
2022-06-04T07:13:44.418Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - download
2022-06-04T07:13:44.418Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env
2022-06-04T07:13:45.110Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||GET Response Status 200
2022-06-04T07:13:45.111Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env 37da7cf9-b1ca-4dac-9be8-e99a65f457d9 2098
2022-06-04T07:13:45.111Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-04T07:13:45.112Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env
2022-06-04T07:13:45.112Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T07:13:45.112Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:45.115Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:45.115Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326825111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:13:45.215Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:13:45.216Z||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-04T07:13:45.216Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:45.235Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:45.235Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-04T07:13:46.116Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Preparing to deploy Service: 71c222b4-ceab-43fd-9d7f-5b185ee593eb
2022-06-04T07:13:46.117Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d820c7b9-9bbd 0 7c182bec-3776-45ee-a12c-c981fff04378 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T07:13:46.153Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6772c424, org.onap.sdc.toscaparser.api.parameters.Input@30915d6, org.onap.sdc.toscaparser.api.parameters.Input@739ebe3e, org.onap.sdc.toscaparser.api.parameters.Input@3f86ec1, org.onap.sdc.toscaparser.api.parameters.Input@72dac97e]
2022-06-04T07:13:46.155Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.156Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:46.156Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||VF Category is: Generic
2022-06-04T07:13:46.156Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||VFCustomizationUUID= 6b85628d-da5f-4059-b9c3-3ba0d373d27c
2022-06-04T07:13:46.157Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b85628d-da5f-4059-b9c3-3ba0d373d27c matches Tosca VF Customization UUID: 6b85628d-da5f-4059-b9c3-3ba0d373d27c
2022-06-04T07:13:46.157Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||vfCustomizationUUID: 6b85628d-da5f-4059-b9c3-3ba0d373d27c 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-04T07:13:46.159Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.159Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:46.160Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||resource request for resource customization id 6b85628d-da5f-4059-b9c3-3ba0d373d27c: {\"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-04T07:13:46.161Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f111c4c
2022-06-04T07:13:46.161Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.161Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T07:13:46.162Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4234090-3ae8-4995-87b0-0167943b5c72
2022-06-04T07:13:46.162Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4234090-3ae8-4995-87b0-0167943b5c72
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-04T07:13:46.164Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.165Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is matching search criteria
2022-06-04T07:13:46.165Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [vFW d820c7b9-9bbd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:13:46.165Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.166Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is matching search criteria
2022-06-04T07:13:46.166Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [vFW d820c7b9-9bbd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:13:46.166Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.167Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is not matching search criteria
2022-06-04T07:13:46.167Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T07:13:46.167Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T07:13:46.168Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-04T07:13:46.168Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T07:13:46.168Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T07:13:46.169Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T07:13:46.169Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:46.170Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T07:13:46.170Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:46.171Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T07:13:46.171Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T07:13:46.171Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=87589146-4e05-44d8-870e-1a78ecaa145b
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-04T07:13:46.174Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.174Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is matching search criteria
2022-06-04T07:13:46.175Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [vFW d820c7b9-9bbd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:13:46.179Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.179Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is not matching search criteria
2022-06-04T07:13:46.180Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T07:13:46.180Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T07:13:46.180Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T07:13:46.181Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T07:13:46.181Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:46.181Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T07:13:46.182Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T07:13:46.182Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-04T07:13:46.183Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T07:13:46.183Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:46.184Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T07:13:46.184Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T07:13:46.184Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e80e0167-d3a9-4c77-b040-55e9baeb2e02
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-04T07:13:46.188Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.189Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is matching search criteria
2022-06-04T07:13:46.189Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [vFW d820c7b9-9bbd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:13:46.194Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.195Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is not matching search criteria
2022-06-04T07:13:46.195Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T07:13:46.196Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T07:13:46.196Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T07:13:46.196Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T07:13:46.197Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:46.197Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T07:13:46.198Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T07:13:46.198Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T07:13:46.198Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T07:13:46.199Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T07:13:46.199Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T07:13:46.199Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-04T07:13:46.200Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c95bd1ae-bdce-4b1a-a327-a20a3cf9c937
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-04T07:13:46.203Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.204Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is matching search criteria
2022-06-04T07:13:46.204Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [vFW d820c7b9-9bbd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T07:13:46.204Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.204Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Node template vFW d820c7b9-9bbd 0 is matching search criteria
2022-06-04T07:13:46.204Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found topology templates [vFW d820c7b9-9bbd 0] matching following query criteria: sdcType=VF, customizationUUID=6b85628d-da5f-4059-b9c3-3ba0d373d27c
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-04T07:13:46.209Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.209Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:46.210Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500|| resourceSeq for service uuid 71c222b4-ceab-43fd-9d7f-5b185ee593eb: vFW d820c7b9-9bbd
2022-06-04T07:13:46.210Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.210Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:46.211Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.211Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:46.211Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.211Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:46.212Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.212Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:46.212Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:13:46.212Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Service vFW 2022-06-04 07-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:13:46.213Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||Saving Service: vFW 2022-06-04 07-03-53
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-04T07:13:46.406Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d820c7b9-9bbd 7c182bec-3776-45ee-a12c-c981fff04378 1 ASDC deployResourceStructure
2022-06-04T07:13:46.407Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json ASDC sendASDCNotification
2022-06-04T07:13:46.407Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json
2022-06-04T07:13:46.407Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T07:13:46.408Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:46.411Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:46.412Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326826407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-04T07:13:46.512Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:13:46.513Z||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-04T07:13:46.513Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:46.528Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:46.529Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:13:47.413Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-04T07:13:47.414Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml
2022-06-04T07:13:47.414Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T07:13:47.415Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:47.419Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:47.419Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326827413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-04T07:13:47.519Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:13:47.520Z||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-04T07:13:47.520Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:47.537Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:47.539Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-04T07:13:48.422Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-04T07:13:48.423Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env
2022-06-04T07:13:48.423Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T07:13:48.423Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:48.427Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:48.428Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326828421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-04T07:13:48.528Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T07:13:48.529Z||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-04T07:13:48.530Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:48.548Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:48.550Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-04T07:13:49.429Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar ASDC sendASDCNotification
2022-06-04T07:13:49.430Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar
2022-06-04T07:13:49.430Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T07:13:49.430Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:13:49.433Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:13:49.433Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326829429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T07:13:49.534Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T07:13:49.536Z||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-04T07:13:49.536Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:13:49.557Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:13:49.558Z||pool-33-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:13:50.435Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4744bc38-6242-4b6c-8122-b1603007f544
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-04T07:13:50.450Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4744bc38-6242-4b6c-8122-b1603007f544
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-04T07:13:50.456Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T07:13:50.457Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T07:13:50.457Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T07:13:50.457Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T07:13:50.457Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-06-04T07:13:50.458Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T07:13:50.464Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T07:14:00.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:14:00.736Z||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-04T07:14:00.736Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:14:01.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:14:01.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9620594-249e-425b-be69-d1f7a2d78d8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326802284,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-04T07:14:01.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:14:01.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:14:01.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:14:01.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "NOTIFIED"
}
2022-06-04T07:14:01.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:14:01.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-04T07:14:01.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:14:01.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:14:01.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:14:01.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-04T07:14:01.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:14:01.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:14:01.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:14:01.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326803304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:14:01.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:14:01.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326816689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:14:01.395Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:14:01.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326821769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:14:01.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:14:01.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326823412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:14:01.397Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:14:01.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326825111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:14:01.398Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:14:01.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326826407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/vfwd820c7b99bbd0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-04T07:14:01.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:14:01.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326827413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-04T07:14:01.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:14:01.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326828421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/resourceInstances/vfwd820c7b99bbd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-04T07:14:01.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:14:01.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:14:01.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326829429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604070353/1.0/artifacts/service-Vfw20220604070353-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T07:14:01.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:14:20.464Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 4744bc38-6242-4b6c-8122-b1603007f544 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-04T07:14:20.476Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4744bc38-6242-4b6c-8122-b1603007f544 and serviceModelVersionId: 71c222b4-ceab-43fd-9d7f-5b185ee593eb
2022-06-04T07:14:20.477Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34cdb150-2ae6-4489-a69c-208cbcebb757
2022-06-04T07:14:20.479Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0
2022-06-04T07:14:20.487Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c4e772e-8b8d-4c51-8a8d-9f9d992e0683/model-vers/model-ver/04b03dbe-58f6-4294-b2dd-09d5004ce0fb?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-04T07:14:20.574Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||Invoke
2022-06-04T07:14:20.575Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4744bc38-6242-4b6c-8122-b1603007f544], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[20c08786-a75a-4ae1-a4c4-d1beed212cab], X-ECOMP-RequestID=[4744bc38-6242-4b6c-8122-b1603007f544], X-TransactionId=[], X-ONAP-RequestID=[4744bc38-6242-4b6c-8122-b1603007f544], Content-Type=[application/merge-patch+json]}
2022-06-04T07:14:22.134Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||Invoke
2022-06-04T07:14:22.134Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4744bc38-6242-4b6c-8122-b1603007f544], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89e70613-1602-4300-a05e-637c74c8a59f], X-ECOMP-RequestID=[4744bc38-6242-4b6c-8122-b1603007f544], X-TransactionId=[], X-ONAP-RequestID=[4744bc38-6242-4b6c-8122-b1603007f544], Content-Type=[application/merge-patch+json]}
2022-06-04T07:14:23.668Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||Invoke
2022-06-04T07:14:23.669Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4744bc38-6242-4b6c-8122-b1603007f544], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b93733f-e1c4-435f-8f2d-5a8e92619ea8], X-ECOMP-RequestID=[4744bc38-6242-4b6c-8122-b1603007f544], X-TransactionId=[], X-ONAP-RequestID=[4744bc38-6242-4b6c-8122-b1603007f544], Content-Type=[application/merge-patch+json]}
2022-06-04T07:14:24.729Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-04T07:14:24.731Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-06-04T07:14:24.731Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-04T07:14:24.732Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-04T07:14:24.735Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|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-04T07:14:24.736Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4744bc38-6242-4b6c-8122-b1603007f544 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-04T07:14:24.737Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-04T07:14:24.737Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-04T07:14:24.739Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:14:24.740Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|DEBUG|500||try to send status {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326864736,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-04T07:14:24.840Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:14:24.841Z||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-04T07:14:24.841Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:14:24.875Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:14:24.876Z||pool-34-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-04T07:14:25.759Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:14:25.760Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T07:14:25.760Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:14:35.331Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:14:35.333Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:14:35.333Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T07:14:35.333Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:14:44.905Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:14:44.906Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:14:44.907Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T07:14:44.907Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:14:54.474Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:15:00.728Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:15:00.729Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T07:15:00.729Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:15:00.733Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:15:00.734Z||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-04T07:15:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:15:01.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:15:01.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-04T07:15:01.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4744bc38-6242-4b6c-8122-b1603007f544",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654326864736,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-04T07:15:01.393Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:15:10.307Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:16:00.728Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:16:00.729Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T07:16:00.729Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:16:00.733Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:16:00.734Z||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-04T07:16:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:16:10.328Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:16:10.331Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:17:00.728Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:17:00.731Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T07:17:00.731Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:17:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:17:00.734Z||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-04T07:17:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:17:10.284Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:17:10.317Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:18:00.728Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:18:00.729Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T07:18:00.730Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:18:00.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:18:00.733Z||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-04T07:18:00.733Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:18:10.316Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:18:10.316Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:19:00.728Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:19:00.730Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T07:19:00.730Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:19:00.733Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:19:00.734Z||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-04T07:19:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:19:10.319Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:19:10.319Z|4744bc38-6242-4b6c-8122-b1603007f544|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34cdb150-2ae6-4489-a69c-208cbcebb757/model-vers/model-ver/71c222b4-ceab-43fd-9d7f-5b185ee593eb?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:20:00.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:20:00.730Z||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-04T07:20:00.730Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:20:00.733Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:20:00.734Z||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-04T07:20:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:20:10.298Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:20:10.363Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:21:00.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:21:00.729Z||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-04T07:21:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:21:00.733Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:21:00.734Z||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-04T07:21:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:21:10.294Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:21:10.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:22:00.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:22:00.729Z||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-04T07:22:00.729Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:22:00.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T07:22:00.734Z||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-04T07:22:00.734Z||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 jN4ap1oIrDDTB4hm) ...
2022-06-04T07:22:01.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:22:01.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:22:01.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "ves-openapi-manager",
"timestamp": 1654327305924,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:22:01.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5042b0ed-f4ac-466f-85b1-4fbc5b414943","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d0fa9c1d-f06c-491d-990f-c2d7f1791a53","serviceDescription":"service","serviceInvariantUUID":"198b5b99-cd52-42ae-9c36-4024ae83fc26","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7a366fdd-8ba2-4f06-936b-0d9655929030","resourceInvariantUUID":"49dd0875-9c28-41cd-a7c1-bb249918a429","resourceCustomizationUUID":"21c3e9c3-8237-44ee-99e0-77df0cff4a45","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":"Y2E1ZjBiNzgyMjA2OGI0NWM5ZjUxZWI3MDRiYmZmMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17273f7f-fadd-428d-ac82-e06d67a92b1d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWZjY2M5OTQ5MTI3MDIxNzQxNDBkNTdiZWM0NzNlNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"781ff363-e4cc-4613-9e9b-97e4c50df76e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T07:22:01.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:22:01.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "cds",
"timestamp": 1654327305460,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:22:01.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:22:01.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "policy-id",
"timestamp": 1654327305049,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:22:01.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:22:01.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "cds",
"timestamp": 1654327305460,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:22:01.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:22:01.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "ves-openapi-manager",
"timestamp": 1654327305924,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:22:01.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:22:01.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "policy-id",
"timestamp": 1654327305049,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:22:01.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:22:01.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654327310838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:22:01.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:22:01.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "policy-id",
"timestamp": 1654327312337,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:22:01.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:22:01.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "cds",
"timestamp": 1654327312383,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:22:01.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:22:01.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654327310838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:22:01.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:22:01.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "policy-id",
"timestamp": 1654327313342,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T07:22:01.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:22:01.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "cds",
"timestamp": 1654327313391,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-04T07:22:01.379Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:22:01.380Z||pool-2-thread-3|||||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-04T07:22:01.387Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:22:01.387Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654327320728,
"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-04T07:22:01.398Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5042b0ed-f4ac-466f-85b1-4fbc5b414943
2022-06-04T07:22:01.399Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5042b0ed-f4ac-466f-85b1-4fbc5b414943 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-04T07:22:01.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "policy-id",
"timestamp": 1654327314346,
"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-04T07:22:01.417Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5042b0ed-f4ac-466f-85b1-4fbc5b414943
2022-06-04T07:22:01.417Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5042b0ed-f4ac-466f-85b1-4fbc5b414943 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-04T07:22:01.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654327315500,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:22:01.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:22:01.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654327317195,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T07:22:01.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T07:22:01.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654327316685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:22:01.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:22:01.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654327318200,
"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-04T07:22:01.438Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5042b0ed-f4ac-466f-85b1-4fbc5b414943
2022-06-04T07:22:01.438Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5042b0ed-f4ac-466f-85b1-4fbc5b414943 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-04T07:22:01.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654327316685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:22:01.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:22:01.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T07:22:01.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "aai-ml",
"timestamp": 1654327319671,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T07:22:01.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T07:22:01.487Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T07:22:01.489Z||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-04T07:22:01.489Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:22:01.513Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:22:01.514Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-04T07:22:02.388Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T07:22:02.391Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:22:02.395Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:22:02.395Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654327320728,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T07:22:02.495Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T07:22:02.496Z||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-04T07:22:02.496Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:22:02.520Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:22:02.521Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:22:03.396Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d0fa9c1d-f06c-491d-990f-c2d7f1791a53",
"serviceDescription": "service",
"serviceInvariantUUID": "198b5b99-cd52-42ae-9c36-4024ae83fc26",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "21c3e9c3-8237-44ee-99e0-77df0cff4a45",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "7a366fdd-8ba2-4f06-936b-0d9655929030",
"resourceInvariantUUID": "49dd0875-9c28-41cd-a7c1-bb249918a429",
"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": "YWZjY2M5OTQ5MTI3MDIxNzQxNDBkNTdiZWM0NzNlNWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "781ff363-e4cc-4613-9e9b-97e4c50df76e"
}
],
"workloadContext": "Production"
}
2022-06-04T07:22:03.397Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T07:22:03.397Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d0fa9c1d-f06c-491d-990f-c2d7f1791a53 ASDC
2022-06-04T07:22:03.398Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5042b0ed-f4ac-466f-85b1-4fbc5b414943
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d0fa9c1d-f06c-491d-990f-c2d7f1791a53
ServiceInvariantUUID:198b5b99-cd52-42ae-9c36-4024ae83fc26
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:781ff363-e4cc-4613-9e9b-97e4c50df76e
ArtifactChecksum:YWZjY2M5OTQ5MTI3MDIxNzQxNDBkNTdiZWM0NzNlNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:21c3e9c3-8237-44ee-99e0-77df0cff4a45
ResourceInvariantUUID:49dd0875-9c28-41cd-a7c1-bb249918a429
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7a366fdd-8ba2-4f06-936b-0d9655929030
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-04T07:22:03.398Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0fa9c1d-f06c-491d-990f-c2d7f1791a53 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-04T07:22:03.432Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T07:22:03.433Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-04T07:22:03.434Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-04T07:22:03.434Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 781ff363-e4cc-4613-9e9b-97e4c50df76e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-04T07:22:03.434Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-04T07:22:03.435Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-04T07:22:05.011Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-04T07:22:05.013Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 781ff363-e4cc-4613-9e9b-97e4c50df76e 52512
2022-06-04T07:22:05.014Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||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-04T07:22:05.014Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||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-04T07:22:05.014Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T07:22:05.015Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-04T07:22:05.036Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T07:22:05.037Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5042b0ed-f4ac-466f-85b1-4fbc5b414943",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654327325014,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T07:22:05.118Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-06-04T07:22:05.119Z||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-04T07:22:05.119Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jN4ap1oIrDDTB4hm) ...
2022-06-04T07:22:05.141Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T07:22:05.142Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-04T07:22:06.037Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T07:22:06.041Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-04T07:22:06.041Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 781ff363-e4cc-4613-9e9b-97e4c50df76e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-04T07:22:06.042Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-04T07:22:06.043Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-04T07:22:06.043Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-04T07:22:06.359Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10332248120498974073/Definitions/service-BasicNetwork-template.yml
2022-06-04T07:22:07.125Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T07:22:07.126Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-04T07:22:07.126Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-04T07:22:07.127Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-04T07:22:07.127Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||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-04T07:22:07.127Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||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-04T07:22:07.127Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||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-04T07:22:07.127Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||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-04T07:22:07.127Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||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-04T07:22:07.127Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||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-04T07:22:07.128Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||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-04T07:22:07.128Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||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-04T07:22:07.128Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-04T07:22:07.128Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:22:07.128Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:22:07.129Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-04T07:22:07.130Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-04T07:22:07.130Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T07:22:07.130Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:22:07.130Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:22:07.131Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-04T07:22:07.131Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-04T07:22:07.131Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T07:22:07.131Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:22:07.132Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:22:07.132Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T07:22:07.132Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T07:22:07.133Z|5042b0ed-f4ac-466f-85b1-4fbc5b414943|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery