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-08-10T05:29:14.058Z||main|||||INFO|500||The following profiles are active: basic
2022-08-10T05:29:25.821Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-10T05:29:25.822Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-10T05:29:25.970Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-10T05:29:30.137Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-10T05:29:30.519Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-10T05:29:31.031Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-10T05:29:31.035Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-10T05:29:31.187Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-10T05:29:31.380Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-10T05:29:32.091Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-10T05:29:34.061Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-10T05:29:36.316Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-10T05:29:36.376Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-10T05:29:36.990Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-10T05:29:37.218Z||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-08-10T05:29:38.461Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-10T05:29:39.539Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-10T05:29:39.573Z||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$$b3d2088f.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-08-10T05:29:39.574Z||main|||||WARN|500||The sdc end point is not alive
2022-08-10T05:29:42.623Z||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-08-10T05:29:45.342Z||main|||||WARN|500||---
2022-08-10T05:29:45.343Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-10T05:29:45.343Z||main|||||WARN|500||---
2022-08-10T05:29:45.773Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-10T05:29:50.384Z||main|||||INFO|500||Started Application in 40.003 seconds (JVM running for 42.912)
2022-08-10T05:29:50.405Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:29:50.408Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:29:50.421Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:29:50.447Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:29:50.488Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f33d6cd-89e9-426c-9f75-9c32a09ea3c1 url= /sdc/v1/artifactTypes
2022-08-10T05:29:50.489Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:29:51.589Z||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.2.221] 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$$61de6f2e.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-08-10T05:29:51.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10ccfb33
2022-08-10T05:29:51.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:29:51.610Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:29:51.613Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:29:51.616Z||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$$61de6f2e.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-08-10T05:30:40.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:30:40.379Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:30:40.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:30:40.383Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:30:40.390Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4754d117-419d-40c9-b754-4a4d185063dc url= /sdc/v1/artifactTypes
2022-08-10T05:30:40.391Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:30:41.416Z||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.2.221] 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$$61de6f2e.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-08-10T05:30:41.417Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5884ea17
2022-08-10T05:30:41.417Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:30:41.417Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:30:41.418Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:30:41.418Z||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$$61de6f2e.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-08-10T05:31:30.380Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:31:30.383Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:31:30.383Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:31:30.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:31:30.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 67fae5c7-592a-45b3-b5ea-6d527802ccb6 url= /sdc/v1/artifactTypes
2022-08-10T05:31:30.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:31:31.427Z||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.2.221] 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$$61de6f2e.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-08-10T05:31:31.429Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70f09330
2022-08-10T05:31:31.429Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:31:31.429Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:31:31.430Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:31:31.431Z||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$$61de6f2e.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-08-10T05:32:20.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:32:20.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:32:20.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:32:20.383Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:32:20.394Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef061eeb-a31d-4429-8b68-cbfb83272c0e url= /sdc/v1/artifactTypes
2022-08-10T05:32:20.395Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:32:21.444Z||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.2.221] 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$$61de6f2e.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-08-10T05:32:21.446Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73efbe2d
2022-08-10T05:32:21.446Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:32:21.446Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:32:21.447Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:32:21.448Z||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$$61de6f2e.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-08-10T05:33:10.379Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:33:10.379Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:33:10.380Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:33:10.383Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:33:10.390Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2865bdf5-c432-4998-8879-dd2a070d23c1 url= /sdc/v1/artifactTypes
2022-08-10T05:33:10.391Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:33:11.461Z||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.2.221] 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$$61de6f2e.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-08-10T05:33:11.462Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b55a6ed
2022-08-10T05:33:11.462Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:33:11.463Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:33:11.463Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:33:11.463Z||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$$61de6f2e.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-08-10T05:34:00.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:34:00.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:34:00.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:34:00.384Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:34:00.393Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0bea2e1d-7eb2-4e89-8725-ac29c41c141f url= /sdc/v1/artifactTypes
2022-08-10T05:34:00.393Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:34:01.412Z||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.2.221] 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$$61de6f2e.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-08-10T05:34:01.413Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1cdb1a73
2022-08-10T05:34:01.413Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:34:01.413Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:34:01.414Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:34:01.414Z||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$$61de6f2e.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-08-10T05:34:50.379Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:34:50.383Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:34:50.383Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:34:50.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:34:50.433Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 749c3e47-7b59-4a84-ad08-f300d5ca3ac3 url= /sdc/v1/artifactTypes
2022-08-10T05:34:50.434Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:34:51.525Z||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.2.221] 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$$61de6f2e.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-08-10T05:34:51.525Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fe575a7
2022-08-10T05:34:51.526Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:34:51.526Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:34:51.527Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:34:51.529Z||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$$61de6f2e.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-08-10T05:35:40.377Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:35:40.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:35:40.378Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:35:40.382Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:35:40.394Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04064590-7cbd-47c0-8b58-8fa704c9a03b url= /sdc/v1/artifactTypes
2022-08-10T05:35:40.394Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:35:41.446Z||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.2.221] 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$$61de6f2e.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-08-10T05:35:41.446Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10eda6ff
2022-08-10T05:35:41.446Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:35:41.447Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:35:41.447Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:35:41.447Z||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$$61de6f2e.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-08-10T05:36:30.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:36:30.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:36:30.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:36:30.382Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:36:30.391Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28d489a8-1e5d-456a-ab31-731c00c08a80 url= /sdc/v1/artifactTypes
2022-08-10T05:36:30.391Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:36:31.432Z||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.2.221] 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$$61de6f2e.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-08-10T05:36:31.433Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fab2b0
2022-08-10T05:36:31.434Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:36:31.434Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:36:31.435Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:36:31.435Z||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$$61de6f2e.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-08-10T05:37:20.379Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:37:20.381Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:37:20.383Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:37:20.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:37:20.426Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8fff0856-471e-4c59-9bf8-f0478ace8337 url= /sdc/v1/artifactTypes
2022-08-10T05:37:20.427Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:37:21.478Z||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.2.221] 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$$61de6f2e.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-08-10T05:37:21.479Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a7f431c
2022-08-10T05:37:21.480Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:37:21.481Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:37:21.481Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:37:21.482Z||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$$61de6f2e.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-08-10T05:38:10.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:38:10.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:38:10.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:38:10.382Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:38:10.407Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 857fca9e-09b6-4819-84bb-955a98c08708 url= /sdc/v1/artifactTypes
2022-08-10T05:38:10.407Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:38:11.492Z||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.2.221] 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$$61de6f2e.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-08-10T05:38:11.493Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a694441
2022-08-10T05:38:11.493Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:38:11.494Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:38:11.494Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:38:11.494Z||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$$61de6f2e.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-08-10T05:39:00.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:39:00.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:39:00.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:39:00.384Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:39:00.393Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b8573f10-7b52-4137-a52d-bbcc8f55576c url= /sdc/v1/artifactTypes
2022-08-10T05:39:00.393Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:39:01.444Z||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.2.221] 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$$61de6f2e.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-08-10T05:39:01.445Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f6c1a0e
2022-08-10T05:39:01.446Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:39:01.446Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:39:01.447Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:39:01.447Z||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$$61de6f2e.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-08-10T05:39:12.973Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-10T05:39:50.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:39:50.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:39:50.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:39:50.382Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:39:50.404Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b94688d4-a995-4857-9b5c-0fa50a8f74b1 url= /sdc/v1/artifactTypes
2022-08-10T05:39:50.405Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:39:51.460Z||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.2.221] 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$$61de6f2e.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-08-10T05:39:51.461Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6da38903
2022-08-10T05:39:51.462Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:39:51.462Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:39:51.462Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:39:51.463Z||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$$61de6f2e.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-08-10T05:40:40.379Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:40:40.381Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:40:40.382Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:40:40.386Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:40:40.392Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b1ff04d-71d5-4dd2-9b2b-116e3e909cfe url= /sdc/v1/artifactTypes
2022-08-10T05:40:40.392Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:40:41.449Z||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.2.221] 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$$61de6f2e.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-08-10T05:40:41.450Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60638ad9
2022-08-10T05:40:41.450Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:40:41.451Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:40:41.451Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:40:41.452Z||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$$61de6f2e.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-08-10T05:41:30.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:41:30.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:41:30.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:41:30.382Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:41:30.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93b896e5-f9e3-43a6-886b-33beb1e6c75b url= /sdc/v1/artifactTypes
2022-08-10T05:41:30.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:41:31.428Z||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.2.221] 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$$61de6f2e.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-08-10T05:41:31.428Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a8d750f
2022-08-10T05:41:31.429Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:41:31.429Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:41:31.429Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:41:31.430Z||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$$61de6f2e.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-08-10T05:42:20.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:42:20.379Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:42:20.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:42:20.383Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:42:20.414Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 384274e5-9237-473b-aa5c-df58a0b5ca7a url= /sdc/v1/artifactTypes
2022-08-10T05:42:20.414Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:42:20.650Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-10T05:42:20.661Z||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-08-10T05:42:20.689Z||scheduling-1|||||DEBUG|500||create keys
2022-08-10T05:42:20.697Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-10T05:42:21.291Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:42:21.313Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 932c9255-60bb-4dc4-aeb3-550a37c6f7a9 url= /sdc/v1/registerForDistribution
2022-08-10T05:42:24.072Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 932c9255-60bb-4dc4-aeb3-550a37c6f7a9 url= /sdc/v1/registerForDistribution
2022-08-10T05:42:24.072Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-10T05:42:24.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:42:24.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:42:24.088Z||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-08-10T05:42:24.088Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:42:24.088Z||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-08-10T05:42:24.089Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:42:24.088Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-10T05:42:35.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:42:35.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:43:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:43:24.080Z||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-08-10T05:43:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:43:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:43:24.083Z||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-08-10T05:43:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:43:34.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:43:34.566Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:44:24.079Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:44:24.080Z||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-08-10T05:44:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:44:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:44:24.083Z||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-08-10T05:44:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:44:34.152Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:44:34.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:45:24.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:45:24.080Z||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-08-10T05:45:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:45:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:45:24.083Z||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-08-10T05:45:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:45:33.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:45:35.277Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:46:24.080Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:46:24.082Z||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-08-10T05:46:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:46:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:46:24.084Z||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-08-10T05:46:24.084Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:46:34.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:46:34.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:47:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:47:24.080Z||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-08-10T05:47:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:47:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:47:24.083Z||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-08-10T05:47:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:47:34.253Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:47:34.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:48:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:48:24.080Z||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-08-10T05:48:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:48:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:48:24.082Z||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-08-10T05:48:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:48:34.278Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:48:34.280Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:49:24.080Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:49:24.081Z||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-08-10T05:49:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:49:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:49:24.083Z||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-08-10T05:49:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:49:33.849Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:49:34.399Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:50:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:50:24.080Z||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-08-10T05:50:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:50:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:50:24.082Z||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-08-10T05:50:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:50:34.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:50:34.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:51:24.080Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:51:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:51:24.082Z||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-08-10T05:51:24.082Z||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-08-10T05:51:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:51:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:51:34.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:51:34.266Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:52:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:52:24.081Z||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-08-10T05:52:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:52:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:52:24.083Z||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-08-10T05:52:24.084Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:52:33.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:52:33.960Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:53:24.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:53:24.082Z||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-08-10T05:53:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:53:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:53:24.083Z||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-08-10T05:53:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:53:33.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:53:33.923Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:54:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:54:24.080Z||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-08-10T05:54:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:54:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:54:24.083Z||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-08-10T05:54:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:54:34.391Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:54:34.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:55:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:55:24.080Z||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-08-10T05:55:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:55:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:55:24.082Z||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-08-10T05:55:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:55:34.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:55:34.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:56:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:56:24.080Z||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-08-10T05:56:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:56:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:56:24.083Z||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-08-10T05:56:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:56:33.956Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:56:34.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:57:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:57:24.081Z||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-08-10T05:57:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:57:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:57:24.083Z||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-08-10T05:57:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:57:34.087Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:57:34.153Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:58:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:58:24.081Z||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-08-10T05:58:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:58:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:58:24.083Z||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-08-10T05:58:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:58:34.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:58:34.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:59:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:59:24.080Z||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-08-10T05:59:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:59:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:59:24.082Z||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-08-10T05:59:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:59:34.283Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T05:59:34.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:00:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:00:24.080Z||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-08-10T06:00:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:00:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:00:24.082Z||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-08-10T06:00:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:00:34.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:00:34.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:01:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:01:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:01:24.083Z||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-08-10T06:01:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:01:24.083Z||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-08-10T06:01:24.085Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:01:33.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:01:34.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:02:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:02:24.080Z||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-08-10T06:02:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:02:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:02:24.082Z||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-08-10T06:02:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:02:34.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:02:34.319Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:03:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:03:24.080Z||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-08-10T06:03:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:03:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:03:24.082Z||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-08-10T06:03:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:03:34.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:03:34.527Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:04:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:04:24.082Z||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-08-10T06:04:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:04:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:04:24.082Z||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-08-10T06:04:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:04:33.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:04:34.523Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:05:24.080Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:05:24.081Z||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-08-10T06:05:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:05:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:05:24.082Z||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-08-10T06:05:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:05:33.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:05:34.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:06:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:06:24.080Z||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-08-10T06:06:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:06:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:06:24.082Z||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-08-10T06:06:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:06:34.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:06:35.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:07:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:07:24.080Z||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-08-10T06:07:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:07:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:07:24.082Z||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-08-10T06:07:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:07:33.998Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:07:34.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:08:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:08:24.080Z||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-08-10T06:08:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:08:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:08:24.083Z||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-08-10T06:08:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:08:33.998Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:08:34.471Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:09:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:09:24.081Z||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-08-10T06:09:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:09:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:09:24.083Z||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-08-10T06:09:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:09:33.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:09:34.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:10:24.080Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:10:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:10:24.083Z||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-08-10T06:10:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:10:24.083Z||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-08-10T06:10:24.084Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:10:34.099Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:10:34.154Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:11:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:11:24.080Z||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-08-10T06:11:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:11:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:11:24.082Z||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-08-10T06:11:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:11:34.084Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:11:34.523Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:12:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:12:24.080Z||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-08-10T06:12:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:12:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:12:24.083Z||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-08-10T06:12:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:12:33.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:12:34.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:13:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:13:24.080Z||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-08-10T06:13:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:13:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:13:24.082Z||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-08-10T06:13:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:13:34.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:13:34.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:14:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:14:24.080Z||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-08-10T06:14:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:14:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:14:24.083Z||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-08-10T06:14:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:14:34.333Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:14:34.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:15:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:15:24.080Z||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-08-10T06:15:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:15:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:15:24.083Z||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-08-10T06:15:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:15:34.064Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:15:34.158Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:16:24.080Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:16:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:16:24.082Z||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-08-10T06:16:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:16:24.083Z||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-08-10T06:16:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:16:34.118Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:16:34.129Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:17:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:17:24.081Z||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-08-10T06:17:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:17:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:17:24.083Z||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-08-10T06:17:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:17:34.015Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:17:34.665Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:18:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:18:24.080Z||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-08-10T06:18:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:18:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:18:24.082Z||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-08-10T06:18:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:18:34.294Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:18:34.330Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:19:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:19:24.080Z||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-08-10T06:19:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:19:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:19:24.082Z||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-08-10T06:19:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:19:34.083Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:19:34.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:20:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:20:24.081Z||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-08-10T06:20:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:20:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:20:24.083Z||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-08-10T06:20:24.084Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:20:34.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:20:34.151Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:21:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:21:24.080Z||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-08-10T06:21:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:21:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:21:24.083Z||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-08-10T06:21:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:21:33.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:21:33.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:22:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:22:24.080Z||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-08-10T06:22:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:22:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:22:24.082Z||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-08-10T06:22:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:22:34.039Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:22:34.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:23:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:23:24.081Z||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-08-10T06:23:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:23:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:23:24.082Z||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-08-10T06:23:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:23:34.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:23:34.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:24:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:24:24.081Z||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-08-10T06:24:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:24:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:24:24.083Z||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-08-10T06:24:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:24:34.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:24:34.302Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:25:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:25:24.080Z||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-08-10T06:25:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:25:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:25:24.082Z||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-08-10T06:25:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:25:34.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:25:34.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:26:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:26:24.080Z||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-08-10T06:26:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:26:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:26:24.083Z||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-08-10T06:26:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:26:34.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:26:34.252Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:27:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:27:24.081Z||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-08-10T06:27:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:27:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:27:24.082Z||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-08-10T06:27:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:27:34.249Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:27:34.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:28:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:28:24.081Z||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-08-10T06:28:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:28:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:28:24.082Z||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-08-10T06:28:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:28:34.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:28:34.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:29:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:29:24.081Z||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-08-10T06:29:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:29:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:29:24.082Z||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-08-10T06:29:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:29:34.069Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:29:34.158Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:30:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:30:24.080Z||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-08-10T06:30:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:30:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:30:24.082Z||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-08-10T06:30:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:30:34.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:30:34.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:31:24.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:31:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:31:24.082Z||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-08-10T06:31:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:31:24.082Z||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-08-10T06:31:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:31:34.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:31:34.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:32:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:32:24.080Z||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-08-10T06:32:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:32:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:32:24.083Z||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-08-10T06:32:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:32:34.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:32:34.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:33:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:33:24.080Z||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-08-10T06:33:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:33:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:33:24.082Z||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-08-10T06:33:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:33:34.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:33:34.043Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:34:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:34:24.081Z||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-08-10T06:34:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:34:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:34:24.083Z||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-08-10T06:34:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:34:34.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:34:34.162Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:35:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:35:24.080Z||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-08-10T06:35:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:35:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:35:24.082Z||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-08-10T06:35:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:35:34.146Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:35:34.316Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:36:24.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:36:24.101Z||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-08-10T06:36:24.101Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:36:24.098Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:36:24.106Z||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-08-10T06:36:24.106Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:36:34.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:36:34.769Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:37:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:37:24.081Z||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-08-10T06:37:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:37:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:37:24.083Z||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-08-10T06:37:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:37:33.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:37:34.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:38:24.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:38:24.080Z||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-08-10T06:38:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:38:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:38:24.084Z||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-08-10T06:38:24.085Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:38:34.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:38:34.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:39:24.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:39:24.080Z||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-08-10T06:39:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:39:24.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:39:24.096Z||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-08-10T06:39:24.096Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:39:34.361Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:39:34.393Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:40:24.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:40:24.080Z||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-08-10T06:40:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:40:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:40:24.082Z||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-08-10T06:40:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:40:33.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:40:34.294Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:41:24.080Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:41:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:41:24.085Z||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-08-10T06:41:24.085Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:41:24.085Z||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-08-10T06:41:24.086Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:41:34.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:41:34.138Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:42:24.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:42:24.081Z||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-08-10T06:42:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:42:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:42:24.083Z||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-08-10T06:42:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:42:33.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:42:33.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:43:24.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:43:24.080Z||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-08-10T06:43:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:43:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:43:24.082Z||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-08-10T06:43:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:43:33.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:43:33.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:44:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:44:24.080Z||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-08-10T06:44:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:44:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:44:24.082Z||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-08-10T06:44:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:44:33.892Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:44:33.953Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:45:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:45:24.080Z||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-08-10T06:45:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:45:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:45:24.082Z||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-08-10T06:45:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:45:34.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:45:34.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:46:24.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:46:24.082Z||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-08-10T06:46:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:46:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:46:24.083Z||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-08-10T06:46:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:46:34.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:46:34.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:47:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:47:24.080Z||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-08-10T06:47:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:47:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:47:24.083Z||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-08-10T06:47:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:47:34.129Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:47:34.131Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:48:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:48:24.080Z||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-08-10T06:48:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:48:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:48:24.082Z||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-08-10T06:48:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:48:34.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:48:34.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:49:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:49:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:49:24.080Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:49:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:49:24.083Z||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-08-10T06:49:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:49:34.124Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:49:34.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:50:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:50:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:50:24.080Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:50:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:50:24.082Z||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-08-10T06:50:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:50:33.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:50:34.301Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:51:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:51:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:51:24.081Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:51:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:51:24.082Z||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-08-10T06:51:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:51:34.097Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:51:34.395Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:52:24.080Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:52:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:52:24.083Z||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-08-10T06:52:24.083Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:52:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:52:24.083Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:52:34.143Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:52:34.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:53:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:53:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:53:24.080Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:53:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:53:24.082Z||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-08-10T06:53:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:53:34.123Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:53:34.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:54:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:54:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:54:24.080Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:54:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:54:24.082Z||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-08-10T06:54:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:54:33.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:54:34.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:55:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:55:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:55:24.080Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:55:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:55:24.082Z||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-08-10T06:55:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:55:34.145Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:55:34.286Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:56:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:56:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:56:24.080Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:56:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:56:24.082Z||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-08-10T06:56:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:56:34.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:56:34.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:57:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:57:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:57:24.081Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:57:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:57:24.083Z||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-08-10T06:57:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:57:33.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:57:33.995Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:58:24.080Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:58:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:58:24.083Z||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-08-10T06:58:24.083Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:58:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:58:24.083Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:58:33.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:58:33.864Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:59:24.080Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:59:24.081Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:59:24.082Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:59:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:59:24.083Z||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-08-10T06:59:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:59:33.907Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T06:59:33.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:00:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:00:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:00:24.080Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:00:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:00:24.082Z||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-08-10T07:00:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:00:34.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:00:34.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:01:24.080Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:01:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:01:24.081Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:01:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:01:24.082Z||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-08-10T07:01:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:01:33.940Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:01:34.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:02:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:02:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:02:24.080Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:02:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:02:24.082Z||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-08-10T07:02:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:02:33.892Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:02:34.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:03:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:03:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:03:24.080Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:03:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:03:24.083Z||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-08-10T07:03:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:03:34.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:03:34.220Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:04:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:04:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:04:24.081Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:04:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:04:24.083Z||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-08-10T07:04:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:04:34.260Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:04:34.571Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:05:24.080Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:05:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:05:24.082Z||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-08-10T07:05:24.082Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:05:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:05:24.082Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:05:34.799Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:05:35.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:06:24.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:06:24.081Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:06:24.083Z||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-08-10T07:06:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:06:24.806Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:24.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "clamp",
"timestamp": 1660115163796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "clamp",
"timestamp": 1660115163796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "NOTIFIED"
}
2022-08-10T07:06:24.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "clamp",
"timestamp": 1660115163796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "clamp",
"timestamp": 1660115163796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115168024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "cds",
"timestamp": 1660115167675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "clamp",
"timestamp": 1660115163796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "aai-ml",
"timestamp": 1660115168207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115168024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "NOTIFIED"
}
2022-08-10T07:06:24.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "cds",
"timestamp": 1660115167675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "clamp",
"timestamp": 1660115163796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115168024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-10T07:06:24.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "aai-ml",
"timestamp": 1660115168207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "cds",
"timestamp": 1660115167675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "clamp",
"timestamp": 1660115163796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:06:24.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115168024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "cds",
"timestamp": 1660115167675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "aai-ml",
"timestamp": 1660115168207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115171976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115168024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-10T07:06:24.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "cds",
"timestamp": 1660115167675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "aai-ml",
"timestamp": 1660115168207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115171976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115168024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "cds",
"timestamp": 1660115167675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "aai-ml",
"timestamp": 1660115168207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115171976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115168024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:06:24.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "cds",
"timestamp": 1660115167675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:06:24.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115171976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "aai-ml",
"timestamp": 1660115168207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "policy-id",
"timestamp": 1660115174568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115176877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:06:24.902Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:24.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115171976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "cds",
"timestamp": 1660115176207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:06:24.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:24.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "aai-ml",
"timestamp": 1660115168207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:06:24.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "policy-id",
"timestamp": 1660115174568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115171976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:24.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "cds",
"timestamp": 1660115177238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:06:25.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:25.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d154b13-b9d3-4aab-b240-a8ed69796e9c","serviceName":"basic_onboard_prKXXY","serviceVersion":"1.0","serviceUUID":"9ddb24a3-3bf2-475e-aca7-54a52c72d076","serviceDescription":"service","serviceInvariantUUID":"81946cdb-819e-4ca5-bebb-2e1d92ec765c","resources":[{"resourceInstanceName":"basic_onboard_prKXXY 0","resourceName":"basic_onboard_prKXXY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8b1d4ac-4b9c-45f1-839e-1a17bcba0261","resourceInvariantUUID":"d84277a8-ca3a-44e1-91da-755419a10b20","resourceCustomizationUUID":"102fb616-1e4d-4b2f-b31b-b0bbbf80ca84","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml","artifactChecksum":"MDNiMjc5MTJlNTg0MzU4ZGY4ZDU1MmJiNTE0NzQ2ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e04fa58-c32c-4f25-9ec3-75fccdf3eddf","artifactVersion":"1"},{"artifactName":"basic_onboard_prkxxy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json","artifactChecksum":"OWZhYWRhMDU1ZDVhNTZkZDQ3ZGQ5M2VjNjY0OGI0NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6589e2a1-ee8a-4e38-99cc-17744ca244f2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"81dcb9f0-6062-4d95-aabe-d8653079a3fd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b891ce20-c65c-4777-84e5-948c2670119d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"354a2cb0-6396-4883-812c-7082d9fd1b59","artifactVersion":"2","generatedFromUUID":"81dcb9f0-6062-4d95-aabe-d8653079a3fd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPrkxxy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml","artifactChecksum":"N2I5ODUwODJlYjA1ODQxZTcxYzYyMWJkZmYwMWFmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b39d43a-b41b-43cb-955e-d0e1be75b293","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPrkxxy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar","artifactChecksum":"NGY0MmM0NTZiNDIzMzQ0N2EyNWFlMDljNjgwMTkwNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c609150-c867-45b5-89f9-db72e5217945","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:06:25.040Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:25.048Z||pool-2-thread-8|||||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-08-10T07:06:25.062Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:25.062Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:06:25.119Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d154b13-b9d3-4aab-b240-a8ed69796e9c
2022-08-10T07:06:25.142Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d154b13-b9d3-4aab-b240-a8ed69796e9c 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-08-10T07:06:25.162Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-10T07:06:25.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115178063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:06:25.164Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115171976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:25.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:25.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "policy-id",
"timestamp": 1660115174568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-10T07:06:25.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:25.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "aai-ml",
"timestamp": 1660115177945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:06:25.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "clamp",
"timestamp": 1660115179209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:06:25.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "policy-id",
"timestamp": 1660115174568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:25.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:25.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115179768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:06:25.168Z||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-08-10T07:06:25.168Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:25.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "policy-id",
"timestamp": 1660115174568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:25.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:25.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "clamp",
"timestamp": 1660115181218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-10T07:06:25.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "policy-id",
"timestamp": 1660115174568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:25.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:25.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115181950,
"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-08-10T07:06:25.184Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d154b13-b9d3-4aab-b240-a8ed69796e9c
2022-08-10T07:06:25.185Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d154b13-b9d3-4aab-b240-a8ed69796e9c 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-08-10T07:06:25.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "clamp",
"timestamp": 1660115182231,
"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-08-10T07:06:25.196Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d154b13-b9d3-4aab-b240-a8ed69796e9c
2022-08-10T07:06:25.196Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d154b13-b9d3-4aab-b240-a8ed69796e9c 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-08-10T07:06:25.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "policy-id",
"timestamp": 1660115174568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:06:25.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:25.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115182957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-10T07:06:25.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "policy-id",
"timestamp": 1660115182942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:06:25.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115183049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:25.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:06:25.256Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:25.257Z||pool-3-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:26.070Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:26.071Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:26.074Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:26.074Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "NOTIFIED"
}
2022-08-10T07:06:26.174Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:26.175Z||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-08-10T07:06:26.175Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:26.289Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:26.290Z||pool-4-thread-1|||||INFO|500||cambria reply ok (116 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:06:27.074Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:27.076Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:27.078Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:27.079Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-10T07:06:27.179Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:27.179Z||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-08-10T07:06:27.180Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:27.345Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:27.346Z||pool-5-thread-1|||||INFO|500||cambria reply ok (167 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:28.079Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:28.080Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:28.082Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:28.082Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:28.182Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:06:28.183Z||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-08-10T07:06:28.183Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:28.278Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:28.279Z||pool-6-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":9,"count":1}
2022-08-10T07:06:29.083Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:29.084Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:29.086Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:29.087Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-10T07:06:29.186Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:06:29.187Z||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-08-10T07:06:29.188Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:29.357Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:29.358Z||pool-7-thread-1|||||INFO|500||cambria reply ok (171 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:30.087Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:30.088Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:30.091Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:30.091Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:06:30.191Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:30.192Z||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-08-10T07:06:30.192Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:30.341Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:30.342Z||pool-8-thread-1|||||INFO|500||cambria reply ok (151 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:06:31.091Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:31.093Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:31.095Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:31.095Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:06:31.195Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:31.196Z||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-08-10T07:06:31.196Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:32.133Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:32.134Z||pool-9-thread-1|||||INFO|500||cambria reply ok (938 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:32.136Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"serviceName": "basic_onboard_prKXXY",
"serviceVersion": "1.0",
"serviceUUID": "9ddb24a3-3bf2-475e-aca7-54a52c72d076",
"serviceDescription": "service",
"serviceInvariantUUID": "81946cdb-819e-4ca5-bebb-2e1d92ec765c",
"resources": [
{
"resourceInstanceName": "basic_onboard_prKXXY 0",
"resourceCustomizationUUID": "102fb616-1e4d-4b2f-b31b-b0bbbf80ca84",
"resourceName": "basic_onboard_prKXXY",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f8b1d4ac-4b9c-45f1-839e-1a17bcba0261",
"resourceInvariantUUID": "d84277a8-ca3a-44e1-91da-755419a10b20",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_prkxxy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"artifactChecksum": "OWZhYWRhMDU1ZDVhNTZkZDQ3ZGQ5M2VjNjY0OGI0NmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6589e2a1-ee8a-4e38-99cc-17744ca244f2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "81dcb9f0-6062-4d95-aabe-d8653079a3fd",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "354a2cb0-6396-4883-812c-7082d9fd1b59",
"generatedFromUUID": "81dcb9f0-6062-4d95-aabe-d8653079a3fd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "354a2cb0-6396-4883-812c-7082d9fd1b59",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPrkxxy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"artifactChecksum": "NGY0MmM0NTZiNDIzMzQ0N2EyNWFlMDljNjgwMTkwNjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5c609150-c867-45b5-89f9-db72e5217945"
}
],
"workloadContext": "Production"
}
2022-08-10T07:06:32.137Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:06:32.137Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ddb24a3-3bf2-475e-aca7-54a52c72d076 ASDC
2022-08-10T07:06:32.374Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3d154b13-b9d3-4aab-b240-a8ed69796e9c
ServiceName:basic_onboard_prKXXY
ServiceVersion:1.0
ServiceUUID:9ddb24a3-3bf2-475e-aca7-54a52c72d076
ServiceInvariantUUID:81946cdb-819e-4ca5-bebb-2e1d92ec765c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPrkxxy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar
ArtifactUUID:5c609150-c867-45b5-89f9-db72e5217945
ArtifactChecksum:NGY0MmM0NTZiNDIzMzQ0N2EyNWFlMDljNjgwMTkwNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_prKXXY 0
ResourceCustomizationUUID:102fb616-1e4d-4b2f-b31b-b0bbbf80ca84
ResourceInvariantUUID:d84277a8-ca3a-44e1-91da-755419a10b20
ResourceName:basic_onboard_prKXXY
ResourceType:VF
ResourceUUID:f8b1d4ac-4b9c-45f1-839e-1a17bcba0261
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_prkxxy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json
ArtifactUUID:6589e2a1-ee8a-4e38-99cc-17744ca244f2
ArtifactChecksum:OWZhYWRhMDU1ZDVhNTZkZDQ3ZGQ5M2VjNjY0OGI0NmI=
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/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:81dcb9f0-6062-4d95-aabe-d8653079a3fd
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/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env
ArtifactUUID:354a2cb0-6396-4883-812c-7082d9fd1b59
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/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env
ArtifactUUID:354a2cb0-6396-4883-812c-7082d9fd1b59
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-10T07:06:32.375Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ddb24a3-3bf2-475e-aca7-54a52c72d076 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-08-10T07:06:32.428Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:06:32.429Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-10T07:06:32.431Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-10T07:06:32.432Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5c609150-c867-45b5-89f9-db72e5217945 from URL: /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:32.432Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-10T07:06:32.433Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:32.598Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-10T07:06:32.611Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar 5c609150-c867-45b5-89f9-db72e5217945 75624
2022-08-10T07:06:32.612Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar ASDC sendASDCNotification
2022-08-10T07:06:32.613Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:32.613Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:06:32.614Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:32.616Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:32.616Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115192612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:06:32.716Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:32.717Z||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-08-10T07:06:32.717Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:32.877Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:32.878Z||pool-10-thread-1|||||INFO|500||cambria reply ok (161 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:33.617Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:06:33.618Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-10T07:06:33.618Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5c609150-c867-45b5-89f9-db72e5217945, URL: /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar to file: /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:33.619Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:33.722Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:33.722Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:34.332Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15875021450131044624/Definitions/service-BasicOnboardPrkxxy-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-08-10T07:06:36.314Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:06:36.318Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-10T07:06:36.318Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||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-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_prKXXY 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-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||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-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||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-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||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-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||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-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.320Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||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-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.320Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-10T07:06:36.326Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:36.327Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.331Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:36.331Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-10T07:06:36.332Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:06:36.334Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:36.334Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.335Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:36.335Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-10T07:06:36.335Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:06:36.335Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:36.335Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.338Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:36.339Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is not matching search criteria
2022-08-10T07:06:36.339Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-10T07:06:36.339Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-10T07:06:36.339Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-10T07:06:36.339Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-10T07:06:36.339Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T07:06:36.340Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:36.340Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:06:36.341Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:36.341Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:36.341Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:06:36.342Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:36.342Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:36.342Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:06:36.342Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:36.342Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:36.343Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:06:36.343Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:36.343Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is not matching search criteria
2022-08-10T07:06:36.343Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-10T07:06:36.343Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-10T07:06:36.343Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=90b0a931-e74a-4022-895e-f5242c7ce100
2022-08-10T07:06:36.344Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:36.344Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.344Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:36.344Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.344Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:36.344Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.345Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:36.345Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.345Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_prKXXY
Description:service
Model UUID:9ddb24a3-3bf2-475e-aca7-54a52c72d076
Model Version:NULL
Model InvariantUuid:81946cdb-819e-4ca5-bebb-2e1d92ec765c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_prKXXY
Model UUID:9b6cad95-8e47-4c2c-a90a-3d5ca39eb38d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d84277a8-ca3a-44e1-91da-755419a10b20
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:102fb616-1e4d-4b2f-b31b-b0bbbf80ca84
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fe149c12-7f91-4401-827e-dd1fae513e37
ModelName:BasicOnboardPrkxxy..base_ubuntu18..module-0
ModelUuid:235a7c83-9426-4c67-881c-cbde86caa799
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:90b0a931-e74a-4022-895e-f5242c7ce100
ModelInvariantUuid:aa72c912-cc28-4fa4-9265-9417e6e1df83
ModelName:basic_onboard_prKXXY-nodes.ubuntu18Cvfc
ModelUuid:63bd2b87-2a0b-4be8-82bf-3ba1c40d942f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b304f57e-e6b6-4c23-bfd5-b579b0360aa1
ModelInvariantUuid:d0c30e00-db63-4064-a461-9c6d40d0bc33
ModelName:BasicOnboardPrkxxy.compute.nodes.heat.ubuntu18
ModelUuid:42d12a80-a827-466d-af62-997664818ea9
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-08-10T07:06:36.352Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f8b1d4ac-4b9c-45f1-839e-1a17bcba0261
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-08-10T07:06:36.444Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||basic_onboard_prKXXY 0
2022-08-10T07:06:36.451Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f8b1d4ac-4b9c-45f1-839e-1a17bcba0261
2022-08-10T07:06:36.451Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6589e2a1-ee8a-4e38-99cc-17744ca244f2 from URL: /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json
2022-08-10T07:06:36.451Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-10T07:06:36.451Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json
2022-08-10T07:06:36.603Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-10T07:06:36.604Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json 6589e2a1-ee8a-4e38-99cc-17744ca244f2 798
2022-08-10T07:06:36.604Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json ASDC sendASDCNotification
2022-08-10T07:06:36.605Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json
2022-08-10T07:06:36.605Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:06:36.605Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:36.607Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:36.607Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115196604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:06:36.707Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:36.710Z||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-08-10T07:06:36.710Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:36.768Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:36.768Z||pool-11-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:37.609Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPrkxxy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fe149c12-7f91-4401-827e-dd1fae513e37",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "235a7c83-9426-4c67-881c-cbde86caa799",
"vfModuleModelCustomizationUUID": "d4606177-fba0-468b-b381-c7cb0ed82e7e",
"isBase": true,
"artifacts": [
"81dcb9f0-6062-4d95-aabe-d8653079a3fd",
"354a2cb0-6396-4883-812c-7082d9fd1b59"
],
"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-08-10T07:06:37.624Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPrkxxy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:235a7c83-9426-4c67-881c-cbde86caa799
VfModuleModelInvariantUUID:fe149c12-7f91-4401-827e-dd1fae513e37
VfModuleModelDescription:NULL
Artifacts UUID List:{
81dcb9f0-6062-4d95-aabe-d8653079a3fd
,
354a2cb0-6396-4883-812c-7082d9fd1b59
}
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-08-10T07:06:37.627Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPrkxxy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fe149c12-7f91-4401-827e-dd1fae513e37",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "235a7c83-9426-4c67-881c-cbde86caa799",
"vfModuleModelCustomizationUUID": "d4606177-fba0-468b-b381-c7cb0ed82e7e",
"isBase": true,
"artifacts": [
"81dcb9f0-6062-4d95-aabe-d8653079a3fd",
"354a2cb0-6396-4883-812c-7082d9fd1b59"
],
"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-08-10T07:06:37.627Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPrkxxy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:235a7c83-9426-4c67-881c-cbde86caa799
VfModuleModelInvariantUUID:fe149c12-7f91-4401-827e-dd1fae513e37
VfModuleModelDescription:NULL
Artifacts UUID List:{
81dcb9f0-6062-4d95-aabe-d8653079a3fd
,
354a2cb0-6396-4883-812c-7082d9fd1b59
}
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-08-10T07:06:37.627Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 81dcb9f0-6062-4d95-aabe-d8653079a3fd from URL: /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml
2022-08-10T07:06:37.628Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-10T07:06:37.628Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml
2022-08-10T07:06:37.829Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-10T07:06:37.829Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml 81dcb9f0-6062-4d95-aabe-d8653079a3fd 5033
2022-08-10T07:06:37.830Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-10T07:06:37.830Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml
2022-08-10T07:06:37.830Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:06:37.831Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:37.835Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:37.836Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115197830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:06:37.934Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-10T07:06:37.935Z||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-08-10T07:06:37.935Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:38.053Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:38.054Z||pool-12-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:06:38.837Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 354a2cb0-6396-4883-812c-7082d9fd1b59 from URL: /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env
2022-08-10T07:06:38.837Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-10T07:06:38.838Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env
2022-08-10T07:06:39.199Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-10T07:06:39.200Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env 354a2cb0-6396-4883-812c-7082d9fd1b59 909
2022-08-10T07:06:39.200Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-10T07:06:39.200Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env
2022-08-10T07:06:39.200Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:06:39.201Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:39.202Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:39.203Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115199200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:06:39.303Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:39.304Z||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-08-10T07:06:39.304Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:39.452Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:39.453Z||pool-13-thread-1|||||INFO|500||cambria reply ok (150 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:40.203Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9ddb24a3-3bf2-475e-aca7-54a52c72d076
2022-08-10T07:06:40.204Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_prKXXY 0 f8b1d4ac-4b9c-45f1-839e-1a17bcba0261 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-08-10T07:06:40.236Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cbda7f7, org.onap.sdc.toscaparser.api.parameters.Input@6b34c5fc, org.onap.sdc.toscaparser.api.parameters.Input@22e9be84, org.onap.sdc.toscaparser.api.parameters.Input@101712a5, org.onap.sdc.toscaparser.api.parameters.Input@71749d4f]
2022-08-10T07:06:40.240Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.241Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.241Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-08-10T07:06:40.242Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 102fb616-1e4d-4b2f-b31b-b0bbbf80ca84
2022-08-10T07:06:40.242Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 102fb616-1e4d-4b2f-b31b-b0bbbf80ca84 matches Tosca VF Customization UUID: 102fb616-1e4d-4b2f-b31b-b0bbbf80ca84
2022-08-10T07:06:40.242Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 102fb616-1e4d-4b2f-b31b-b0bbbf80ca84 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-08-10T07:06:40.250Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.250Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.252Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 102fb616-1e4d-4b2f-b31b-b0bbbf80ca84: {\"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-08-10T07:06:40.252Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5399fe43
2022-08-10T07:06:40.253Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.253Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:06:40.254Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d4606177-fba0-468b-b381-c7cb0ed82e7e
2022-08-10T07:06:40.255Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d4606177-fba0-468b-b381-c7cb0ed82e7e
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-08-10T07:06:40.262Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.263Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:40.263Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:06:40.264Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.265Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:40.265Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:06:40.266Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.266Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is not matching search criteria
2022-08-10T07:06:40.266Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-10T07:06:40.267Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-10T07:06:40.267Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=90b0a931-e74a-4022-895e-f5242c7ce100
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-08-10T07:06:40.277Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.277Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:40.278Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:06:40.278Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.278Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:40.279Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=102fb616-1e4d-4b2f-b31b-b0bbbf80ca84
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-08-10T07:06:40.281Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.281Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.282Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9ddb24a3-3bf2-475e-aca7-54a52c72d076: basic_onboard_prKXXY
2022-08-10T07:06:40.282Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.282Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.283Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.283Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.284Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.285Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.285Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.285Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.286Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:06:40.286Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.287Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_prKXXY
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-08-10T07:06:40.439Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_prKXXY f8b1d4ac-4b9c-45f1-839e-1a17bcba0261 1 ASDC deployResourceStructure
2022-08-10T07:06:40.439Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json ASDC sendASDCNotification
2022-08-10T07:06:40.440Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json
2022-08-10T07:06:40.440Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:06:40.440Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:40.442Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:40.442Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115200439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-10T07:06:40.542Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:40.544Z||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-08-10T07:06:40.544Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:40.671Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:40.672Z||pool-14-thread-1|||||INFO|500||cambria reply ok (129 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:06:41.443Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-10T07:06:41.444Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml
2022-08-10T07:06:41.444Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:06:41.444Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:41.446Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:41.446Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115201443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-10T07:06:41.546Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:41.549Z||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-08-10T07:06:41.550Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:41.681Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:41.682Z||pool-15-thread-1|||||INFO|500||cambria reply ok (133 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:06:42.447Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-10T07:06:42.447Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env
2022-08-10T07:06:42.447Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:06:42.448Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:42.465Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:42.466Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115202446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-10T07:06:42.550Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-08-10T07:06:42.551Z||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-08-10T07:06:42.551Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:42.970Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:42.970Z||pool-16-thread-1|||||INFO|500||cambria reply ok (420 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:06:43.466Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar ASDC sendASDCNotification
2022-08-10T07:06:43.467Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:43.467Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:06:43.468Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:43.469Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:43.469Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115203466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-10T07:06:43.570Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:06:43.571Z||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-08-10T07:06:43.571Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:44.065Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:06:44.066Z||pool-17-thread-1|||||INFO|500||cambria reply ok (496 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:44.471Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:06:44.491Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:06:44.493Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:06:44.493Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:06:44.493Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:07:14.494Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:07:14.503Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:07:14.507Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:07:14.507Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:07:14.507Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:07:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:07:24.083Z||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-08-10T07:07:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:07:24.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:07:24.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:07:24.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "policy-id",
"timestamp": 1660115183954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-10T07:07:24.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:07:44.508Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:07:44.516Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:07:44.519Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:07:44.519Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:07:44.519Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:08:14.519Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:08:14.533Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:08:14.535Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:08:14.535Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:08:14.535Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:08:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:08:24.083Z||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-08-10T07:08:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:08:24.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:08:24.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:08:24.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115183049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:08:24.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:08:44.536Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:08:44.546Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:08:44.551Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:08:44.551Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:08:44.551Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:09:14.551Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:09:14.560Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:09:14.562Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:09:14.562Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:09:14.562Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:09:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:09:24.083Z||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-08-10T07:09:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:09:24.570Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:09:24.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:09:24.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "policy-id",
"timestamp": 1660115184959,
"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-08-10T07:09:24.596Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d154b13-b9d3-4aab-b240-a8ed69796e9c
2022-08-10T07:09:24.597Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d154b13-b9d3-4aab-b240-a8ed69796e9c 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-08-10T07:09:24.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115183049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:09:24.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "NOTIFIED"
}
2022-08-10T07:09:24.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:09:24.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115183049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:09:24.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-10T07:09:24.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:09:24.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115183049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:09:24.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:09:24.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115183049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:09:24.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-10T07:09:24.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:09:24.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115183049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:09:24.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:09:24.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:09:24.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115191584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:09:24.615Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115184079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:09:24.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:09:24.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115192612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:09:24.616Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "aai-ml",
"timestamp": 1660115192629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-10T07:09:24.617Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "aai-ml",
"timestamp": 1660115193661,
"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-08-10T07:09:24.621Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3d154b13-b9d3-4aab-b240-a8ed69796e9c
2022-08-10T07:09:24.621Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d154b13-b9d3-4aab-b240-a8ed69796e9c 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-08-10T07:09:24.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115196237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-10T07:09:24.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115196604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:09:24.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115197241,
"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-08-10T07:09:24.633Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d154b13-b9d3-4aab-b240-a8ed69796e9c
2022-08-10T07:09:24.633Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d154b13-b9d3-4aab-b240-a8ed69796e9c 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-08-10T07:09:24.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115197830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:09:24.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115199200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:09:24.640Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115200439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-10T07:09:24.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115201443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-10T07:09:24.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115202446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-10T07:09:24.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115203466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-10T07:09:24.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:44.563Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:09:44.579Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
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-08-10T07:09:44.582Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:09:44.582Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:09:44.582Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:09:44.582Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:09:44.582Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-08-10T07:09:44.582Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||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-08-10T07:09:44.585Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:10:14.586Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c 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-08-10T07:10:14.596Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c and serviceModelVersionId: 9ddb24a3-3bf2-475e-aca7-54a52c72d076
2022-08-10T07:10:14.596Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81946cdb-819e-4ca5-bebb-2e1d92ec765c
2022-08-10T07:10:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:10:24.082Z||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-08-10T07:10:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:10:24.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:24.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115303051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "cds",
"timestamp": 1660115302673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "cds",
"timestamp": 1660115302673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115303051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115308024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "cds",
"timestamp": 1660115302673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115303051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115308024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "NOTIFIED"
}
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115303051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "cds",
"timestamp": 1660115302673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115308024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "cds",
"timestamp": 1660115302673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115303051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115308024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "cds",
"timestamp": 1660115302673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115303051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115311974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115308024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "cds",
"timestamp": 1660115302673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115311974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115303051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115308024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "clamp",
"timestamp": 1660115313796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115311974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "cds",
"timestamp": 1660115314155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115315044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115308024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "clamp",
"timestamp": 1660115313796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "NOTIFIED"
}
2022-08-10T07:10:24.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115311974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "cds",
"timestamp": 1660115315162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-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-08-10T07:10:24.831Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a50b0c07-0e0e-4236-8901-443417fce506
2022-08-10T07:10:24.832Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a50b0c07-0e0e-4236-8901-443417fce506 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-08-10T07:10:24.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115316212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "policy-id",
"timestamp": 1660115314569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "clamp",
"timestamp": 1660115313796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115311974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115317564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.841Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115311974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "policy-id",
"timestamp": 1660115314569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "clamp",
"timestamp": 1660115313796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "policy-id",
"timestamp": 1660115314569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-10T07:10:24.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115318681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-10T07:10:24.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "clamp",
"timestamp": 1660115313796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115311974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115319072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.845Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115319695,
"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-08-10T07:10:24.849Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a50b0c07-0e0e-4236-8901-443417fce506
2022-08-10T07:10:24.850Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a50b0c07-0e0e-4236-8901-443417fce506 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-08-10T07:10:24.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "clamp",
"timestamp": 1660115313796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "policy-id",
"timestamp": 1660115314569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "aai-ml",
"timestamp": 1660115318223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "clamp",
"timestamp": 1660115313796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:10:24.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115320723,
"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-08-10T07:10:24.859Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a50b0c07-0e0e-4236-8901-443417fce506
2022-08-10T07:10:24.859Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a50b0c07-0e0e-4236-8901-443417fce506 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-08-10T07:10:24.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "policy-id",
"timestamp": 1660115314569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "aai-ml",
"timestamp": 1660115318223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115321729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "DEPLOY_OK"
}
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "policy-id",
"timestamp": 1660115314569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "aai-ml",
"timestamp": 1660115318223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "policy-id",
"timestamp": 1660115314569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "aai-ml",
"timestamp": 1660115318223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "aai-ml",
"timestamp": 1660115318223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "policy-id",
"timestamp": 1660115323658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "aai-ml",
"timestamp": 1660115318223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "policy-id",
"timestamp": 1660115324675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "aai-ml",
"timestamp": 1660115318223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "policy-id",
"timestamp": 1660115325787,
"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-08-10T07:10:24.872Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a50b0c07-0e0e-4236-8901-443417fce506
2022-08-10T07:10:24.872Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a50b0c07-0e0e-4236-8901-443417fce506 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-08-10T07:10:24.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "aai-ml",
"timestamp": 1660115327217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "clamp",
"timestamp": 1660115330236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "clamp",
"timestamp": 1660115333254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-10T07:10:24.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "clamp",
"timestamp": 1660115334258,
"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-08-10T07:10:24.879Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a50b0c07-0e0e-4236-8901-443417fce506
2022-08-10T07:10:24.879Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a50b0c07-0e0e-4236-8901-443417fce506 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-08-10T07:10:24.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "aai-ml",
"timestamp": 1660115340021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-10T07:10:24.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "aai-ml",
"timestamp": 1660115341047,
"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-08-10T07:10:24.891Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a50b0c07-0e0e-4236-8901-443417fce506
2022-08-10T07:10:24.891Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a50b0c07-0e0e-4236-8901-443417fce506 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-08-10T07:10:29.110Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0
2022-08-10T07:10:29.247Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:10:29.789Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Invoke
2022-08-10T07:10:29.797Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d2cf1bd4-ebbf-47ab-bca5-755148a140a5], X-ECOMP-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], X-TransactionId=[], X-ONAP-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], Content-Type=[application/merge-patch+json]}
2022-08-10T07:10:31.362Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Invoke
2022-08-10T07:10:31.362Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[759ad58b-c68b-413d-aea8-3c61dd2ec9a1], X-ECOMP-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], X-TransactionId=[], X-ONAP-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], Content-Type=[application/merge-patch+json]}
2022-08-10T07:10:32.895Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Invoke
2022-08-10T07:10:32.895Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c5f80171-cd3e-4708-b42c-4feb29f6428c], X-ECOMP-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], X-TransactionId=[], X-ONAP-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], Content-Type=[application/merge-patch+json]}
2022-08-10T07:10:33.929Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:10:33.930Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-08-10T07:10:33.931Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:10:33.931Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-08-10T07:10:33.937Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-08-10T07:10:33.937Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d154b13-b9d3-4aab-b240-a8ed69796e9c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:10:33.939Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:10:33.939Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:33.942Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:33.942Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115433937,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:10:34.042Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:10:34.043Z||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-08-10T07:10:34.043Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:34.251Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:34.252Z||pool-18-thread-1|||||INFO|500||cambria reply ok (209 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-08-10T07:10:34.953Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:10:34.953Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-08-10T07:10:34.953Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:41.498Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:41.499Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||received message from topic
2022-08-10T07:10:41.499Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"a50b0c07-0e0e-4236-8901-443417fce506","serviceName":"vFW 2022-08-10 07-06-01","serviceVersion":"1.0","serviceUUID":"61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e","resources":[{"resourceInstanceName":"vFW 3bed300c-ecd3 0","resourceName":"vFW 3bed300c-ecd3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0644859-8b33-4fa4-bb17-3fea05d04b96","resourceInvariantUUID":"aa041ef9-7898-43f4-85b1-6ef957a9dc4b","resourceCustomizationUUID":"cd595629-c0d0-4cc9-93aa-c4de0b659efc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml","artifactChecksum":"OWIwMjQxNDVkMWQ2Y2IxNzI4YzU5NDJlNWE2NGI4Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02046123-75a4-42b8-ad2b-b944ee6ee727","artifactVersion":"1"},{"artifactName":"vfw3bed300cecd30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json","artifactChecksum":"NjJiNDExMzVjZmUwMGVjYzdhOWVhNmM0ODExY2UzM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f507e42-7cf7-4239-ba49-6ebadfb9aadc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ede5b8d5-2dc9-4e46-85af-fac91ebb5af6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml","artifactChecksum":"YzE3ZWQ0ZTY4MWVjNjNhZmM0Y2QzNjA5NzQzYjEzOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7467cfa-8a0f-4fc6-bbe9-18f618d84645","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"657cc286-0577-4771-aa19-4ed34ef0d9c5","artifactVersion":"2","generatedFromUUID":"ede5b8d5-2dc9-4e46-85af-fac91ebb5af6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220810070601-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml","artifactChecksum":"MTBmOTBhYTY5ZTI2ZGIzMGY3YTg0N2I0ODZhYjJlYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dffee3d4-4c4b-44ee-81eb-2348bec0f81a","artifactVersion":"1"},{"artifactName":"service-Vfw20220810070601-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar","artifactChecksum":"Zjk0MTE0M2FjYjcyOGIxNWFkZGNiZTJkMzlhODI2ZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cad90bbe-a313-4688-99cd-3ad44cfa637d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:10:41.503Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:41.503Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:41.505Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:41.505Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:41.605Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:10:41.606Z||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-08-10T07:10:41.607Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:41.868Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:41.868Z||pool-19-thread-1|||||INFO|500||cambria reply ok (262 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:10:42.506Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:42.507Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:42.509Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:42.509Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "NOTIFIED"
}
2022-08-10T07:10:42.609Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:42.610Z||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-08-10T07:10:42.610Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:42.692Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:42.692Z||pool-20-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:10:43.509Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:43.510Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:43.512Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:43.513Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-10T07:10:43.613Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:43.614Z||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-08-10T07:10:43.614Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:43.842Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:43.842Z||pool-21-thread-1|||||INFO|500||cambria reply ok (229 ms):{"serverTimeMs":13,"count":1}
2022-08-10T07:10:44.513Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:44.514Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:44.516Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:44.516Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:44.617Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T07:10:44.618Z||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-08-10T07:10:44.618Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:44.881Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:44.882Z||pool-22-thread-1|||||INFO|500||cambria reply ok (265 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:10:45.518Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:45.519Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:45.521Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:45.521Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-10T07:10:45.621Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:45.622Z||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-08-10T07:10:45.622Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:45.816Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:45.816Z||pool-23-thread-1|||||INFO|500||cambria reply ok (194 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:10:46.522Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:46.523Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:46.525Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:46.525Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:10:46.625Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:46.626Z||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-08-10T07:10:46.627Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:46.839Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:46.840Z||pool-24-thread-1|||||INFO|500||cambria reply ok (214 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:10:47.525Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:47.527Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:47.528Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:47.528Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:10:47.629Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:47.630Z||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-08-10T07:10:47.630Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:47.875Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:47.876Z||pool-25-thread-1|||||INFO|500||cambria reply ok (247 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:10:48.531Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"serviceName": "vFW 2022-08-10 07-06-01",
"serviceVersion": "1.0",
"serviceUUID": "61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e",
"resources": [
{
"resourceInstanceName": "vFW 3bed300c-ecd3 0",
"resourceCustomizationUUID": "cd595629-c0d0-4cc9-93aa-c4de0b659efc",
"resourceName": "vFW 3bed300c-ecd3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f0644859-8b33-4fa4-bb17-3fea05d04b96",
"resourceInvariantUUID": "aa041ef9-7898-43f4-85b1-6ef957a9dc4b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3bed300cecd30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"artifactChecksum": "NjJiNDExMzVjZmUwMGVjYzdhOWVhNmM0ODExY2UzM2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4f507e42-7cf7-4239-ba49-6ebadfb9aadc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ede5b8d5-2dc9-4e46-85af-fac91ebb5af6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "657cc286-0577-4771-aa19-4ed34ef0d9c5",
"generatedFromUUID": "ede5b8d5-2dc9-4e46-85af-fac91ebb5af6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "657cc286-0577-4771-aa19-4ed34ef0d9c5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220810070601-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"artifactChecksum": "Zjk0MTE0M2FjYjcyOGIxNWFkZGNiZTJkMzlhODI2ZjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cad90bbe-a313-4688-99cd-3ad44cfa637d"
}
],
"workloadContext": "Production"
}
2022-08-10T07:10:48.531Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:10:48.531Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6 ASDC
2022-08-10T07:10:48.532Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||ASDC Notification:
DistributionID:a50b0c07-0e0e-4236-8901-443417fce506
ServiceName:vFW 2022-08-10 07-06-01
ServiceVersion:1.0
ServiceUUID:61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6
ServiceInvariantUUID:4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220810070601-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar
ArtifactUUID:cad90bbe-a313-4688-99cd-3ad44cfa637d
ArtifactChecksum:Zjk0MTE0M2FjYjcyOGIxNWFkZGNiZTJkMzlhODI2ZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3bed300c-ecd3 0
ResourceCustomizationUUID:cd595629-c0d0-4cc9-93aa-c4de0b659efc
ResourceInvariantUUID:aa041ef9-7898-43f4-85b1-6ef957a9dc4b
ResourceName:vFW 3bed300c-ecd3
ResourceType:VF
ResourceUUID:f0644859-8b33-4fa4-bb17-3fea05d04b96
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3bed300cecd30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json
ArtifactUUID:4f507e42-7cf7-4239-ba49-6ebadfb9aadc
ArtifactChecksum:NjJiNDExMzVjZmUwMGVjYzdhOWVhNmM0ODExY2UzM2M=
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/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml
ArtifactUUID:ede5b8d5-2dc9-4e46-85af-fac91ebb5af6
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/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env
ArtifactUUID:657cc286-0577-4771-aa19-4ed34ef0d9c5
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/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env
ArtifactUUID:657cc286-0577-4771-aa19-4ed34ef0d9c5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-10T07:10:48.532Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6 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-08-10T07:10:48.561Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:10:48.562Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:10:48.562Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:10:48.563Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Trying to download the artifact UUID: cad90bbe-a313-4688-99cd-3ad44cfa637d from URL: /sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:48.563Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:10:48.563Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:48.711Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:10:48.716Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar cad90bbe-a313-4688-99cd-3ad44cfa637d 103021
2022-08-10T07:10:48.716Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar ASDC sendASDCNotification
2022-08-10T07:10:48.716Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:48.717Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:10:48.717Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:48.719Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:48.719Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115448716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:10:48.819Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:48.820Z||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-08-10T07:10:48.821Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:48.939Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:48.940Z||pool-26-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:10:49.720Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:10:49.721Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:10:49.721Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Trying to write artifact UUID: cad90bbe-a313-4688-99cd-3ad44cfa637d, URL: /sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar to file: /app/ASDC/1/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:49.721Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220810070601-csar.csar
2022-08-10T07:10:49.722Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:49.722Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:49.961Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12525055988756501540/Definitions/service-Vfw20220810070601-template.yml
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
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-08-10T07:10:52.102Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:10:52.103Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|WARN|500||####################################################################################################
2022-08-10T07:10:52.103Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.103Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3bed300c-ecd3 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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|WARN|500||####################################################################################################
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.106Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:52.106Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:10:52.106Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:10:52.106Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.107Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.107Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:52.107Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:10:52.107Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:10:52.107Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.107Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.108Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.108Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:52.108Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:52.108Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:10:52.108Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.108Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:10:52.111Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.111Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:52.111Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:52.111Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.111Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:52.112Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:52.112Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.112Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:52.112Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:52.112Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.114Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:10:52.114Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.114Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:10:52.114Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.114Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6d1b92c6-532e-410e-b34b-46594fdf1626
2022-08-10T07:10:52.114Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.115Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:52.115Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:52.115Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:10:52.115Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.116Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.116Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.117Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:10:52.117Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:52.117Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T07:10:52.118Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:10:52.118Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.118Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:10:52.119Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.119Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49318449-caf8-405e-aaf8-c991a7ae29db
2022-08-10T07:10:52.119Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.120Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:52.120Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:52.120Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:10:52.121Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.121Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.121Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.121Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:10:52.122Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:52.122Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:10:52.122Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:10:52.122Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.123Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.123Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T07:10:52.123Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eff68c58-c0ca-47de-b3f5-8ab922ef765e
2022-08-10T07:10:52.123Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.123Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.124Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.124Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.124Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.124Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.125Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:52.125Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.125Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-10 07-06-01
Description:catalog service description
Model UUID:61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6
Model Version:NULL
Model InvariantUuid:4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3bed300c-ecd3
Model UUID:2a29a225-e9a6-47a7-932b-0dbf179ee6dd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aa041ef9-7898-43f4-85b1-6ef957a9dc4b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cd595629-c0d0-4cc9-93aa-c4de0b659efc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:acb83537-008c-4554-aac5-ce417fa97bbd
ModelName:Vfw3bed300cEcd3..base_vfw..module-0
ModelUuid:d89d0ae4-245a-4676-96b8-bb3ffc733195
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6d1b92c6-532e-410e-b34b-46594fdf1626
ModelInvariantUuid:279426ab-7b89-4a99-8638-ac9dbe2d9387
ModelName:vFW 3bed300c-ecd3-nodes.vfwCvfc
ModelUuid:4d784e14-9ca2-499d-8b66-25218cece97d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e62a78ee-a90e-4b54-8a81-7e3a8b1448a4
ModelInvariantUuid:5656924e-562e-420d-b466-f11394ca49a8
ModelName:Vfw3bed300cEcd3.compute.nodes.heat.vfw
ModelUuid:da071e96-c442-4a40-8f72-ac3c7cc241bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:49318449-caf8-405e-aaf8-c991a7ae29db
ModelInvariantUuid:43e8e438-79b7-466c-90d7-fe5483609f32
ModelName:vFW 3bed300c-ecd3-nodes.vsnCvfc
ModelUuid:7dafd4f3-bd72-4c9f-8e79-550f0d1a7e8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4a7b9ddd-9e5f-45ca-9a5c-e6e42bfb770a
ModelInvariantUuid:89aa6914-4204-48fe-b491-69397c25c75a
ModelName:Vfw3bed300cEcd3.compute.nodes.heat.vsn
ModelUuid:9bc8cc92-bd14-4a90-a124-58a1661beefd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:eff68c58-c0ca-47de-b3f5-8ab922ef765e
ModelInvariantUuid:1beae4c6-866b-4229-a3d7-601458e66fde
ModelName:vFW 3bed300c-ecd3-nodes.vpgCvfc
ModelUuid:a7f25fe5-9fee-4eb7-b0a5-9ad037dbabd5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:424036fc-5237-4fc5-8221-e432cf69d85f
ModelInvariantUuid:7cf7f847-7d07-4de1-955b-f6af5d1c1ed7
ModelName:Vfw3bed300cEcd3.compute.nodes.heat.vpg
ModelUuid:6fd4b7c0-eba8-4289-ba72-7a1467a6ffb6
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-08-10T07:10:52.132Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: f0644859-8b33-4fa4-bb17-3fea05d04b96
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-08-10T07:10:52.134Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||vFW 3bed300c-ecd3 0
2022-08-10T07:10:52.135Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: f0644859-8b33-4fa4-bb17-3fea05d04b96
2022-08-10T07:10:52.135Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Trying to download the artifact UUID: 4f507e42-7cf7-4239-ba49-6ebadfb9aadc from URL: /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json
2022-08-10T07:10:52.135Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:10:52.135Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json
2022-08-10T07:10:52.430Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:10:52.430Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json 4f507e42-7cf7-4239-ba49-6ebadfb9aadc 785
2022-08-10T07:10:52.431Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json ASDC sendASDCNotification
2022-08-10T07:10:52.431Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json
2022-08-10T07:10:52.431Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:10:52.431Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:52.433Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:52.433Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115452431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:10:52.533Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:52.534Z||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-08-10T07:10:52.535Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:52.863Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:52.864Z||pool-27-thread-1|||||INFO|500||cambria reply ok (330 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:10:53.434Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3bed300cEcd3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "acb83537-008c-4554-aac5-ce417fa97bbd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d89d0ae4-245a-4676-96b8-bb3ffc733195",
"vfModuleModelCustomizationUUID": "4b48c6e8-fea8-45d5-9acc-ac400d780f1e",
"isBase": true,
"artifacts": [
"ede5b8d5-2dc9-4e46-85af-fac91ebb5af6",
"657cc286-0577-4771-aa19-4ed34ef0d9c5"
],
"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-08-10T07:10:53.439Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3bed300cEcd3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d89d0ae4-245a-4676-96b8-bb3ffc733195
VfModuleModelInvariantUUID:acb83537-008c-4554-aac5-ce417fa97bbd
VfModuleModelDescription:NULL
Artifacts UUID List:{
ede5b8d5-2dc9-4e46-85af-fac91ebb5af6
,
657cc286-0577-4771-aa19-4ed34ef0d9c5
}
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-08-10T07:10:53.441Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3bed300cEcd3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "acb83537-008c-4554-aac5-ce417fa97bbd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d89d0ae4-245a-4676-96b8-bb3ffc733195",
"vfModuleModelCustomizationUUID": "4b48c6e8-fea8-45d5-9acc-ac400d780f1e",
"isBase": true,
"artifacts": [
"ede5b8d5-2dc9-4e46-85af-fac91ebb5af6",
"657cc286-0577-4771-aa19-4ed34ef0d9c5"
],
"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-08-10T07:10:53.441Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3bed300cEcd3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d89d0ae4-245a-4676-96b8-bb3ffc733195
VfModuleModelInvariantUUID:acb83537-008c-4554-aac5-ce417fa97bbd
VfModuleModelDescription:NULL
Artifacts UUID List:{
ede5b8d5-2dc9-4e46-85af-fac91ebb5af6
,
657cc286-0577-4771-aa19-4ed34ef0d9c5
}
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-08-10T07:10:53.441Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Trying to download the artifact UUID: ede5b8d5-2dc9-4e46-85af-fac91ebb5af6 from URL: /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml
2022-08-10T07:10:53.442Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:10:53.442Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml
2022-08-10T07:10:53.498Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:10:53.498Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml ede5b8d5-2dc9-4e46-85af-fac91ebb5af6 20368
2022-08-10T07:10:53.499Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T07:10:53.499Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml
2022-08-10T07:10:53.499Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:10:53.499Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:53.501Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:53.502Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115453499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:10:53.602Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:53.603Z||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-08-10T07:10:53.603Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:53.760Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:53.761Z||pool-28-thread-1|||||INFO|500||cambria reply ok (159 ms):{"serverTimeMs":3,"count":1}
2022-08-10T07:10:54.503Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Trying to download the artifact UUID: 657cc286-0577-4771-aa19-4ed34ef0d9c5 from URL: /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env
2022-08-10T07:10:54.503Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:10:54.503Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env
2022-08-10T07:10:54.721Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:10:54.721Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env 657cc286-0577-4771-aa19-4ed34ef0d9c5 2098
2022-08-10T07:10:54.722Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T07:10:54.722Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env
2022-08-10T07:10:54.722Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:10:54.722Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:54.724Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:54.724Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115454722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:10:54.824Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:54.825Z||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-08-10T07:10:54.826Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:55.163Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:55.164Z||pool-29-thread-1|||||INFO|500||cambria reply ok (339 ms):{"serverTimeMs":4,"count":1}
2022-08-10T07:10:55.725Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Preparing to deploy Service: 61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6
2022-08-10T07:10:55.726Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3bed300c-ecd3 0 f0644859-8b33-4fa4-bb17-3fea05d04b96 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-08-10T07:10:55.741Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75727b9d, org.onap.sdc.toscaparser.api.parameters.Input@339e87d5, org.onap.sdc.toscaparser.api.parameters.Input@36673218, org.onap.sdc.toscaparser.api.parameters.Input@1890395e, org.onap.sdc.toscaparser.api.parameters.Input@7e581742]
2022-08-10T07:10:55.742Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.743Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.743Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||VF Category is: Generic
2022-08-10T07:10:55.743Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||VFCustomizationUUID= cd595629-c0d0-4cc9-93aa-c4de0b659efc
2022-08-10T07:10:55.743Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cd595629-c0d0-4cc9-93aa-c4de0b659efc matches Tosca VF Customization UUID: cd595629-c0d0-4cc9-93aa-c4de0b659efc
2022-08-10T07:10:55.744Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||vfCustomizationUUID: cd595629-c0d0-4cc9-93aa-c4de0b659efc 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-08-10T07:10:55.745Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.746Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.746Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||resource request for resource customization id cd595629-c0d0-4cc9-93aa-c4de0b659efc: {\"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-08-10T07:10:55.747Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f0400e1
2022-08-10T07:10:55.747Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.747Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:10:55.747Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4b48c6e8-fea8-45d5-9acc-ac400d780f1e
2022-08-10T07:10:55.747Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4b48c6e8-fea8-45d5-9acc-ac400d780f1e
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-08-10T07:10:55.749Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.749Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:55.750Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:55.750Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.750Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:55.750Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:55.750Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.751Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:55.751Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:55.751Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T07:10:55.751Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:55.751Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:10:55.752Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:10:55.752Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.752Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:55.752Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:10:55.752Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:55.753Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:10:55.753Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.753Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6d1b92c6-532e-410e-b34b-46594fdf1626
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-08-10T07:10:55.754Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.755Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:55.755Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:55.755Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.755Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:55.755Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:55.756Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:10:55.756Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.756Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:55.756Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.756Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:10:55.757Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:55.757Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T07:10:55.757Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:10:55.757Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:55.757Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:10:55.757Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.758Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49318449-caf8-405e-aaf8-c991a7ae29db
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-08-10T07:10:55.759Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.759Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:55.759Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:55.762Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.762Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:55.762Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:55.762Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:10:55.763Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.763Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:55.763Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.764Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:10:55.764Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:55.764Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:10:55.764Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:10:55.765Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.765Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:55.765Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T07:10:55.765Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eff68c58-c0ca-47de-b3f5-8ab922ef765e
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-08-10T07:10:55.767Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.767Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:55.767Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:55.768Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.768Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:55.768Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=cd595629-c0d0-4cc9-93aa-c4de0b659efc
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-08-10T07:10:55.769Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.770Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.770Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500|| resourceSeq for service uuid 61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6: vFW 3bed300c-ecd3
2022-08-10T07:10:55.770Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.770Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.771Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.771Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.771Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.772Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.772Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.772Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.772Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:10:55.773Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.773Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Saving Service: vFW 2022-08-10 07-06-01
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-08-10T07:10:55.892Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3bed300c-ecd3 f0644859-8b33-4fa4-bb17-3fea05d04b96 1 ASDC deployResourceStructure
2022-08-10T07:10:55.893Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json ASDC sendASDCNotification
2022-08-10T07:10:55.893Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json
2022-08-10T07:10:55.893Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:10:55.894Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:55.896Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:55.896Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115455893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "DEPLOY_OK"
}
2022-08-10T07:10:55.996Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:55.997Z||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-08-10T07:10:55.997Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:56.086Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:56.086Z||pool-30-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:10:56.897Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T07:10:56.897Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml
2022-08-10T07:10:56.897Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:10:56.898Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:56.900Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:56.900Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115456896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-10T07:10:57.000Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:57.000Z||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-08-10T07:10:57.001Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:57.265Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:57.265Z||pool-31-thread-1|||||INFO|500||cambria reply ok (265 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:10:57.900Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T07:10:57.901Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env
2022-08-10T07:10:57.901Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:10:57.902Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:57.903Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:57.903Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115457900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-10T07:10:58.004Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:58.004Z||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-08-10T07:10:58.004Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:58.267Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:58.268Z||pool-32-thread-1|||||INFO|500||cambria reply ok (264 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:10:58.907Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar ASDC sendASDCNotification
2022-08-10T07:10:58.907Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:58.907Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:10:58.908Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:58.909Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:58.910Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115458907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-10T07:10:59.010Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:59.010Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T07:10:59.011Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:59.143Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:10:59.143Z||pool-33-thread-1|||||INFO|500||cambria reply ok (133 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:10:59.910Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a50b0c07-0e0e-4236-8901-443417fce506
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-08-10T07:10:59.917Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a50b0c07-0e0e-4236-8901-443417fce506
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-08-10T07:10:59.920Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:10:59.921Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:10:59.921Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:10:59.921Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:10:59.922Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-08-10T07:10:59.922Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-08-10T07:10:59.927Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:11:24.084Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:11:24.087Z||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-08-10T07:11:24.087Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:11:25.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:11:25.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115433937,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:11:25.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:11:25.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:11:25.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "NOTIFIED"
}
2022-08-10T07:11:25.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:11:25.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-10T07:11:25.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:11:25.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:11:25.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:11:25.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-10T07:11:25.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:11:25.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:11:25.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:11:25.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115434952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:11:25.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-10T07:11:25.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115448716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:11:25.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115452431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:11:25.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115453499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:11:25.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115454722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:11:25.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115455893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
"status": "DEPLOY_OK"
}
2022-08-10T07:11:25.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115456896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-10T07:11:25.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115457900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-10T07:11:25.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115458907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-10T07:11:25.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:29.927Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: a50b0c07-0e0e-4236-8901-443417fce506 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-08-10T07:11:29.938Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a50b0c07-0e0e-4236-8901-443417fce506 and serviceModelVersionId: 61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6
2022-08-10T07:11:29.938Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e
2022-08-10T07:11:29.940Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0
2022-08-10T07:11:29.949Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:11:30.029Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:30.030Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||Invoke
2022-08-10T07:11:31.583Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:31.584Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||Invoke
2022-08-10T07:11:33.121Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:33.123Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||Invoke
2022-08-10T07:11:34.157Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:11:34.159Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:34.160Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:11:34.160Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:34.168Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:34.168Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a50b0c07-0e0e-4236-8901-443417fce506 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:11:34.169Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:11:34.169Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:11:34.173Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:11:34.173Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||try to send status {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115494168,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:11:34.273Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:11:34.275Z||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-08-10T07:11:34.275Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:11:34.382Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:11:34.383Z||pool-34-thread-1|||||INFO|500||cambria reply ok (109 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-08-10T07:11:35.186Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:11:35.186Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:35.187Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:11:45.394Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:11:45.395Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:11:45.396Z||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-08-10T07:11:45.396Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:11:55.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:11:55.478Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:11:55.479Z||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-08-10T07:11:55.479Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:12:05.773Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:12:05.774Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:12:05.775Z||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-08-10T07:12:05.775Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:12:15.915Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:12:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:12:24.080Z||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-08-10T07:12:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:12:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:12:24.082Z||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-08-10T07:12:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:12:25.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:12:25.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:12:25.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115494168,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:12:25.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:12:34.159Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:13:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:13:24.080Z||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-08-10T07:13:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:13:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:13:24.082Z||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-08-10T07:13:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:13:34.334Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:13:34.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:14:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:14:24.080Z||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-08-10T07:14:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:14:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:14:24.083Z||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-08-10T07:14:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:14:34.116Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:14:34.161Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:15:24.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:15:24.080Z||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-08-10T07:15:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:15:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:15:24.083Z||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-08-10T07:15:24.084Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:15:33.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:15:34.089Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:16:24.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:16:24.080Z||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-08-10T07:16:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:16:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:16:24.082Z||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-08-10T07:16:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:16:34.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:16:34.156Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:17:24.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:17:24.080Z||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-08-10T07:17:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:17:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:17:24.083Z||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-08-10T07:17:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:17:34.000Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:17:34.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:18:24.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:18:24.082Z||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-08-10T07:18:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:18:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:18:24.083Z||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-08-10T07:18:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:18:24.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:18:24.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115871973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "cds",
"timestamp": 1660115872673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115873049,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "policy-id",
"timestamp": 1660115874568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "cds",
"timestamp": 1660115872673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:18:24.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115871973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115873049,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:18:24.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "policy-id",
"timestamp": 1660115874568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:18:24.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115884651,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:18:24.437Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "cds",
"timestamp": 1660115883955,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "clamp",
"timestamp": 1660115883796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "policy-id",
"timestamp": 1660115883979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:18:24.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "clamp",
"timestamp": 1660115883796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:18:24.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "cds",
"timestamp": 1660115884963,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:18:24.456Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10c0eed6-1f40-4de9-a23b-9f841f60ee75
2022-08-10T07:18:24.457Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10c0eed6-1f40-4de9-a23b-9f841f60ee75 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-08-10T07:18:24.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "policy-id",
"timestamp": 1660115884984,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-10T07:18:24.466Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115886484,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-10T07:18:24.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "policy-id",
"timestamp": 1660115885987,
"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-08-10T07:18:24.471Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10c0eed6-1f40-4de9-a23b-9f841f60ee75
2022-08-10T07:18:24.472Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10c0eed6-1f40-4de9-a23b-9f841f60ee75 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-08-10T07:18:24.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115887488,
"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-08-10T07:18:24.487Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10c0eed6-1f40-4de9-a23b-9f841f60ee75
2022-08-10T07:18:24.487Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10c0eed6-1f40-4de9-a23b-9f841f60ee75 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-08-10T07:18:24.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115888023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660115888023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:18:24.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "aai-ml",
"timestamp": 1660115888207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "aai-ml",
"timestamp": 1660115888207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:18:24.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "aai-ml",
"timestamp": 1660115891482,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:18:24.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "clamp",
"timestamp": 1660115893325,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:18:24.498Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "clamp",
"timestamp": 1660115895335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-10T07:18:24.499Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "clamp",
"timestamp": 1660115896345,
"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-08-10T07:18:24.502Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10c0eed6-1f40-4de9-a23b-9f841f60ee75
2022-08-10T07:18:24.502Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10c0eed6-1f40-4de9-a23b-9f841f60ee75 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-08-10T07:18:24.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "aai-ml",
"timestamp": 1660115897372,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-10T07:18:24.508Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "aai-ml",
"timestamp": 1660115898383,
"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-08-10T07:18:24.511Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 10c0eed6-1f40-4de9-a23b-9f841f60ee75
2022-08-10T07:18:24.511Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10c0eed6-1f40-4de9-a23b-9f841f60ee75 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-08-10T07:18:24.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115891974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
"consumerID": "policy-id",
"timestamp": 1660115894569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115891974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
"consumerID": "policy-id",
"timestamp": 1660115894569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115891974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
"consumerID": "policy-id",
"timestamp": 1660115894569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-10T07:18:24.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660115903048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
"consumerID": "cds",
"timestamp": 1660115902673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1660115891974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-10T07:18:24.942Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:18:24.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"10c0eed6-1f40-4de9-a23b-9f841f60ee75","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ea474646-d5ad-4b5a-8127-056379a984ba","serviceDescription":"service","serviceInvariantUUID":"97debdd4-b972-42da-b0f9-ab05e5398813","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bf319557-3b1a-40e6-91e9-cd1a9968534a","resourceInvariantUUID":"7bd4d0a3-a3f6-4e51-83a9-4baf781ca7bd","resourceCustomizationUUID":"ab0120ca-d1b6-46b4-bfc4-6c3e085734ed","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":"OWE1NzEwN2JmMzg3Y2JlMjU3MzlkMjhhOTU3MWVkNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eff9b6fe-a7f7-4456-992b-a7bc382fbd98","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWJjYjQ1ZGYxNDJkNmVkMzdiMjM2ODIzMGZlYWY3N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28b94a77-de29-4e23-a50b-29875e981dad","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:18:24.950Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:18:24.951Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:18:24.956Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:18:24.956Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115904079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-10T07:18:25.056Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:18:25.058Z||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-08-10T07:18:25.058Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:18:25.164Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:18:25.165Z||pool-35-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":6,"count":1}
2022-08-10T07:18:25.957Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:18:25.962Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:18:25.981Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:18:25.982Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115904079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-10T07:18:26.065Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-08-10T07:18:26.066Z||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-08-10T07:18:26.066Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:18:26.178Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:18:26.178Z||pool-36-thread-1|||||INFO|500||cambria reply ok (113 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:18:26.983Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ea474646-d5ad-4b5a-8127-056379a984ba",
"serviceDescription": "service",
"serviceInvariantUUID": "97debdd4-b972-42da-b0f9-ab05e5398813",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ab0120ca-d1b6-46b4-bfc4-6c3e085734ed",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "bf319557-3b1a-40e6-91e9-cd1a9968534a",
"resourceInvariantUUID": "7bd4d0a3-a3f6-4e51-83a9-4baf781ca7bd",
"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": "ZWJjYjQ1ZGYxNDJkNmVkMzdiMjM2ODIzMGZlYWY3N2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "28b94a77-de29-4e23-a50b-29875e981dad"
}
],
"workloadContext": "Production"
}
2022-08-10T07:18:26.984Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:18:26.984Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ea474646-d5ad-4b5a-8127-056379a984ba ASDC
2022-08-10T07:18:26.985Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10c0eed6-1f40-4de9-a23b-9f841f60ee75
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ea474646-d5ad-4b5a-8127-056379a984ba
ServiceInvariantUUID:97debdd4-b972-42da-b0f9-ab05e5398813
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:28b94a77-de29-4e23-a50b-29875e981dad
ArtifactChecksum:ZWJjYjQ1ZGYxNDJkNmVkMzdiMjM2ODIzMGZlYWY3N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ab0120ca-d1b6-46b4-bfc4-6c3e085734ed
ResourceInvariantUUID:7bd4d0a3-a3f6-4e51-83a9-4baf781ca7bd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bf319557-3b1a-40e6-91e9-cd1a9968534a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-08-10T07:18:26.986Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea474646-d5ad-4b5a-8127-056379a984ba 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-08-10T07:18:27.012Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:18:27.013Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-10T07:18:27.014Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-10T07:18:27.014Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 28b94a77-de29-4e23-a50b-29875e981dad from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-10T07:18:27.014Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-10T07:18:27.014Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-10T07:18:27.108Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-10T07:18:27.111Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 28b94a77-de29-4e23-a50b-29875e981dad 56530
2022-08-10T07:18:27.111Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-10T07:18:27.111Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-10T07:18:27.111Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:18:27.112Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:18:27.114Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:18:27.114Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660115907111,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-10T07:18:27.214Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:18:27.215Z||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-08-10T07:18:27.215Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:18:27.348Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-10T07:18:27.349Z||pool-37-thread-1|||||INFO|500||cambria reply ok (135 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:18:28.114Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:18:28.116Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-10T07:18:28.117Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 28b94a77-de29-4e23-a50b-29875e981dad, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.117Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-10T07:18:28.118Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.118Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.309Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP907272338215858148/Definitions/service-BasicNetwork-template.yml
2022-08-10T07:18:28.889Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:18:28.889Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-10T07:18:28.889Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.889Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-10T07:18:28.891Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-10T07:18:28.891Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.891Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-10T07:18:28.891Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-10T07:18:28.892Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:18:28.892Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery