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-07-12T03:28:54.279Z||main|||||INFO|500||The following profiles are active: basic
2022-07-12T03:29:10.904Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-12T03:29:10.905Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-12T03:29:11.083Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-12T03:29:19.431Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-12T03:29:20.324Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-12T03:29:21.215Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-12T03:29:21.241Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-12T03:29:21.493Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-12T03:29:21.982Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-12T03:29:23.315Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-12T03:29:26.862Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-12T03:29:31.029Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-12T03:29:31.147Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-12T03:29:32.174Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-12T03:29:32.637Z||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-07-12T03:29:35.036Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-12T03:29:36.959Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-12T03:29:37.002Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$9ade955a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-12T03:29:37.003Z||main|||||WARN|500||The sdc end point is not alive
2022-07-12T03:29:42.865Z||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-07-12T03:29:48.586Z||main|||||WARN|500||---
2022-07-12T03:29:48.588Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-12T03:29:48.588Z||main|||||WARN|500||---
2022-07-12T03:29:49.484Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-12T03:29:59.027Z||main|||||INFO|500||Started Application in 69.644 seconds (JVM running for 72.51)
2022-07-12T03:29:59.047Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-12T03:29:59.049Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-12T03:29:59.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-12T03:29:59.110Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-12T03:29:59.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d6ac323d-ef5a-4c87-a612-221cb1a3dfb9 url= /sdc/v1/artifactTypes
2022-07-12T03:29:59.206Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-12T03:30:00.345Z||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.20.225] 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$$ed61bf59.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-07-12T03:30:00.354Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f52f181
2022-07-12T03:30:00.355Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-12T03:30:00.399Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-12T03:30:00.404Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-12T03:30:00.411Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ed61bf59.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-07-12T03:30:49.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-12T03:30:49.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-12T03:30:49.015Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-12T03:30:49.020Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-12T03:30:49.036Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56632ad3-2c9f-4f07-b273-86ccd7ecb64a url= /sdc/v1/artifactTypes
2022-07-12T03:30:49.037Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-12T03:30:50.070Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.20.225] 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$$ed61bf59.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-07-12T03:30:50.071Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@438a655
2022-07-12T03:30:50.073Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-12T03:30:50.074Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-12T03:30:50.074Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-12T03:30:50.075Z||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$$ed61bf59.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-07-12T03:31:39.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-12T03:31:39.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-12T03:31:39.015Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-12T03:31:39.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-12T03:31:39.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ecce510-f430-4637-bf10-fdb7539acc46 url= /sdc/v1/artifactTypes
2022-07-12T03:31:39.029Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-12T03:31:40.060Z||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.20.225] 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$$ed61bf59.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-07-12T03:31:40.062Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@605a4323
2022-07-12T03:31:40.062Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-12T03:31:40.063Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-12T03:31:40.063Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-12T03:31:40.065Z||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$$ed61bf59.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-07-12T03:32:29.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-12T03:32:29.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-12T03:32:29.015Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-12T03:32:29.020Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-12T03:32:29.033Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c22d6e3-1199-4672-83c4-a4469687f2a4 url= /sdc/v1/artifactTypes
2022-07-12T03:32:29.033Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-12T03:32:30.070Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.20.225] 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$$ed61bf59.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-07-12T03:32:30.071Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78a34266
2022-07-12T03:32:30.072Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-12T03:32:30.072Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-12T03:32:30.073Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-12T03:32:30.075Z||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$$ed61bf59.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-07-12T03:33:19.014Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-12T03:33:19.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-12T03:33:19.016Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-12T03:33:19.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-12T03:33:19.035Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47fdfcd2-a84a-41e0-8f0e-c01b2c52a22c url= /sdc/v1/artifactTypes
2022-07-12T03:33:19.036Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-12T03:33:20.057Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.20.225] 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$$ed61bf59.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-07-12T03:33:20.058Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71bc6aec
2022-07-12T03:33:20.059Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-12T03:33:20.061Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-12T03:33:20.062Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-12T03:33:20.065Z||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$$ed61bf59.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-07-12T03:34:09.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-12T03:34:09.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-12T03:34:09.015Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-12T03:34:09.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-12T03:34:09.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3cf346a-adb2-4732-a972-d9e28321ba29 url= /sdc/v1/artifactTypes
2022-07-12T03:34:09.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-12T03:34:09.380Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-12T03:34:09.393Z||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-07-12T03:34:09.425Z||scheduling-1|||||DEBUG|500||create keys
2022-07-12T03:34:09.437Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-12T03:34:09.481Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:34:09.511Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e4d61761-5c3d-48ab-ad87-12b0246cd2a7 url= /sdc/v1/registerForDistribution
2022-07-12T03:34:09.686Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e4d61761-5c3d-48ab-ad87-12b0246cd2a7 url= /sdc/v1/registerForDistribution
2022-07-12T03:34:09.687Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-12T03:34:09.703Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:34:09.705Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:34:09.715Z||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-07-12T03:34:09.716Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:34:09.716Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-12T03:34:09.718Z||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-07-12T03:34:09.718Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:34:20.116Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:34:20.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:35:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:35:09.703Z||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-07-12T03:35:09.703Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:35:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:35:09.711Z||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-07-12T03:35:09.711Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:35:19.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:35:19.344Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:36:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:36:09.702Z||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-07-12T03:36:09.703Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:36:09.705Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:36:09.707Z||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-07-12T03:36:09.708Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:36:19.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:36:19.331Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:37:09.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:37:09.702Z||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-07-12T03:37:09.702Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:37:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:37:09.706Z||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-07-12T03:37:09.707Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:37:19.283Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:37:19.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:38:09.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:38:09.700Z||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-07-12T03:38:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:38:09.706Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:38:09.707Z||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-07-12T03:38:09.707Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:38:19.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:38:19.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:39:00.964Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-12T03:39:09.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:39:09.700Z||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-07-12T03:39:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:39:09.704Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:39:09.705Z||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-07-12T03:39:09.706Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:39:19.272Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:39:19.344Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:40:09.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:40:09.700Z||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-07-12T03:40:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:40:09.704Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:40:09.705Z||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-07-12T03:40:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:40:19.299Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:40:19.321Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:41:09.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:41:09.700Z||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-07-12T03:41:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:41:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:41:09.706Z||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-07-12T03:41:09.706Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:41:19.330Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:41:19.330Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:42:09.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:42:09.702Z||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-07-12T03:42:09.703Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:42:09.704Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:42:09.705Z||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-07-12T03:42:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:42:19.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:42:19.355Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:43:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:43:09.701Z||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-07-12T03:43:09.702Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:43:09.704Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:43:09.705Z||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-07-12T03:43:09.706Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:43:19.308Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:43:19.310Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:44:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:44:09.700Z||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-07-12T03:44:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:44:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:44:09.705Z||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-07-12T03:44:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:44:19.312Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:44:19.318Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:45:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:45:09.700Z||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-07-12T03:45:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:45:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:45:09.705Z||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-07-12T03:45:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:45:19.273Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:45:19.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:46:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:46:09.700Z||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-07-12T03:46:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:46:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:46:09.705Z||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-07-12T03:46:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:46:19.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:46:19.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:47:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:47:09.700Z||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-07-12T03:47:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:47:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:47:09.705Z||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-07-12T03:47:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:47:19.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:47:19.329Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:48:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:48:09.700Z||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-07-12T03:48:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:48:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:48:09.705Z||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-07-12T03:48:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:48:19.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:48:19.282Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:49:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:49:09.700Z||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-07-12T03:49:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:49:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:49:09.705Z||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-07-12T03:49:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:49:19.279Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:49:19.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:50:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:50:09.700Z||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-07-12T03:50:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:50:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:50:09.705Z||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-07-12T03:50:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:50:19.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:50:19.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:51:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:51:09.701Z||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-07-12T03:51:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:51:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:51:09.705Z||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-07-12T03:51:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:51:19.284Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:51:19.286Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:52:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:52:09.701Z||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-07-12T03:52:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:52:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:52:09.705Z||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-07-12T03:52:09.706Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:52:19.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:52:19.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:53:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:53:09.700Z||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-07-12T03:53:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:53:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:53:09.705Z||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-07-12T03:53:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:53:19.282Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:53:19.292Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:54:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:54:09.700Z||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-07-12T03:54:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:54:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:54:09.705Z||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-07-12T03:54:09.706Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:54:19.334Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:54:19.340Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:55:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:55:09.700Z||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-07-12T03:55:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:55:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:55:09.705Z||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-07-12T03:55:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:55:19.288Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:55:19.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:56:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:56:09.700Z||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-07-12T03:56:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:56:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:56:09.705Z||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-07-12T03:56:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:56:19.322Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:56:19.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:57:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:57:09.700Z||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-07-12T03:57:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:57:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:57:09.705Z||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-07-12T03:57:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:57:19.291Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:57:19.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:58:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:58:09.700Z||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-07-12T03:58:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:58:09.704Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:58:09.705Z||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-07-12T03:58:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:58:19.338Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:58:19.343Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:59:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:59:09.700Z||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-07-12T03:59:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:59:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T03:59:09.705Z||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-07-12T03:59:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T03:59:19.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T03:59:19.276Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:00:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:00:09.701Z||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-07-12T04:00:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:00:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:00:09.705Z||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-07-12T04:00:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:00:19.280Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:00:19.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:01:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:01:09.701Z||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-07-12T04:01:09.702Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:01:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:01:09.704Z||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-07-12T04:01:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:01:19.304Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:01:19.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:02:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:02:09.700Z||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-07-12T04:02:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:02:09.704Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:02:09.705Z||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-07-12T04:02:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:02:19.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:02:19.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:03:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:03:09.700Z||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-07-12T04:03:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:03:09.704Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:03:09.705Z||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-07-12T04:03:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:03:19.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:03:19.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:04:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:04:09.700Z||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-07-12T04:04:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:04:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:04:09.705Z||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-07-12T04:04:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:04:19.278Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:04:19.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:05:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:05:09.700Z||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-07-12T04:05:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:05:09.704Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:05:09.705Z||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-07-12T04:05:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:05:19.327Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:05:19.327Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:06:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:06:09.700Z||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-07-12T04:06:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:06:09.704Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:06:09.705Z||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-07-12T04:06:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:06:19.327Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:06:19.331Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:07:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:07:09.700Z||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-07-12T04:07:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:07:09.704Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:07:09.706Z||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-07-12T04:07:09.706Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:07:19.297Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:07:19.313Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:08:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:08:09.700Z||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-07-12T04:08:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:08:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:08:09.705Z||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-07-12T04:08:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:08:19.292Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:08:19.311Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:09:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:09:09.700Z||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-07-12T04:09:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:09:09.704Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:09:09.705Z||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-07-12T04:09:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:09:19.324Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:09:19.341Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:10:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:10:09.700Z||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-07-12T04:10:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:10:09.704Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:10:09.705Z||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-07-12T04:10:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:10:19.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:10:19.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:11:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:11:09.702Z||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-07-12T04:11:09.702Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:11:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:11:09.705Z||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-07-12T04:11:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:11:19.278Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:11:19.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:12:09.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:12:09.701Z||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-07-12T04:12:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:12:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:12:09.705Z||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-07-12T04:12:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:12:19.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:12:19.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:13:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:13:09.701Z||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-07-12T04:13:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:13:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:13:09.705Z||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-07-12T04:13:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:13:19.283Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:13:19.287Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:14:09.703Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:14:09.704Z||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-07-12T04:14:09.704Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:14:09.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:14:09.706Z||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-07-12T04:14:09.706Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:14:19.295Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:14:19.359Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:15:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:15:09.700Z||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-07-12T04:15:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:15:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:15:09.705Z||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-07-12T04:15:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:15:19.283Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:15:19.332Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:16:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:16:09.700Z||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-07-12T04:16:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:16:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:16:09.705Z||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-07-12T04:16:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:16:19.285Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:16:19.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:17:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:17:09.700Z||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-07-12T04:17:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:17:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:17:09.704Z||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-07-12T04:17:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:17:19.306Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:17:19.320Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:18:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:18:09.700Z||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-07-12T04:18:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:18:09.704Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:18:09.705Z||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-07-12T04:18:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:18:19.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:18:19.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:19:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:19:09.700Z||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-07-12T04:19:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:19:09.704Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:19:09.704Z||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-07-12T04:19:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:19:19.328Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:19:19.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:20:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:20:09.700Z||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-07-12T04:20:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:20:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:20:09.705Z||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-07-12T04:20:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:20:19.286Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:20:19.287Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:21:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:21:09.701Z||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-07-12T04:21:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:21:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:21:09.706Z||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-07-12T04:21:09.706Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:21:19.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:21:19.356Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:22:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:22:09.701Z||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-07-12T04:22:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:22:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:22:09.705Z||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-07-12T04:22:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:22:19.357Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:22:19.358Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:23:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:23:09.700Z||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-07-12T04:23:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:23:09.704Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:23:09.704Z||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-07-12T04:23:09.704Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:23:19.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:23:19.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:24:09.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:24:09.701Z||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-07-12T04:24:09.702Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:24:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:24:09.705Z||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-07-12T04:24:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:24:19.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:24:19.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:25:09.700Z||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-07-12T04:25:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:25:09.705Z||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-07-12T04:25:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:09.751Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:09.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-12T04:25:09.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d234dd6e-f9df-48c7-ad0d-d67c18075ab8","serviceName":"vFW 2022-07-12 04-22-43","serviceVersion":"1.0","serviceUUID":"c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632","serviceDescription":"catalog service description","serviceInvariantUUID":"2d57dde2-6c3d-43e7-a6e0-bde38f18b134","resources":[{"resourceInstanceName":"vFW 0240e2d0-1c6b 0","resourceName":"vFW 0240e2d0-1c6b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a576e66b-6b9a-470e-a13b-f0ee5c67074f","resourceInvariantUUID":"5793d472-722c-45d4-a7cf-a7d984c67274","resourceCustomizationUUID":"20592656-2111-4cc5-9a2d-c0ec529aa9b7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml","artifactChecksum":"NjE4ZDkwY2EzOTk3NGUxMzkxZGUxNDY2YTRlNTg0OTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9438c97f-2b6d-47a9-a47b-84fdb3d52dda","artifactVersion":"1"},{"artifactName":"vfw0240e2d01c6b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json","artifactChecksum":"Zjg5OWFmMzUwYWNkMDU2OWE4NGQzYjQyNGM1Mzc2N2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"59e36fb5-3d2c-4c98-a9e7-4d6afbaf7501","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5e1fc52-b8d6-4321-a235-b23b5bd131d4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWZlYjEzZjYyM2UwYjI4N2E4ZjY4YzRlMDVhMzFlMjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cc5ff558-cfe3-4b1c-bd1f-52e712b568af","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d5f52f48-b10f-437a-95f1-4e4033d911d2","artifactVersion":"2","generatedFromUUID":"f5e1fc52-b8d6-4321-a235-b23b5bd131d4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220712042243-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml","artifactChecksum":"ZDY5YTMyZWFlM2JkMTQwNGM4MmY5MDFmYWE3ZTBkYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e2cc42c-b45a-4c08-a755-becdb53feaae","artifactVersion":"1"},{"artifactName":"service-Vfw20220712042243-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar","artifactChecksum":"ZGYzNjc5YjU4OWUwYTRmNjQ2ODkyNzFjNjk4Y2JjZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4697dccf-d38b-4cc8-87be-63406b9e30f3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-12T04:25:09.783Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:25:09.807Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:09.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:09.881Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:09.882Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:09.981Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-07-12T04:25:09.986Z||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-07-12T04:25:09.987Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:10.011Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:10.013Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:25:10.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "cds",
"timestamp": 1657599858796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599859412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "policy-id",
"timestamp": 1657599860047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "cds",
"timestamp": 1657599858796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599859412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "policy-id",
"timestamp": 1657599860047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "aai-ml",
"timestamp": 1657599862104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "cds",
"timestamp": 1657599858796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599859412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "policy-id",
"timestamp": 1657599860047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "aai-ml",
"timestamp": 1657599862104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "cds",
"timestamp": 1657599858796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599859412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "policy-id",
"timestamp": 1657599860047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "aai-ml",
"timestamp": 1657599862104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599863447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "cds",
"timestamp": 1657599858796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599859412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "policy-id",
"timestamp": 1657599860047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "aai-ml",
"timestamp": 1657599862104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599863447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "cds",
"timestamp": 1657599858796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599859412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "policy-id",
"timestamp": 1657599860047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "aai-ml",
"timestamp": 1657599862104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599863447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "cds",
"timestamp": 1657599858796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599859412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "policy-id",
"timestamp": 1657599860047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "aai-ml",
"timestamp": 1657599862104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599863447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "cds",
"timestamp": 1657599867668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.080Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599867328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.080Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "policy-id",
"timestamp": 1657599867946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.081Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "aai-ml",
"timestamp": 1657599862104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599863447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "cds",
"timestamp": 1657599868708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-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-07-12T04:25:10.383Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d234dd6e-f9df-48c7-ad0d-d67c18075ab8
2022-07-12T04:25:10.419Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:25:10.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599868485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "policy-id",
"timestamp": 1657599868960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:25:10.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599863447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "aai-ml",
"timestamp": 1657599870063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "policy-id",
"timestamp": 1657599869968,
"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-07-12T04:25:10.497Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d234dd6e-f9df-48c7-ad0d-d67c18075ab8
2022-07-12T04:25:10.497Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:25:10.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599869701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599869649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599863447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599869649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599870805,
"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-07-12T04:25:10.533Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d234dd6e-f9df-48c7-ad0d-d67c18075ab8
2022-07-12T04:25:10.533Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:25:10.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599871364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "clamp",
"timestamp": 1657599871539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599869649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599871813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-12T04:25:10.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "clamp",
"timestamp": 1657599871539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599869649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "clamp",
"timestamp": 1657599871539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599869649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "cds",
"timestamp": 1657599873800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "clamp",
"timestamp": 1657599871539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599869649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "cds",
"timestamp": 1657599873800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "clamp",
"timestamp": 1657599871539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599869649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "cds",
"timestamp": 1657599873800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "clamp",
"timestamp": 1657599871539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "cds",
"timestamp": 1657599873800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "clamp",
"timestamp": 1657599871539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "cds",
"timestamp": 1657599873800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599878710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:25:10.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "cds",
"timestamp": 1657599873800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599879716,
"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-07-12T04:25:10.579Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d234dd6e-f9df-48c7-ad0d-d67c18075ab8
2022-07-12T04:25:10.579Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:25:10.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599879412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "cds",
"timestamp": 1657599873800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "policy-id",
"timestamp": 1657599880048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599879412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "cds",
"timestamp": 1657599881761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.607Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "policy-id",
"timestamp": 1657599880048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599879412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "cds",
"timestamp": 1657599882799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-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-07-12T04:25:10.631Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0397d47d-c974-45fe-b3f8-a8e7151bbb77
2022-07-12T04:25:10.631Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:25:10.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "policy-id",
"timestamp": 1657599880048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599879412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "policy-id",
"timestamp": 1657599880048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599879412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "policy-id",
"timestamp": 1657599880048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "clamp",
"timestamp": 1657599885314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599879412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "policy-id",
"timestamp": 1657599880048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599879412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "policy-id",
"timestamp": 1657599880048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "clamp",
"timestamp": 1657599887411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:25:10.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599887310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "policy-id",
"timestamp": 1657599887949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "clamp",
"timestamp": 1657599888420,
"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-07-12T04:25:10.664Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d234dd6e-f9df-48c7-ad0d-d67c18075ab8
2022-07-12T04:25:10.665Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:25:10.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599888387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "policy-id",
"timestamp": 1657599888957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:25:10.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599889506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599889665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "policy-id",
"timestamp": 1657599889962,
"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-07-12T04:25:10.695Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0397d47d-c974-45fe-b3f8-a8e7151bbb77
2022-07-12T04:25:10.695Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:25:10.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599890545,
"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-07-12T04:25:10.725Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0397d47d-c974-45fe-b3f8-a8e7151bbb77
2022-07-12T04:25:10.726Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:25:10.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599889665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657599891552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-12T04:25:10.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599889665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "aai-ml",
"timestamp": 1657599892809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:25:10.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599889665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "aai-ml",
"timestamp": 1657599893820,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-12T04:25:10.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d234dd6e-f9df-48c7-ad0d-d67c18075ab8
2022-07-12T04:25:10.746Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:25:10.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599889665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599893447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "aai-ml",
"timestamp": 1657599894825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599889665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599893447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "aai-ml",
"timestamp": 1657599894825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "ves-openapi-manager",
"timestamp": 1657599889665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599893447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "aai-ml",
"timestamp": 1657599894825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599893447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "aai-ml",
"timestamp": 1657599894825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599893447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "aai-ml",
"timestamp": 1657599894825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599893447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "aai-ml",
"timestamp": 1657599894825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599893447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "aai-ml",
"timestamp": 1657599894825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599901272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "aai-ml",
"timestamp": 1657599902682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:10.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "clamp",
"timestamp": 1657599901539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "clamp",
"timestamp": 1657599901539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599903974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:25:10.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:25:10.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "clamp",
"timestamp": 1657599901539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657599904979,
"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-07-12T04:25:10.783Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0397d47d-c974-45fe-b3f8-a8e7151bbb77
2022-07-12T04:25:10.783Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:25:10.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "clamp",
"timestamp": 1657599901539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "clamp",
"timestamp": 1657599901539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "clamp",
"timestamp": 1657599901539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:10.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:25:10.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "clamp",
"timestamp": 1657599901539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:25:10.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:25:10.907Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:25:10.908Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:10.911Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:10.911Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "NOTIFIED"
}
2022-07-12T04:25:11.011Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:25:11.012Z||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-07-12T04:25:11.012Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:11.050Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:11.051Z||pool-4-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:25:11.912Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:25:11.913Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:11.917Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:11.918Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-12T04:25:12.018Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:25:12.020Z||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-07-12T04:25:12.020Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:12.043Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:12.044Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:25:12.918Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:25:12.922Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:12.928Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:12.928Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:13.028Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:25:13.029Z||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-07-12T04:25:13.029Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:13.058Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:13.059Z||pool-6-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:25:13.929Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:25:13.930Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:13.934Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:13.934Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-12T04:25:14.034Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:25:14.035Z||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-07-12T04:25:14.035Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:14.055Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:14.056Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:25:14.935Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:25:14.936Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:14.938Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:14.939Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:25:15.039Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:25:15.040Z||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-07-12T04:25:15.040Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:15.066Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:15.068Z||pool-8-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:25:15.939Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:25:15.940Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:15.943Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:15.943Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:25:16.043Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:25:16.045Z||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-07-12T04:25:16.045Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:16.065Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:16.066Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:25:16.948Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"serviceName": "vFW 2022-07-12 04-22-43",
"serviceVersion": "1.0",
"serviceUUID": "c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2d57dde2-6c3d-43e7-a6e0-bde38f18b134",
"resources": [
{
"resourceInstanceName": "vFW 0240e2d0-1c6b 0",
"resourceCustomizationUUID": "20592656-2111-4cc5-9a2d-c0ec529aa9b7",
"resourceName": "vFW 0240e2d0-1c6b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a576e66b-6b9a-470e-a13b-f0ee5c67074f",
"resourceInvariantUUID": "5793d472-722c-45d4-a7cf-a7d984c67274",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0240e2d01c6b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"artifactChecksum": "Zjg5OWFmMzUwYWNkMDU2OWE4NGQzYjQyNGM1Mzc2N2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "59e36fb5-3d2c-4c98-a9e7-4d6afbaf7501",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f5e1fc52-b8d6-4321-a235-b23b5bd131d4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d5f52f48-b10f-437a-95f1-4e4033d911d2",
"generatedFromUUID": "f5e1fc52-b8d6-4321-a235-b23b5bd131d4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d5f52f48-b10f-437a-95f1-4e4033d911d2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220712042243-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"artifactChecksum": "ZGYzNjc5YjU4OWUwYTRmNjQ2ODkyNzFjNjk4Y2JjZGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4697dccf-d38b-4cc8-87be-63406b9e30f3"
}
],
"workloadContext": "Production"
}
2022-07-12T04:25:16.950Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-12T04:25:16.951Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632 ASDC
2022-07-12T04:25:17.134Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d234dd6e-f9df-48c7-ad0d-d67c18075ab8
ServiceName:vFW 2022-07-12 04-22-43
ServiceVersion:1.0
ServiceUUID:c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632
ServiceInvariantUUID:2d57dde2-6c3d-43e7-a6e0-bde38f18b134
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220712042243-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar
ArtifactUUID:4697dccf-d38b-4cc8-87be-63406b9e30f3
ArtifactChecksum:ZGYzNjc5YjU4OWUwYTRmNjQ2ODkyNzFjNjk4Y2JjZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0240e2d0-1c6b 0
ResourceCustomizationUUID:20592656-2111-4cc5-9a2d-c0ec529aa9b7
ResourceInvariantUUID:5793d472-722c-45d4-a7cf-a7d984c67274
ResourceName:vFW 0240e2d0-1c6b
ResourceType:VF
ResourceUUID:a576e66b-6b9a-470e-a13b-f0ee5c67074f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0240e2d01c6b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json
ArtifactUUID:59e36fb5-3d2c-4c98-a9e7-4d6afbaf7501
ArtifactChecksum:Zjg5OWFmMzUwYWNkMDU2OWE4NGQzYjQyNGM1Mzc2N2M=
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/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml
ArtifactUUID:f5e1fc52-b8d6-4321-a235-b23b5bd131d4
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/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env
ArtifactUUID:d5f52f48-b10f-437a-95f1-4e4033d911d2
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/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env
ArtifactUUID:d5f52f48-b10f-437a-95f1-4e4033d911d2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-12T04:25:17.134Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632 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-07-12T04:25:17.213Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-12T04:25:17.215Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-12T04:25:17.218Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-12T04:25:17.218Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4697dccf-d38b-4cc8-87be-63406b9e30f3 from URL: /sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar
2022-07-12T04:25:17.218Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-12T04:25:17.221Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar
2022-07-12T04:25:17.366Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-12T04:25:17.394Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar 4697dccf-d38b-4cc8-87be-63406b9e30f3 99012
2022-07-12T04:25:17.396Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar ASDC sendASDCNotification
2022-07-12T04:25:17.396Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar
2022-07-12T04:25:17.397Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-12T04:25:17.399Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:17.401Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:17.402Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599917395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:17.503Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-12T04:25:17.505Z||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-07-12T04:25:17.505Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:17.532Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:17.533Z||pool-10-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:25:18.402Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-12T04:25:18.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-12T04:25:18.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4697dccf-d38b-4cc8-87be-63406b9e30f3, URL: /sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar to file: /app/ASDC/1/service-Vfw20220712042243-csar.csar
2022-07-12T04:25:18.405Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220712042243-csar.csar
2022-07-12T04:25:18.528Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220712042243-csar.csar
2022-07-12T04:25:18.528Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220712042243-csar.csar
2022-07-12T04:25:19.423Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11206399699785730957/Definitions/service-Vfw20220712042243-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-12T04:25:24.363Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-12T04:25:24.369Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-12T04:25:24.369Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0240e2d0-1c6b 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-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar
2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-12T04:25:24.380Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.383Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:24.391Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria
2022-07-12T04:25:24.391Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-12T04:25:24.393Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-12T04:25:24.395Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.395Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:24.396Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria
2022-07-12T04:25:24.396Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-12T04:25:24.396Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-12T04:25:24.397Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.397Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:24.401Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.402Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria
2022-07-12T04:25:24.402Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-12T04:25:24.402Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-12T04:25:24.402Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:24.403Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-12T04:25:24.403Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-12T04:25:24.403Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-12T04:25:24.403Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-12T04:25:24.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-12T04:25:24.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-12T04:25:24.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-12T04:25:24.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:24.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-12T04:25:24.405Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:24.405Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-12T04:25:24.405Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-12T04:25:24.405Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-12T04:25:24.406Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.406Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-12T04:25:24.407Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.408Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria
2022-07-12T04:25:24.408Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:25:24.408Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.409Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria
2022-07-12T04:25:24.409Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:25:24.409Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.409Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria
2022-07-12T04:25:24.410Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:25:24.410Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.410Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria
2022-07-12T04:25:24.410Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-12T04:25:24.411Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-12T04:25:24.411Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-12T04:25:24.411Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-12T04:25:24.412Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-12T04:25:24.412Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-12T04:25:24.412Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:24.412Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-12T04:25:24.412Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:24.413Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-12T04:25:24.413Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-12T04:25:24.413Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b62c8b0-83d9-430b-991a-9bb225fc316e
2022-07-12T04:25:24.413Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.414Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria
2022-07-12T04:25:24.414Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-12T04:25:24.414Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-12T04:25:24.415Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:24.415Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-12T04:25:24.415Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-12T04:25:24.415Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-12T04:25:24.415Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-12T04:25:24.416Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-12T04:25:24.416Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-12T04:25:24.416Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:24.416Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-12T04:25:24.416Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-12T04:25:24.417Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=626d6d1f-71dd-4218-b43c-10b8bfe8894c
2022-07-12T04:25:24.417Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.417Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria
2022-07-12T04:25:24.417Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-12T04:25:24.418Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-12T04:25:24.418Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:24.418Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-12T04:25:24.418Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-12T04:25:24.418Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-12T04:25:24.419Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-12T04:25:24.419Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-12T04:25:24.419Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-12T04:25:24.419Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-12T04:25:24.419Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:24.420Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-12T04:25:24.420Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c17ac18c-bb14-4cfb-a738-da6fd405b4ce
2022-07-12T04:25:24.420Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.420Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:24.420Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.421Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:24.421Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.421Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:24.421Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:24.422Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:24.422Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-12 04-22-43
Description:catalog service description
Model UUID:c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632
Model Version:NULL
Model InvariantUuid:2d57dde2-6c3d-43e7-a6e0-bde38f18b134
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0240e2d0-1c6b
Model UUID:113a6e26-09ad-461a-8bd9-1b75bb4aec40
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5793d472-722c-45d4-a7cf-a7d984c67274
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:20592656-2111-4cc5-9a2d-c0ec529aa9b7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8614bdc6-c071-48d2-a05f-1263a85f8bb1
ModelName:Vfw0240e2d01c6b..base_vfw..module-0
ModelUuid:cb89ec33-e38a-4372-820a-d911812e34cb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9b62c8b0-83d9-430b-991a-9bb225fc316e
ModelInvariantUuid:8ca00223-6f64-4553-8800-6af8e65f12eb
ModelName:vFW 0240e2d0-1c6b-nodes.vfwCvfc
ModelUuid:bd228c02-3f01-4d6a-8bfd-499faef167be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:67298df1-f22e-4a93-9ee5-682762f3ee44
ModelInvariantUuid:b9a00ad0-4810-4ae7-88eb-6f232d7c209d
ModelName:Vfw0240e2d01c6b.compute.nodes.heat.vfw
ModelUuid:96e1d7f0-6264-49e1-b705-681d91a5617d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:626d6d1f-71dd-4218-b43c-10b8bfe8894c
ModelInvariantUuid:d96d9b93-df24-41d3-b304-c57a072f9b82
ModelName:vFW 0240e2d0-1c6b-nodes.vsnCvfc
ModelUuid:fe403801-a462-4de2-956d-4dd188f5ed1a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5c425eb9-7089-4b92-9e13-6b815c663368
ModelInvariantUuid:506da065-5aa6-49c2-911e-c5786b043a2a
ModelName:Vfw0240e2d01c6b.compute.nodes.heat.vsn
ModelUuid:42252817-304a-422a-8b6e-f813a2cd4b61
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c17ac18c-bb14-4cfb-a738-da6fd405b4ce
ModelInvariantUuid:2048d5d6-eae1-4418-9f93-e889b5c8842d
ModelName:vFW 0240e2d0-1c6b-nodes.vpgCvfc
ModelUuid:e734753b-cd08-424c-bba9-de1f799fd3b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ef865f7e-8d43-40bc-a86b-867d202733b5
ModelInvariantUuid:bde3cb98-d8a4-48c3-ae24-da59137afeb5
ModelName:Vfw0240e2d01c6b.compute.nodes.heat.vpg
ModelUuid:58852f02-edd1-4839-a3ef-f36b17e5e414
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-07-12T04:25:24.440Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: a576e66b-6b9a-470e-a13b-f0ee5c67074f
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-07-12T04:25:24.567Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||vFW 0240e2d0-1c6b 0
2022-07-12T04:25:24.574Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a576e66b-6b9a-470e-a13b-f0ee5c67074f
2022-07-12T04:25:24.574Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 59e36fb5-3d2c-4c98-a9e7-4d6afbaf7501 from URL: /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json
2022-07-12T04:25:24.575Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-12T04:25:24.575Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json
2022-07-12T04:25:24.777Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-12T04:25:24.777Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json 59e36fb5-3d2c-4c98-a9e7-4d6afbaf7501 785
2022-07-12T04:25:24.778Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json ASDC sendASDCNotification
2022-07-12T04:25:24.778Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json
2022-07-12T04:25:24.778Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-12T04:25:24.779Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:24.781Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:24.782Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599924778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:24.882Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:25:24.883Z||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-07-12T04:25:24.884Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:24.903Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:24.904Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:25:25.783Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0240e2d01c6b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8614bdc6-c071-48d2-a05f-1263a85f8bb1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cb89ec33-e38a-4372-820a-d911812e34cb",
"vfModuleModelCustomizationUUID": "3148533d-cae2-423f-a314-a6dee812ac62",
"isBase": true,
"artifacts": [
"f5e1fc52-b8d6-4321-a235-b23b5bd131d4",
"d5f52f48-b10f-437a-95f1-4e4033d911d2"
],
"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-07-12T04:25:25.801Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0240e2d01c6b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb89ec33-e38a-4372-820a-d911812e34cb
VfModuleModelInvariantUUID:8614bdc6-c071-48d2-a05f-1263a85f8bb1
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5e1fc52-b8d6-4321-a235-b23b5bd131d4
,
d5f52f48-b10f-437a-95f1-4e4033d911d2
}
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-07-12T04:25:25.805Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0240e2d01c6b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8614bdc6-c071-48d2-a05f-1263a85f8bb1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cb89ec33-e38a-4372-820a-d911812e34cb",
"vfModuleModelCustomizationUUID": "3148533d-cae2-423f-a314-a6dee812ac62",
"isBase": true,
"artifacts": [
"f5e1fc52-b8d6-4321-a235-b23b5bd131d4",
"d5f52f48-b10f-437a-95f1-4e4033d911d2"
],
"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-07-12T04:25:25.805Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0240e2d01c6b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb89ec33-e38a-4372-820a-d911812e34cb
VfModuleModelInvariantUUID:8614bdc6-c071-48d2-a05f-1263a85f8bb1
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5e1fc52-b8d6-4321-a235-b23b5bd131d4
,
d5f52f48-b10f-437a-95f1-4e4033d911d2
}
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-07-12T04:25:25.806Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f5e1fc52-b8d6-4321-a235-b23b5bd131d4 from URL: /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml
2022-07-12T04:25:25.806Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-12T04:25:25.806Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml
2022-07-12T04:25:25.867Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-12T04:25:25.868Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml f5e1fc52-b8d6-4321-a235-b23b5bd131d4 20368
2022-07-12T04:25:25.869Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-12T04:25:25.869Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml
2022-07-12T04:25:25.869Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-12T04:25:25.870Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:25.873Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:25.873Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599925869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:25.973Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:25:25.975Z||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-07-12T04:25:25.976Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:25.996Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:25.997Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:25:26.874Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d5f52f48-b10f-437a-95f1-4e4033d911d2 from URL: /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env
2022-07-12T04:25:26.874Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-12T04:25:26.879Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env
2022-07-12T04:25:26.956Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-12T04:25:26.956Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env d5f52f48-b10f-437a-95f1-4e4033d911d2 2098
2022-07-12T04:25:26.957Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-12T04:25:26.957Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env
2022-07-12T04:25:26.958Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-12T04:25:26.958Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:26.961Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:26.962Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599926957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:25:27.061Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-12T04:25:27.062Z||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-07-12T04:25:27.063Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:27.085Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:27.086Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:25:27.962Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632
2022-07-12T04:25:27.963Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0240e2d0-1c6b 0 a576e66b-6b9a-470e-a13b-f0ee5c67074f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-12T04:25:28.027Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@191bd5fb, org.onap.sdc.toscaparser.api.parameters.Input@4c9eef9b, org.onap.sdc.toscaparser.api.parameters.Input@12b7437, org.onap.sdc.toscaparser.api.parameters.Input@5a24f42, org.onap.sdc.toscaparser.api.parameters.Input@42d1f600]
2022-07-12T04:25:28.033Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.034Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:28.035Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-07-12T04:25:28.035Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 20592656-2111-4cc5-9a2d-c0ec529aa9b7
2022-07-12T04:25:28.035Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20592656-2111-4cc5-9a2d-c0ec529aa9b7 matches Tosca VF Customization UUID: 20592656-2111-4cc5-9a2d-c0ec529aa9b7
2022-07-12T04:25:28.036Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 20592656-2111-4cc5-9a2d-c0ec529aa9b7 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-07-12T04:25:28.047Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.048Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:28.052Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 20592656-2111-4cc5-9a2d-c0ec529aa9b7: {\"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-07-12T04:25:28.053Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a80b484
2022-07-12T04:25:28.053Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.053Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-12T04:25:28.054Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3148533d-cae2-423f-a314-a6dee812ac62
2022-07-12T04:25:28.056Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3148533d-cae2-423f-a314-a6dee812ac62
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-07-12T04:25:28.071Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.072Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria
2022-07-12T04:25:28.072Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:25:28.073Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.073Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria
2022-07-12T04:25:28.073Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:25:28.074Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.074Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria
2022-07-12T04:25:28.074Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-12T04:25:28.075Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-12T04:25:28.075Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-12T04:25:28.075Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-12T04:25:28.076Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-12T04:25:28.076Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-12T04:25:28.076Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:28.076Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-12T04:25:28.077Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:28.077Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-12T04:25:28.078Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-12T04:25:28.078Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b62c8b0-83d9-430b-991a-9bb225fc316e
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-07-12T04:25:28.098Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.098Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria
2022-07-12T04:25:28.099Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:25:28.099Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.100Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria
2022-07-12T04:25:28.100Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-12T04:25:28.101Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-12T04:25:28.101Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:28.101Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-12T04:25:28.102Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-12T04:25:28.102Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-12T04:25:28.102Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-12T04:25:28.103Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-12T04:25:28.103Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-12T04:25:28.103Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:28.103Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-12T04:25:28.104Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-12T04:25:28.104Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=626d6d1f-71dd-4218-b43c-10b8bfe8894c
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-07-12T04:25:28.108Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.108Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria
2022-07-12T04:25:28.108Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:25:28.114Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.114Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria
2022-07-12T04:25:28.115Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-12T04:25:28.115Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-12T04:25:28.115Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:28.116Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-12T04:25:28.116Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-12T04:25:28.116Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-12T04:25:28.116Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-12T04:25:28.117Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-12T04:25:28.117Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-12T04:25:28.117Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-12T04:25:28.117Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-12T04:25:28.118Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-12T04:25:28.118Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c17ac18c-bb14-4cfb-a738-da6fd405b4ce
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-07-12T04:25:28.121Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.122Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria
2022-07-12T04:25:28.122Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:25:28.122Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.122Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria
2022-07-12T04:25:28.123Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=20592656-2111-4cc5-9a2d-c0ec529aa9b7
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-07-12T04:25:28.125Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.126Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:28.127Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632: vFW 0240e2d0-1c6b
2022-07-12T04:25:28.127Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.127Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:28.127Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.128Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:28.128Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.128Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:28.128Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.129Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:28.129Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:25:28.129Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:25:28.129Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-07-12 04-22-43
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-07-12T04:25:28.569Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0240e2d0-1c6b a576e66b-6b9a-470e-a13b-f0ee5c67074f 1 ASDC deployResourceStructure
2022-07-12T04:25:28.570Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json ASDC sendASDCNotification
2022-07-12T04:25:28.570Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json
2022-07-12T04:25:28.571Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-12T04:25:28.571Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:28.574Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:28.574Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599928570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-12T04:25:28.674Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:25:28.676Z||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-07-12T04:25:28.677Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:28.698Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:28.699Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:25:29.575Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-12T04:25:29.575Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml
2022-07-12T04:25:29.575Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-12T04:25:29.576Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:29.578Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:29.578Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599929575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-12T04:25:29.679Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:25:29.680Z||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-07-12T04:25:29.680Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:29.696Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:29.697Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:25:30.579Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-12T04:25:30.580Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env
2022-07-12T04:25:30.580Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-12T04:25:30.581Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:30.583Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:30.584Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599930579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-12T04:25:30.684Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:25:30.685Z||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-07-12T04:25:30.685Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:30.703Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:30.704Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:25:31.585Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar ASDC sendASDCNotification
2022-07-12T04:25:31.586Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar
2022-07-12T04:25:31.586Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-12T04:25:31.586Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:25:31.592Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:25:31.593Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599931585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:25:31.689Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-12T04:25:31.691Z||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-07-12T04:25:31.691Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:25:31.736Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:25:31.737Z||pool-17-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:25:32.594Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d234dd6e-f9df-48c7-ad0d-d67c18075ab8
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-07-12T04:25:32.619Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d234dd6e-f9df-48c7-ad0d-d67c18075ab8
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-07-12T04:25:32.626Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-12T04:25:32.627Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-12T04:25:32.627Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-12T04:25:32.627Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-12T04:25:32.627Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:25:32.628Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:25:32.628Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:25:32.628Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:25:32.628Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:25:32.628Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:25:32.628Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-12T04:25:32.637Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-12T04:26:02.638Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:26:02.649Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d234dd6e-f9df-48c7-ad0d-d67c18075ab8 and serviceModelVersionId: c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632
2022-07-12T04:26:02.649Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d57dde2-6c3d-43e7-a6e0-bde38f18b134
2022-07-12T04:26:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:26:09.706Z||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-07-12T04:26:09.706Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:09.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:09.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-12T04:26:09.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:26:09.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-07-12T04:26:24.599Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0
2022-07-12T04:26:24.765Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-12T04:26:25.644Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0|INFO|500||Invoke
2022-07-12T04:26:25.660Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d234dd6e-f9df-48c7-ad0d-d67c18075ab8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e062211-3ee5-48ec-a95d-940c5d48356d], X-ECOMP-RequestID=[d234dd6e-f9df-48c7-ad0d-d67c18075ab8], X-TransactionId=[], X-ONAP-RequestID=[d234dd6e-f9df-48c7-ad0d-d67c18075ab8], Content-Type=[application/merge-patch+json]}
2022-07-12T04:26:25.904Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-12T04:26:26.440Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220712-04:26:25:918-27817], vertex-id=[311416], Content-Length=[0], Date=[Tue, 12 Jul 2022 04:26:25 GMT], Content-Type=[application/json]}
2022-07-12T04:26:26.443Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-12T04:26:26.444Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0|INFO|500||InvokeReturn
2022-07-12T04:26:26.453Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-12T04:26:26.454Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-12T04:26:26.462Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-07-12T04:26:26.464Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d234dd6e-f9df-48c7-ad0d-d67c18075ab8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-12T04:26:26.467Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-12T04:26:26.469Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:26.473Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:26.473Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599986464,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-12T04:26:26.573Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:26:26.575Z||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-07-12T04:26:26.575Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:26.601Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:26.601Z||pool-18-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-12T04:26:27.502Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:26:27.503Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|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-07-12T04:26:27.504Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:28.034Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:28.035Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-12T04:26:28.036Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0397d47d-c974-45fe-b3f8-a8e7151bbb77","serviceName":"basic_onboard_AaoFYo","serviceVersion":"1.0","serviceUUID":"92b694cc-18a7-4ca4-8eee-ca39968116db","serviceDescription":"service","serviceInvariantUUID":"6e2b6324-105a-41d4-bbda-b193305a9567","resources":[{"resourceInstanceName":"basic_onboard_AaoFYo 0","resourceName":"basic_onboard_AaoFYo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c73253be-6593-44b1-a3b3-a4de25b3ea55","resourceInvariantUUID":"9c42217d-da10-4c6f-89dd-2aa816b6c2b6","resourceCustomizationUUID":"5850ea45-16bf-4e32-b42f-073df949592e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml","artifactChecksum":"ODA4ZDQzZTc4ODE0YjQ5YTBmYTA4YjA2ODBjNzFiZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"144f2d92-1cea-4d40-a331-f9888cb0ebc0","artifactVersion":"1"},{"artifactName":"basic_onboard_aaofyo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json","artifactChecksum":"NDJlZGYxZTlmOWJhODYwYmY1MmUwNmI2NWFhODRjMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"20d5b15c-f342-4f36-a1b7-4e2fa941ad24","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fa6f21cf-9128-4cfe-a081-ae199644c173","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"47b699f8-6314-436d-a43a-2b23a651d564","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"82032acf-4e0a-424b-ac96-796ed1a6af24","artifactVersion":"2","generatedFromUUID":"fa6f21cf-9128-4cfe-a081-ae199644c173"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAaofyo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml","artifactChecksum":"MjhiMTRiNjUyZmRjNzc1NjYzNDEwYTBlYWZlZWM4YTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a4cde39-c5df-41cc-baa6-42ae2b90ae4d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAaofyo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar","artifactChecksum":"N2Y0YjFkZTUzOGUyODFhZDA5ZmVlYjRhZjdhNTU5Y2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d782a111-b43f-44fd-b027-1ae729c50e62","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-12T04:26:28.041Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:26:28.042Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:28.046Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:28.046Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:26:28.145Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-12T04:26:28.146Z||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-07-12T04:26:28.147Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:28.163Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:28.163Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:26:29.047Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:26:29.049Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:29.052Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:29.053Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "NOTIFIED"
}
2022-07-12T04:26:29.153Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-12T04:26:29.154Z||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-07-12T04:26:29.154Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:29.172Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:29.173Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:26:30.056Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:26:30.057Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:30.060Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:30.061Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-12T04:26:30.160Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-12T04:26:30.162Z||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-07-12T04:26:30.162Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:30.185Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:30.186Z||pool-21-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:26:31.061Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:26:31.062Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:31.065Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:31.065Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:26:31.166Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-12T04:26:31.167Z||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-07-12T04:26:31.167Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:31.186Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:31.187Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:26:32.066Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:26:32.067Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:32.070Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:32.070Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-12T04:26:32.170Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:26:32.171Z||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-07-12T04:26:32.171Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:32.191Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:32.191Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:26:33.071Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:26:33.072Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:33.078Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:33.078Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:26:33.176Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-12T04:26:33.177Z||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-07-12T04:26:33.177Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:33.200Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:33.201Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:26:34.079Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:26:34.080Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:34.084Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:34.084Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:26:34.185Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:26:34.186Z||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-07-12T04:26:34.186Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:34.207Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:34.208Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:26:35.087Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"serviceName": "basic_onboard_AaoFYo",
"serviceVersion": "1.0",
"serviceUUID": "92b694cc-18a7-4ca4-8eee-ca39968116db",
"serviceDescription": "service",
"serviceInvariantUUID": "6e2b6324-105a-41d4-bbda-b193305a9567",
"resources": [
{
"resourceInstanceName": "basic_onboard_AaoFYo 0",
"resourceCustomizationUUID": "5850ea45-16bf-4e32-b42f-073df949592e",
"resourceName": "basic_onboard_AaoFYo",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c73253be-6593-44b1-a3b3-a4de25b3ea55",
"resourceInvariantUUID": "9c42217d-da10-4c6f-89dd-2aa816b6c2b6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_aaofyo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"artifactChecksum": "NDJlZGYxZTlmOWJhODYwYmY1MmUwNmI2NWFhODRjMjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "20d5b15c-f342-4f36-a1b7-4e2fa941ad24",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fa6f21cf-9128-4cfe-a081-ae199644c173",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "82032acf-4e0a-424b-ac96-796ed1a6af24",
"generatedFromUUID": "fa6f21cf-9128-4cfe-a081-ae199644c173"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "82032acf-4e0a-424b-ac96-796ed1a6af24",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAaofyo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"artifactChecksum": "N2Y0YjFkZTUzOGUyODFhZDA5ZmVlYjRhZjdhNTU5Y2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d782a111-b43f-44fd-b027-1ae729c50e62"
}
],
"workloadContext": "Production"
}
2022-07-12T04:26:35.087Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-12T04:26:35.088Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 92b694cc-18a7-4ca4-8eee-ca39968116db ASDC
2022-07-12T04:26:35.089Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0397d47d-c974-45fe-b3f8-a8e7151bbb77
ServiceName:basic_onboard_AaoFYo
ServiceVersion:1.0
ServiceUUID:92b694cc-18a7-4ca4-8eee-ca39968116db
ServiceInvariantUUID:6e2b6324-105a-41d4-bbda-b193305a9567
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAaofyo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar
ArtifactUUID:d782a111-b43f-44fd-b027-1ae729c50e62
ArtifactChecksum:N2Y0YjFkZTUzOGUyODFhZDA5ZmVlYjRhZjdhNTU5Y2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_AaoFYo 0
ResourceCustomizationUUID:5850ea45-16bf-4e32-b42f-073df949592e
ResourceInvariantUUID:9c42217d-da10-4c6f-89dd-2aa816b6c2b6
ResourceName:basic_onboard_AaoFYo
ResourceType:VF
ResourceUUID:c73253be-6593-44b1-a3b3-a4de25b3ea55
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_aaofyo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json
ArtifactUUID:20d5b15c-f342-4f36-a1b7-4e2fa941ad24
ArtifactChecksum:NDJlZGYxZTlmOWJhODYwYmY1MmUwNmI2NWFhODRjMjQ=
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/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fa6f21cf-9128-4cfe-a081-ae199644c173
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/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env
ArtifactUUID:82032acf-4e0a-424b-ac96-796ed1a6af24
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/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env
ArtifactUUID:82032acf-4e0a-424b-ac96-796ed1a6af24
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-12T04:26:35.089Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92b694cc-18a7-4ca4-8eee-ca39968116db 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-07-12T04:26:35.142Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-12T04:26:35.143Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-12T04:26:35.143Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-12T04:26:35.143Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d782a111-b43f-44fd-b027-1ae729c50e62 from URL: /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:35.144Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-12T04:26:35.145Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:35.259Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-12T04:26:35.263Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar d782a111-b43f-44fd-b027-1ae729c50e62 71578
2022-07-12T04:26:35.264Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar ASDC sendASDCNotification
2022-07-12T04:26:35.264Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:35.264Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-12T04:26:35.264Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:35.267Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:35.267Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599995264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:26:35.367Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:26:35.369Z||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-07-12T04:26:35.369Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:35.388Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:35.389Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:26:36.267Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-12T04:26:36.269Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-12T04:26:36.270Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d782a111-b43f-44fd-b027-1ae729c50e62, URL: /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar to file: /app/ASDC/1/service-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:36.270Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:36.271Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:36.271Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:36.496Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10750603969838033298/Definitions/service-BasicOnboardAaofyo-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-07-12T04:26:38.411Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-12T04:26:38.412Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-12T04:26:38.412Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:38.412Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-12T04:26:38.413Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:38.413Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:38.413Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:38.413Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:38.413Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:38.413Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:38.414Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:38.414Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:38.414Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AaoFYo 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-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:38.414Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-12T04:26:38.415Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:38.415Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:38.415Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria
2022-07-12T04:26:38.415Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-12T04:26:38.416Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-12T04:26:38.416Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:38.416Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:38.417Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria
2022-07-12T04:26:38.417Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-12T04:26:38.417Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-12T04:26:38.417Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:38.417Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:38.418Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:38.418Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is not matching search criteria
2022-07-12T04:26:38.418Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-12T04:26:38.418Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-12T04:26:38.418Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-12T04:26:38.419Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-12T04:26:38.419Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-12T04:26:38.419Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:38.419Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-12T04:26:38.419Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:38.420Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria
2022-07-12T04:26:38.420Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:26:38.420Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:38.420Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria
2022-07-12T04:26:38.421Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:26:38.421Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:38.421Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria
2022-07-12T04:26:38.421Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:26:38.422Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:38.422Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is not matching search criteria
2022-07-12T04:26:38.422Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-12T04:26:38.423Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-12T04:26:38.423Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1598cc7d-4f54-4db7-8cf5-0618787352ce
2022-07-12T04:26:38.423Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:38.424Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:38.424Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:38.424Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:38.425Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:38.425Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:38.426Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:38.426Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:38.426Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_AaoFYo
Description:service
Model UUID:92b694cc-18a7-4ca4-8eee-ca39968116db
Model Version:NULL
Model InvariantUuid:6e2b6324-105a-41d4-bbda-b193305a9567
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_AaoFYo
Model UUID:799418fb-5765-4b79-aeab-28154335c106
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c42217d-da10-4c6f-89dd-2aa816b6c2b6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5850ea45-16bf-4e32-b42f-073df949592e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dacdae02-71e8-4546-bf67-bc2562a26547
ModelName:BasicOnboardAaofyo..base_ubuntu18..module-0
ModelUuid:13d647b6-1ba6-411b-9238-22a2fa8989fc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1598cc7d-4f54-4db7-8cf5-0618787352ce
ModelInvariantUuid:b1257554-bd6e-4598-a4aa-e234a2dbe516
ModelName:basic_onboard_AaoFYo-nodes.ubuntu18Cvfc
ModelUuid:ccad72ab-f478-491b-9dd4-c37b8882e82f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7e7277ab-3348-4897-afe9-bbe26ff5730a
ModelInvariantUuid:7881a13d-2a7c-43d6-89b2-a7e40f6a7884
ModelName:BasicOnboardAaofyo.compute.nodes.heat.ubuntu18
ModelUuid:1acba00e-5fe4-4675-8996-48e8925b8371
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-07-12T04:26:38.437Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c73253be-6593-44b1-a3b3-a4de25b3ea55
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-07-12T04:26:38.443Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||basic_onboard_AaoFYo 0
2022-07-12T04:26:38.444Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c73253be-6593-44b1-a3b3-a4de25b3ea55
2022-07-12T04:26:38.444Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 20d5b15c-f342-4f36-a1b7-4e2fa941ad24 from URL: /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json
2022-07-12T04:26:38.444Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-12T04:26:38.445Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json
2022-07-12T04:26:38.605Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-12T04:26:38.606Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json 20d5b15c-f342-4f36-a1b7-4e2fa941ad24 798
2022-07-12T04:26:38.607Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json ASDC sendASDCNotification
2022-07-12T04:26:38.607Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json
2022-07-12T04:26:38.607Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-12T04:26:38.608Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:38.611Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:38.611Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599998606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:26:38.711Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:26:38.712Z||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-07-12T04:26:38.713Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:38.750Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:38.750Z||pool-27-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:26:39.612Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAaofyo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "dacdae02-71e8-4546-bf67-bc2562a26547",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "13d647b6-1ba6-411b-9238-22a2fa8989fc",
"vfModuleModelCustomizationUUID": "ff41b4e4-e6ae-4156-9bac-103972080d45",
"isBase": true,
"artifacts": [
"fa6f21cf-9128-4cfe-a081-ae199644c173",
"82032acf-4e0a-424b-ac96-796ed1a6af24"
],
"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-07-12T04:26:39.619Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAaofyo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13d647b6-1ba6-411b-9238-22a2fa8989fc
VfModuleModelInvariantUUID:dacdae02-71e8-4546-bf67-bc2562a26547
VfModuleModelDescription:NULL
Artifacts UUID List:{
fa6f21cf-9128-4cfe-a081-ae199644c173
,
82032acf-4e0a-424b-ac96-796ed1a6af24
}
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-07-12T04:26:39.622Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAaofyo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "dacdae02-71e8-4546-bf67-bc2562a26547",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "13d647b6-1ba6-411b-9238-22a2fa8989fc",
"vfModuleModelCustomizationUUID": "ff41b4e4-e6ae-4156-9bac-103972080d45",
"isBase": true,
"artifacts": [
"fa6f21cf-9128-4cfe-a081-ae199644c173",
"82032acf-4e0a-424b-ac96-796ed1a6af24"
],
"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-07-12T04:26:39.623Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAaofyo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13d647b6-1ba6-411b-9238-22a2fa8989fc
VfModuleModelInvariantUUID:dacdae02-71e8-4546-bf67-bc2562a26547
VfModuleModelDescription:NULL
Artifacts UUID List:{
fa6f21cf-9128-4cfe-a081-ae199644c173
,
82032acf-4e0a-424b-ac96-796ed1a6af24
}
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-07-12T04:26:39.623Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fa6f21cf-9128-4cfe-a081-ae199644c173 from URL: /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml
2022-07-12T04:26:39.623Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-12T04:26:39.624Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml
2022-07-12T04:26:39.825Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-12T04:26:39.826Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml fa6f21cf-9128-4cfe-a081-ae199644c173 5033
2022-07-12T04:26:39.826Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-12T04:26:39.826Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml
2022-07-12T04:26:39.826Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-12T04:26:39.827Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:39.830Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:39.830Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599999826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:26:39.939Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-07-12T04:26:39.940Z||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-07-12T04:26:39.941Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:40.007Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:40.009Z||pool-28-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:26:40.831Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 82032acf-4e0a-424b-ac96-796ed1a6af24 from URL: /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env
2022-07-12T04:26:40.832Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-12T04:26:40.832Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env
2022-07-12T04:26:40.910Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-12T04:26:40.911Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env 82032acf-4e0a-424b-ac96-796ed1a6af24 909
2022-07-12T04:26:40.911Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-12T04:26:40.911Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env
2022-07-12T04:26:40.911Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-12T04:26:40.912Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:40.915Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:40.915Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600000911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:26:41.019Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-12T04:26:41.021Z||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-07-12T04:26:41.021Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:41.044Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:41.045Z||pool-29-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:26:41.917Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 92b694cc-18a7-4ca4-8eee-ca39968116db
2022-07-12T04:26:41.917Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AaoFYo 0 c73253be-6593-44b1-a3b3-a4de25b3ea55 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-07-12T04:26:41.947Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7789829e, org.onap.sdc.toscaparser.api.parameters.Input@735e3b0d, org.onap.sdc.toscaparser.api.parameters.Input@269a82f1, org.onap.sdc.toscaparser.api.parameters.Input@a1f2dd5, org.onap.sdc.toscaparser.api.parameters.Input@31b9d37a]
2022-07-12T04:26:41.949Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.950Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:41.950Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-07-12T04:26:41.950Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5850ea45-16bf-4e32-b42f-073df949592e
2022-07-12T04:26:41.950Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5850ea45-16bf-4e32-b42f-073df949592e matches Tosca VF Customization UUID: 5850ea45-16bf-4e32-b42f-073df949592e
2022-07-12T04:26:41.950Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5850ea45-16bf-4e32-b42f-073df949592e 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-07-12T04:26:41.953Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.954Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:41.955Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5850ea45-16bf-4e32-b42f-073df949592e: {\"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-07-12T04:26:41.955Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32c07df7
2022-07-12T04:26:41.955Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.955Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-12T04:26:41.956Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff41b4e4-e6ae-4156-9bac-103972080d45
2022-07-12T04:26:41.956Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff41b4e4-e6ae-4156-9bac-103972080d45
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-07-12T04:26:41.960Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.961Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria
2022-07-12T04:26:41.961Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:26:41.962Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.962Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria
2022-07-12T04:26:41.962Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:26:41.963Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.963Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is not matching search criteria
2022-07-12T04:26:41.963Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-12T04:26:41.963Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-12T04:26:41.964Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1598cc7d-4f54-4db7-8cf5-0618787352ce
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-07-12T04:26:41.967Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.968Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria
2022-07-12T04:26:41.968Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-12T04:26:41.968Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.968Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria
2022-07-12T04:26:41.969Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=5850ea45-16bf-4e32-b42f-073df949592e
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-07-12T04:26:41.971Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.972Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:41.972Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 92b694cc-18a7-4ca4-8eee-ca39968116db: basic_onboard_AaoFYo
2022-07-12T04:26:41.972Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.972Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:41.973Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.973Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:41.973Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.973Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:41.974Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.974Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:41.974Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:26:41.974Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:26:41.975Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_AaoFYo
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-07-12T04:26:42.087Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AaoFYo c73253be-6593-44b1-a3b3-a4de25b3ea55 1 ASDC deployResourceStructure
2022-07-12T04:26:42.087Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json ASDC sendASDCNotification
2022-07-12T04:26:42.088Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json
2022-07-12T04:26:42.088Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-12T04:26:42.088Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:42.091Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:42.091Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600002087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-12T04:26:42.192Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:26:42.193Z||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-07-12T04:26:42.193Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:42.217Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:42.218Z||pool-30-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:26:43.093Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-12T04:26:43.093Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml
2022-07-12T04:26:43.093Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-12T04:26:43.094Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:43.097Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:43.098Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600003092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-12T04:26:43.198Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:26:43.199Z||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-07-12T04:26:43.199Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:43.219Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:43.220Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2022-07-12T04:26:44.099Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-12T04:26:44.100Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env
2022-07-12T04:26:44.100Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-12T04:26:44.100Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:44.103Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:44.103Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600004099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-12T04:26:44.203Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:26:44.205Z||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-07-12T04:26:44.205Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:44.221Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:44.221Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:26:45.104Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar ASDC sendASDCNotification
2022-07-12T04:26:45.105Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar
2022-07-12T04:26:45.106Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-12T04:26:45.106Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:26:45.108Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:26:45.109Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600005104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:26:45.209Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:26:45.218Z||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-07-12T04:26:45.218Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:26:45.241Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:26:45.242Z||pool-33-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:26:46.110Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0397d47d-c974-45fe-b3f8-a8e7151bbb77
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-07-12T04:26:46.132Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0397d47d-c974-45fe-b3f8-a8e7151bbb77
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-07-12T04:26:46.137Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-12T04:26:46.137Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-12T04:26:46.137Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-12T04:27:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:27:09.705Z||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-07-12T04:27:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:27:09.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:27:09.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "NOTIFIED"
}
2022-07-12T04:27:09.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:27:09.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "aai-ml",
"timestamp": 1657599912398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:27:09.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:27:09.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-12T04:27:09.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:27:09.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "aai-ml",
"timestamp": 1657599913404,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-12T04:27:09.758Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0397d47d-c974-45fe-b3f8-a8e7151bbb77
2022-07-12T04:27:09.759Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:27:09.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:27:09.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:27:09.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-12T04:27:09.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:27:09.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:27:09.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:27:09.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599909699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:27:09.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:27:09.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599917395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:27:09.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:27:09.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "clamp",
"timestamp": 1657599920349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:27:09.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:27:09.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "clamp",
"timestamp": 1657599923352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:27:09.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:27:09.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "clamp",
"timestamp": 1657599924357,
"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-07-12T04:27:09.790Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0397d47d-c974-45fe-b3f8-a8e7151bbb77
2022-07-12T04:27:09.791Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:27:09.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599924778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:27:09.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:27:09.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599925869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:27:09.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:27:09.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599926957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:27:09.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:27:09.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599928570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-12T04:27:09.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:27:09.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599929575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-12T04:27:09.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:27:09.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599930579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-12T04:27:09.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:27:09.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:27:09.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599931585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:27:09.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:27:16.138Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0397d47d-c974-45fe-b3f8-a8e7151bbb77
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-07-12T04:27:16.163Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0397d47d-c974-45fe-b3f8-a8e7151bbb77
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-07-12T04:27:16.170Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-12T04:27:16.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-12T04:27:16.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-12T04:27:16.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-12T04:27:16.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:27:16.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:27:16.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:27:16.172Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:27:16.172Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:27:16.172Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:27:16.172Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-12T04:27:16.182Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-12T04:27:46.183Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:27:46.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0397d47d-c974-45fe-b3f8-a8e7151bbb77 and serviceModelVersionId: 92b694cc-18a7-4ca4-8eee-ca39968116db
2022-07-12T04:27:46.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e2b6324-105a-41d4-bbda-b193305a9567
2022-07-12T04:27:46.202Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e2b6324-105a-41d4-bbda-b193305a9567/model-vers/model-ver/92b694cc-18a7-4ca4-8eee-ca39968116db?depth=0
2022-07-12T04:27:46.208Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-12T04:27:46.297Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2b6324-105a-41d4-bbda-b193305a9567/model-vers/model-ver/92b694cc-18a7-4ca4-8eee-ca39968116db?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-07-12T04:27:46.300Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2b6324-105a-41d4-bbda-b193305a9567/model-vers/model-ver/92b694cc-18a7-4ca4-8eee-ca39968116db?depth=0|INFO|500||Invoke
2022-07-12T04:27:46.339Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2b6324-105a-41d4-bbda-b193305a9567/model-vers/model-ver/92b694cc-18a7-4ca4-8eee-ca39968116db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-12T04:27:46.532Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2b6324-105a-41d4-bbda-b193305a9567/model-vers/model-ver/92b694cc-18a7-4ca4-8eee-ca39968116db?depth=0|INFO|500||InvokeReturn
2022-07-12T04:27:46.533Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2b6324-105a-41d4-bbda-b193305a9567/model-vers/model-ver/92b694cc-18a7-4ca4-8eee-ca39968116db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220712-04:27:46:349-1360], vertex-id=[254120], Content-Length=[0], Date=[Tue, 12 Jul 2022 04:27:46 GMT], Content-Type=[application/json]}
2022-07-12T04:27:46.534Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-07-12T04:27:46.535Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-12T04:27:46.535Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-12T04:27:46.549Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-07-12T04:27:46.549Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0397d47d-c974-45fe-b3f8-a8e7151bbb77 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-12T04:27:46.549Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-12T04:27:46.550Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:27:46.552Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:27:46.553Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600066549,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-12T04:27:46.653Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:27:46.654Z||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-07-12T04:27:46.655Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:27:46.692Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:27:46.692Z||pool-34-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-12T04:27:47.566Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:27:47.567Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:27:47.567Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:27:57.140Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:28:09.699Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:28:09.700Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:28:09.700Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:28:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:28:09.705Z||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-07-12T04:28:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:28:09.748Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:28:09.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599986464,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-12T04:28:09.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:28:09.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:28:09.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:28:09.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "NOTIFIED"
}
2022-07-12T04:28:09.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:28:09.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-12T04:28:09.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:28:09.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:28:09.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:28:09.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-12T04:28:09.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:28:09.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:28:09.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:28:09.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599987502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:28:09.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:28:09.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599995264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:28:09.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:28:09.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599998606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:28:09.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:28:09.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657599999826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:28:09.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:28:09.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600000911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:28:09.756Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:28:09.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600002087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-12T04:28:09.756Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:28:09.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600003092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-12T04:28:09.757Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:28:09.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600004099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-12T04:28:09.757Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:28:09.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:28:09.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600005104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:28:09.757Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:28:19.333Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:29:09.699Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:29:09.700Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:29:09.700Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:29:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:29:09.705Z||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-07-12T04:29:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:29:10.254Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:29:10.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:29:10.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600066549,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-12T04:29:10.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:29:19.320Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:30:09.699Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:30:09.700Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:30:09.700Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:30:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:30:09.705Z||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-07-12T04:30:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:30:19.334Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:30:19.335Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:31:09.699Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:31:09.702Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:31:09.702Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:31:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:31:09.705Z||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-07-12T04:31:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:31:19.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:31:19.286Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:32:09.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:32:09.701Z||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-07-12T04:32:09.701Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:32:09.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:32:09.706Z||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-07-12T04:32:09.707Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:32:19.283Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:32:19.341Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:33:09.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:33:09.700Z||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-07-12T04:33:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:33:09.704Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:33:09.705Z||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-07-12T04:33:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:33:19.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:33:19.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:34:09.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:34:09.700Z||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-07-12T04:34:09.700Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:34:09.704Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:34:09.705Z||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-07-12T04:34:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:34:19.295Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:34:19.298Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:35:09.699Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:35:09.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-12T04:35:09.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:35:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:35:09.704Z||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-07-12T04:35:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:35:19.302Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:35:19.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:36:09.699Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:36:09.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-12T04:36:09.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:36:09.704Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:36:09.705Z||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-07-12T04:36:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:36:19.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:36:19.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:37:09.699Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:37:09.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-12T04:37:09.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:37:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:37:09.705Z||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-07-12T04:37:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:37:19.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:37:19.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:38:09.699Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:38:09.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-12T04:38:09.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:38:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:38:09.704Z||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-07-12T04:38:09.704Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:38:10.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:38:10.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:38:10.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "clamp",
"timestamp": 1657600651539,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:38:10.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1657600649649,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:38:10.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "cds",
"timestamp": 1657600653796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:38:10.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "clamp",
"timestamp": 1657600651539,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:38:10.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1657600649649,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:38:10.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "cds",
"timestamp": 1657600653796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:38:10.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "cds",
"timestamp": 1657600658290,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:38:10.354Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:38:10.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "cds",
"timestamp": 1657600659305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-07-12T04:38:10.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2df1876-906a-43fa-9e8e-6089942195e4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d4df1694-92b3-4205-b73a-ed773017f5e0","serviceDescription":"service","serviceInvariantUUID":"04045e68-c659-47b0-9f2f-b87cd7207145","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1d83f580-5a99-4cec-8c4f-030b62e6c0ae","resourceInvariantUUID":"ca643ae3-3174-414d-b548-56cb4595d95e","resourceCustomizationUUID":"6c7cc067-75ea-48ff-9a7a-53aa7fdfe1c9","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":"MDJhYWEyOWYzOTEwOTJlOTUzYzAzODVmYWMwMWFmMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c96340c-5b5c-49f1-991a-fa44c1286d3c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzdjMmMzMzdlOTEzNmRhM2FmMzk5YmRkODcyZTJjYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dac4ac24-0716-482a-aca3-c899f6ffac54","artifactVersion":"1"}],"workloadContext":"Production"}
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-07-12T04:38:10.376Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:38:10.378Z||pool-2-thread-4|||||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=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-12T04:38:10.387Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:38:10.387Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600689699,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:38:10.393Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2df1876-906a-43fa-9e8e-6089942195e4
2022-07-12T04:38:10.394Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2df1876-906a-43fa-9e8e-6089942195e4 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-07-12T04:38:10.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "clamp",
"timestamp": 1657600660061,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:38:10.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:38:10.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657600659412,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:38:10.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "policy-id",
"timestamp": 1657600660047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:38:10.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657600659412,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:38:10.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "policy-id",
"timestamp": 1657600660047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:38:10.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "policy-id",
"timestamp": 1657600662904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:38:10.412Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:38:10.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "clamp",
"timestamp": 1657600663104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:38:10.413Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:38:10.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "policy-id",
"timestamp": 1657600663912,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:38:10.414Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:38:10.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "clamp",
"timestamp": 1657600664110,
"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-07-12T04:38:10.429Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2df1876-906a-43fa-9e8e-6089942195e4
2022-07-12T04:38:10.429Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2df1876-906a-43fa-9e8e-6089942195e4 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-07-12T04:38:10.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "policy-id",
"timestamp": 1657600664917,
"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-07-12T04:38:10.461Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2df1876-906a-43fa-9e8e-6089942195e4
2022-07-12T04:38:10.462Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2df1876-906a-43fa-9e8e-6089942195e4 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-07-12T04:38:10.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "aai-ml",
"timestamp": 1657600672104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:38:10.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "aai-ml",
"timestamp": 1657600672104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:38:10.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657600673446,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:38:10.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "aai-ml",
"timestamp": 1657600674934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:38:10.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:38:10.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657600673446,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:38:10.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-12T04:38:10.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657600676287,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:38:10.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:38:10.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657600678207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:38:10.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:38:10.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657600679211,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-07-12T04:38:10.487Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-12T04:38:10.489Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-12T04:38:10.490Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
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-07-12T04:38:10.503Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2df1876-906a-43fa-9e8e-6089942195e4
2022-07-12T04:38:10.503Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2df1876-906a-43fa-9e8e-6089942195e4 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-07-12T04:38:10.513Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:38:10.514Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:38:10.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "aai-ml",
"timestamp": 1657600680581,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:38:10.520Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-12T04:38:10.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-12T04:38:10.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "aai-ml",
"timestamp": 1657600681590,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-12T04:38:10.528Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2df1876-906a-43fa-9e8e-6089942195e4
2022-07-12T04:38:10.529Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2df1876-906a-43fa-9e8e-6089942195e4 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-07-12T04:38:11.390Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:38:11.391Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:38:11.396Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:38:11.396Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600689699,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:38:11.496Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-12T04:38:11.497Z||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-07-12T04:38:11.497Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:38:11.527Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:38:11.528Z||pool-36-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:38:12.399Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d4df1694-92b3-4205-b73a-ed773017f5e0",
"serviceDescription": "service",
"serviceInvariantUUID": "04045e68-c659-47b0-9f2f-b87cd7207145",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6c7cc067-75ea-48ff-9a7a-53aa7fdfe1c9",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "1d83f580-5a99-4cec-8c4f-030b62e6c0ae",
"resourceInvariantUUID": "ca643ae3-3174-414d-b548-56cb4595d95e",
"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": "NzdjMmMzMzdlOTEzNmRhM2FmMzk5YmRkODcyZTJjYTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dac4ac24-0716-482a-aca3-c899f6ffac54"
}
],
"workloadContext": "Production"
}
2022-07-12T04:38:12.399Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-12T04:38:12.399Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d4df1694-92b3-4205-b73a-ed773017f5e0 ASDC
2022-07-12T04:38:12.400Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d2df1876-906a-43fa-9e8e-6089942195e4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d4df1694-92b3-4205-b73a-ed773017f5e0
ServiceInvariantUUID:04045e68-c659-47b0-9f2f-b87cd7207145
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:dac4ac24-0716-482a-aca3-c899f6ffac54
ArtifactChecksum:NzdjMmMzMzdlOTEzNmRhM2FmMzk5YmRkODcyZTJjYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6c7cc067-75ea-48ff-9a7a-53aa7fdfe1c9
ResourceInvariantUUID:ca643ae3-3174-414d-b548-56cb4595d95e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1d83f580-5a99-4cec-8c4f-030b62e6c0ae
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-07-12T04:38:12.401Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4df1694-92b3-4205-b73a-ed773017f5e0 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-07-12T04:38:12.487Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-12T04:38:12.488Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-07-12T04:38:12.489Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-07-12T04:38:12.489Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dac4ac24-0716-482a-aca3-c899f6ffac54 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-12T04:38:12.489Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-07-12T04:38:12.490Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-12T04:38:12.748Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-07-12T04:38:12.752Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar dac4ac24-0716-482a-aca3-c899f6ffac54 52513
2022-07-12T04:38:12.753Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-12T04:38:12.753Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-12T04:38:12.754Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-12T04:38:12.755Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:38:12.758Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:38:12.758Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600692753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:38:12.858Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:38:12.860Z||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-07-12T04:38:12.860Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:38:12.881Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:38:12.881Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:38:13.761Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-12T04:38:13.762Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-07-12T04:38:13.763Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dac4ac24-0716-482a-aca3-c899f6ffac54, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-12T04:38:13.763Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-12T04:38:13.764Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-12T04:38:13.764Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-12T04:38:14.015Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3530779513750966193/Definitions/service-BasicNetwork-template.yml
2022-07-12T04:38:14.955Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-12T04:38:14.956Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-07-12T04:38:14.956Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-12T04:38:14.956Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-12T04:38:14.957Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||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-07-12T04:38:14.957Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||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-07-12T04:38:14.957Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||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-07-12T04:38:14.957Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||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-07-12T04:38:14.957Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||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-07-12T04:38:14.958Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||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-07-12T04:38:14.958Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||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-07-12T04:38:14.958Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||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-07-12T04:38:14.958Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-07-12T04:38:14.958Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:14.958Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:38:14.959Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-12T04:38:14.959Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-07-12T04:38:14.960Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-12T04:38:14.960Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:14.960Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:38:14.960Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-12T04:38:14.960Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-07-12T04:38:14.961Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-12T04:38:14.961Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:14.961Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:38:14.961Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:14.962Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:38:14.962Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:14.963Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:38:14.963Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:14.963Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:38:14.963Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:14.964Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:38:14.964Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d4df1694-92b3-4205-b73a-ed773017f5e0
Model Version:NULL
Model InvariantUuid:04045e68-c659-47b0-9f2f-b87cd7207145
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ca643ae3-3174-414d-b548-56cb4595d95e
Model UUID:8332a325-4293-4934-979e-fbacffc89954
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6c7cc067-75ea-48ff-9a7a-53aa7fdfe1c9
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-12T04:38:14.993Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 1d83f580-5a99-4cec-8c4f-030b62e6c0ae
2022-07-12T04:38:14.994Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||No resources found for Service: d4df1694-92b3-4205-b73a-ed773017f5e0
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-07-12T04:38:15.009Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||
2022-07-12T04:38:15.009Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-07-12T04:38:15.010Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d4df1694-92b3-4205-b73a-ed773017f5e0
2022-07-12T04:38:15.011Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d4df1694-92b3-4205-b73a-ed773017f5e0
2022-07-12T04:38:15.011Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-07-12T04:38:15.011Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-12T04:38:15.046Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d928d8f, org.onap.sdc.toscaparser.api.parameters.Input@4b4abbc2, org.onap.sdc.toscaparser.api.parameters.Input@125ecb4c, org.onap.sdc.toscaparser.api.parameters.Input@2a8fdce5, org.onap.sdc.toscaparser.api.parameters.Input@7328d2ce]
2022-07-12T04:38:15.048Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:15.049Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:38:15.049Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:15.050Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:38:15.050Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d4df1694-92b3-4205-b73a-ed773017f5e0: Generic NeutronNet
2022-07-12T04:38:15.050Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:15.050Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:38:15.051Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:15.051Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-07-12T04:38:15.198Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:15.199Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:38:15.199Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:15.200Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:38:15.200Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:38:15.201Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:38:15.201Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
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: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-12T04:38:15.352Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-07-12T04:38:15.353Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-12T04:38:15.354Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-12T04:38:15.354Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-12T04:38:15.355Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:38:15.358Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:38:15.358Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600695353,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-12T04:38:15.458Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-12T04:38:15.460Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-12T04:38:15.460Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:38:15.503Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:38:15.504Z||pool-38-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:38:16.360Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2df1876-906a-43fa-9e8e-6089942195e4
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-07-12T04:38:16.381Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2df1876-906a-43fa-9e8e-6089942195e4
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-07-12T04:38:16.387Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-12T04:38:16.387Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-12T04:38:16.388Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-12T04:38:16.388Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-12T04:38:16.388Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:38:16.389Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:38:16.389Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:38:16.389Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:38:16.390Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:38:16.390Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-12T04:38:16.390Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-12T04:38:16.399Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-12T04:38:46.400Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2df1876-906a-43fa-9e8e-6089942195e4 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-07-12T04:38:46.415Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2df1876-906a-43fa-9e8e-6089942195e4 and serviceModelVersionId: d4df1694-92b3-4205-b73a-ed773017f5e0
2022-07-12T04:38:46.416Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04045e68-c659-47b0-9f2f-b87cd7207145
2022-07-12T04:38:46.419Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04045e68-c659-47b0-9f2f-b87cd7207145/model-vers/model-ver/d4df1694-92b3-4205-b73a-ed773017f5e0?depth=0
2022-07-12T04:38:46.436Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-07-12T04:38:46.559Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04045e68-c659-47b0-9f2f-b87cd7207145/model-vers/model-ver/d4df1694-92b3-4205-b73a-ed773017f5e0?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-07-12T04:38:46.563Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04045e68-c659-47b0-9f2f-b87cd7207145/model-vers/model-ver/d4df1694-92b3-4205-b73a-ed773017f5e0?depth=0|INFO|500||Invoke
2022-07-12T04:38:46.605Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04045e68-c659-47b0-9f2f-b87cd7207145/model-vers/model-ver/d4df1694-92b3-4205-b73a-ed773017f5e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-12T04:38:46.929Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04045e68-c659-47b0-9f2f-b87cd7207145/model-vers/model-ver/d4df1694-92b3-4205-b73a-ed773017f5e0?depth=0|INFO|500||InvokeReturn
2022-07-12T04:38:46.934Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04045e68-c659-47b0-9f2f-b87cd7207145/model-vers/model-ver/d4df1694-92b3-4205-b73a-ed773017f5e0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220712-04:38:46:615-34002], vertex-id=[208912], Content-Length=[0], Date=[Tue, 12 Jul 2022 04:38:46 GMT], Content-Type=[application/json]}
2022-07-12T04:38:46.935Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-07-12T04:38:46.936Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-12T04:38:46.936Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-12T04:38:46.945Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||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-07-12T04:38:46.946Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2df1876-906a-43fa-9e8e-6089942195e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-12T04:38:46.947Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-12T04:38:46.948Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:38:46.951Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:38:46.951Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600726947,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-12T04:38:47.051Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-12T04:38:47.052Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-12T04:38:47.052Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:38:47.077Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:38:47.077Z||pool-39-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-12T04:39:09.699Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:39:09.700Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-12T04:39:09.701Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:39:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-12T04:39:09.705Z||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-07-12T04:39:09.705Z||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 0qBguNp4MCvSrn1J) ...
2022-07-12T04:39:09.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:39:09.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-12T04:39:09.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600689699,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:39:09.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-12T04:39:10.342Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:39:10.344Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-12T04:39:10.344Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3c77add-3432-4149-9fa6-8c646f2f24c2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2c6c7e68-4fc1-4999-876f-c016098fbf78","serviceDescription":"service","serviceInvariantUUID":"3c1a08d9-0646-4d07-b4a2-d94b379690b7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20b8a810-8491-4e92-98dd-8152d482769b","resourceInvariantUUID":"99d89383-26dd-4735-b2bf-4b4f9eb0b3d0","resourceCustomizationUUID":"c2f64cf8-347b-4d11-9d6d-b9fe19ea6529","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YzU2YjQ3ODM4NTQ4ZWQwZjU1YjQwYzFiMWJhMmI4Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55f33aa3-e28f-4017-8c08-b5970f2e45c9","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NDg0NTYyM2U1ODFhYjNhNWRmOThkMTllMWVmMTY3OWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e441f0dd-1609-49b8-a74d-115e348dcb15","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"257d6ed9-3a1e-49ee-9c08-633ffc0072a9","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cce0fb48-8e02-4ed3-b585-516e01a08b8c","artifactVersion":"2","generatedFromUUID":"ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjIxODU1MTdlYjNmZWE0OWIwZjY1N2U3YmQ4MGI2Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87322de5-d620-41f3-b4ff-ea1c1e8ca985","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MThjODU2ZmYwOTg3MmQ1MDg0MjRjY2U5YWQ0YTg3MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42d3c7df-a7aa-4871-b160-c58719ef1587","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-12T04:39:10.349Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:39:10.350Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:39:10.355Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:39:10.355Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600749699,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:39:10.455Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-12T04:39:10.457Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-12T04:39:10.457Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:39:10.478Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:39:10.479Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:39:11.356Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:39:11.358Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:39:11.361Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:39:11.361Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600749699,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-07-12T04:39:11.461Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:39:11.463Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-12T04:39:11.463Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:39:11.495Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:39:11.497Z||pool-41-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:39:12.361Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:39:12.363Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:39:12.369Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:39:12.370Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600749699,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-07-12T04:39:12.470Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-12T04:39:12.471Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-12T04:39:12.472Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:39:12.509Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:39:12.510Z||pool-42-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:39:13.371Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:39:13.372Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:39:13.379Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:39:13.379Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600749699,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:39:13.475Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-12T04:39:13.477Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-12T04:39:13.477Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:39:13.507Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:39:13.507Z||pool-43-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:39:14.380Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:39:14.381Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:39:14.384Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:39:14.385Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600749699,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-07-12T04:39:14.484Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-12T04:39:14.486Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-12T04:39:14.486Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:39:14.515Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:39:14.516Z||pool-44-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:39:15.385Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:39:15.386Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:39:15.389Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:39:15.389Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600749699,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-12T04:39:15.490Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-12T04:39:15.492Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-12T04:39:15.492Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:39:15.522Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:39:15.524Z||pool-45-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:39:16.390Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-12T04:39:16.391Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:39:16.394Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:39:16.394Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600749699,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-07-12T04:39:16.495Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-12T04:39:16.496Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-12T04:39:16.496Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:39:16.546Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:39:16.547Z||pool-46-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-07-12T04:39:17.396Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "2c6c7e68-4fc1-4999-876f-c016098fbf78",
"serviceDescription": "service",
"serviceInvariantUUID": "3c1a08d9-0646-4d07-b4a2-d94b379690b7",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "c2f64cf8-347b-4d11-9d6d-b9fe19ea6529",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "20b8a810-8491-4e92-98dd-8152d482769b",
"resourceInvariantUUID": "99d89383-26dd-4735-b2bf-4b4f9eb0b3d0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NDg0NTYyM2U1ODFhYjNhNWRmOThkMTllMWVmMTY3OWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e441f0dd-1609-49b8-a74d-115e348dcb15",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cce0fb48-8e02-4ed3-b585-516e01a08b8c",
"generatedFromUUID": "ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cce0fb48-8e02-4ed3-b585-516e01a08b8c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MThjODU2ZmYwOTg3MmQ1MDg0MjRjY2U5YWQ0YTg3MDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "42d3c7df-a7aa-4871-b160-c58719ef1587"
}
],
"workloadContext": "Production"
}
2022-07-12T04:39:17.397Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-12T04:39:17.398Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2c6c7e68-4fc1-4999-876f-c016098fbf78 ASDC
2022-07-12T04:39:17.400Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c3c77add-3432-4149-9fa6-8c646f2f24c2
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2c6c7e68-4fc1-4999-876f-c016098fbf78
ServiceInvariantUUID:3c1a08d9-0646-4d07-b4a2-d94b379690b7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:42d3c7df-a7aa-4871-b160-c58719ef1587
ArtifactChecksum:MThjODU2ZmYwOTg3MmQ1MDg0MjRjY2U5YWQ0YTg3MDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c2f64cf8-347b-4d11-9d6d-b9fe19ea6529
ResourceInvariantUUID:99d89383-26dd-4735-b2bf-4b4f9eb0b3d0
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:20b8a810-8491-4e92-98dd-8152d482769b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:e441f0dd-1609-49b8-a74d-115e348dcb15
ArtifactChecksum:NDg0NTYyM2U1ODFhYjNhNWRmOThkMTllMWVmMTY3OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:cce0fb48-8e02-4ed3-b585-516e01a08b8c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:cce0fb48-8e02-4ed3-b585-516e01a08b8c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-12T04:39:17.401Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c6c7e68-4fc1-4999-876f-c016098fbf78 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-12T04:39:17.463Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-12T04:39:17.465Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-07-12T04:39:17.465Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-07-12T04:39:17.465Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 42d3c7df-a7aa-4871-b160-c58719ef1587 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-12T04:39:17.465Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-07-12T04:39:17.466Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-12T04:39:17.699Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-07-12T04:39:17.705Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 42d3c7df-a7aa-4871-b160-c58719ef1587 71062
2022-07-12T04:39:17.706Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-12T04:39:17.706Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-12T04:39:17.707Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-12T04:39:17.707Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-12T04:39:17.715Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-12T04:39:17.715Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657600757706,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-12T04:39:17.811Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-12T04:39:17.813Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-12T04:39:17.813Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ...
2022-07-12T04:39:17.861Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-12T04:39:17.862Z||pool-47-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-07-12T04:39:18.716Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-12T04:39:18.717Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-07-12T04:39:18.718Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 42d3c7df-a7aa-4871-b160-c58719ef1587, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-12T04:39:18.718Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-12T04:39:18.719Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-12T04:39:18.719Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-12T04:39:18.912Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15820372929189448876/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-12T04:39:21.040Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-12T04:39:21.041Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-07-12T04:39:21.041Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-12T04:39:21.041Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-12T04:39:21.042Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-12T04:39:21.042Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-07-12T04:39:21.042Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-07-12T04:39:21.042Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-07-12T04:39:21.043Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-07-12T04:39:21.043Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-12T04:39:21.044Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-07-12T04:39:21.044Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-12T04:39:21.044Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-07-12T04:39:21.044Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-07-12T04:39:21.045Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-12T04:39:21.045Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-12T04:39:21.046Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-12T04:39:21.046Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-07-12T04:39:21.047Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-12T04:39:21.048Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery