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-01T03:49:32.837Z||main|||||INFO|500||The following profiles are active: basic
2022-07-01T03:49:44.271Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-01T03:49:44.272Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-01T03:49:44.398Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-01T03:49:48.365Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-01T03:49:48.784Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-01T03:49:49.210Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-01T03:49:49.217Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-01T03:49:49.345Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-01T03:49:49.575Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-01T03:49:50.377Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-01T03:49:52.128Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-01T03:49:54.441Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-01T03:49:54.499Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-01T03:49:55.084Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-01T03:49:55.318Z||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-01T03:49:56.520Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-01T03:49:57.640Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-01T03:49:57.660Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$af915e9a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-01T03:49:57.661Z||main|||||WARN|500||The sdc end point is not alive
2022-07-01T03:50:00.606Z||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-01T03:50:03.383Z||main|||||WARN|500||---
2022-07-01T03:50:03.383Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-01T03:50:03.384Z||main|||||WARN|500||---
2022-07-01T03:50:03.836Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-01T03:50:08.476Z||main|||||INFO|500||Started Application in 38.693 seconds (JVM running for 40.924)
2022-07-01T03:50:08.487Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T03:50:08.489Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T03:50:08.501Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T03:50:08.523Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T03:50:08.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3dcb07de-7456-424a-8534-3e5fee12d650 url= /sdc/v1/artifactTypes
2022-07-01T03:50:08.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T03:50:09.673Z||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.14.27] 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$$933e8187.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-01T03:50:09.681Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55a4f603
2022-07-01T03:50:09.682Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T03:50:09.705Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T03:50:09.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T03:50:09.710Z||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$$933e8187.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-01T03:50:58.468Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T03:50:58.470Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T03:50:58.471Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T03:50:58.479Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T03:50:58.489Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2da19fc3-6b0d-40db-9299-58c8767aa4f7 url= /sdc/v1/artifactTypes
2022-07-01T03:50:58.489Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T03:50:59.525Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.14.27] 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$$933e8187.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-01T03:50:59.526Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ae81afe
2022-07-01T03:50:59.526Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T03:50:59.527Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T03:50:59.527Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T03:50:59.528Z||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$$933e8187.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-01T03:51:48.467Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T03:51:48.468Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T03:51:48.469Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T03:51:48.472Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T03:51:48.478Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2b344c1-5e36-4d53-a186-1fe65966affb url= /sdc/v1/artifactTypes
2022-07-01T03:51:48.478Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T03:51:49.508Z||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.14.27] 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$$933e8187.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-01T03:51:49.509Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@97b90b4
2022-07-01T03:51:49.510Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T03:51:49.510Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T03:51:49.511Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T03:51:49.511Z||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$$933e8187.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-01T03:52:38.467Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T03:52:38.468Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T03:52:38.468Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T03:52:38.471Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T03:52:38.475Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0508ca9c-e836-4674-88e1-dd32627fbae8 url= /sdc/v1/artifactTypes
2022-07-01T03:52:38.475Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T03:52:39.494Z||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.14.27] 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$$933e8187.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-01T03:52:39.495Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@148c2f6f
2022-07-01T03:52:39.495Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T03:52:39.496Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T03:52:39.496Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T03:52:39.497Z||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$$933e8187.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-01T03:53:28.468Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T03:53:28.469Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T03:53:28.470Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T03:53:28.473Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T03:53:28.479Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e8f30d77-155e-4ed1-ac99-ec1bdde73974 url= /sdc/v1/artifactTypes
2022-07-01T03:53:28.480Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T03:53:28.989Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-01T03:53:29.001Z||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-01T03:53:29.072Z||scheduling-1|||||DEBUG|500||create keys
2022-07-01T03:53:29.080Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-01T03:53:29.112Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:53:29.133Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 17a70dce-e01b-49f7-9667-538dbf7a9426 url= /sdc/v1/registerForDistribution
2022-07-01T03:53:29.321Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 17a70dce-e01b-49f7-9667-538dbf7a9426 url= /sdc/v1/registerForDistribution
2022-07-01T03:53:29.321Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-01T03:53:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:53:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:53:29.338Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-01T03:53:29.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T03:53:29.339Z||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-01T03:53:29.340Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:53:29.340Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T03:53:39.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:53:39.645Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:54:29.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:54:29.330Z||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-01T03:54:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:54:29.332Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:54:29.333Z||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-01T03:54:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:54:38.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:54:38.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:55:29.328Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:55:29.330Z||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-01T03:55:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:55:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:55:29.332Z||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-01T03:55:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:55:38.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:55:38.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:56:29.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:56:29.330Z||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-01T03:56:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:56:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:56:29.332Z||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-01T03:56:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:56:38.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:56:38.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:57:29.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:57:29.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:57:29.332Z||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-01T03:57:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:57:29.332Z||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-01T03:57:29.336Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:57:38.888Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:57:38.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:58:29.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:58:29.331Z||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-01T03:58:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:58:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:58:29.332Z||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-01T03:58:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:58:38.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:58:38.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:59:29.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:59:29.330Z||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-01T03:59:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:59:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:59:29.332Z||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-01T03:59:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:59:38.889Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:59:38.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T03:59:42.161Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-01T04:00:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:00:29.330Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:00:29.330Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:00:29.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:00:29.334Z||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-01T04:00:29.335Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:00:38.888Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:00:38.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:01:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:01:29.330Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:01:29.331Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:01:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:01:29.332Z||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-01T04:01:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:01:38.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:01:38.892Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:02:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:02:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:02:29.331Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:02:29.331Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:02:29.332Z||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-01T04:02:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:02:38.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:02:38.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:03:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:03:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:03:29.332Z||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-01T04:03:29.332Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:03:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:03:29.332Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:03:38.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:03:38.891Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:04:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:04:29.330Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:04:29.330Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:04:29.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:04:29.332Z||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-01T04:04:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:04:38.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:04:38.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:05:29.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:05:29.330Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:05:29.335Z||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-01T04:05:29.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:05:29.335Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:05:29.335Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:05:38.891Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:05:38.892Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:06:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:06:29.330Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:06:29.330Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:06:29.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:06:29.332Z||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-01T04:06:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:06:38.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:06:38.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:07:29.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:07:29.329Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:07:29.330Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:07:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:07:29.332Z||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-01T04:07:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:07:38.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:07:38.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:08:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:08:29.329Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:08:29.330Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:08:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:08:29.332Z||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-01T04:08:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:08:38.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:08:38.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:09:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:09:29.330Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:09:29.330Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:09:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:09:29.332Z||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-01T04:09:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:09:38.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:09:38.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:10:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:10:29.330Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:10:29.330Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:10:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:10:29.332Z||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-01T04:10:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:10:38.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:10:38.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:11:29.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:11:29.330Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:11:29.330Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:11:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:11:29.332Z||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-01T04:11:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:11:38.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:11:38.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:12:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:12:29.330Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:12:29.330Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:12:29.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:12:29.332Z||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-01T04:12:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:12:38.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:12:38.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:13:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:13:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:13:29.333Z||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-01T04:13:29.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:13:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:13:29.334Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:13:38.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:13:38.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:14:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:14:29.330Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:14:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:14:29.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:14:29.333Z||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-01T04:14:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:14:38.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:14:38.891Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:15:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:15:29.329Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:15:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:15:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:15:29.331Z||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-01T04:15:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:15:38.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:15:38.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:16:29.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:16:29.329Z||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-01T04:16:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:16:29.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:16:29.332Z||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-01T04:16:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:16:38.900Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:16:38.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:17:29.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:17:29.330Z||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-01T04:17:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:17:29.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:17:29.331Z||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-01T04:17:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:17:38.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:17:38.892Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:18:29.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:18:29.330Z||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-01T04:18:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:18:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:18:29.332Z||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-01T04:18:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:18:38.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:18:38.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:19:29.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:19:29.329Z||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-01T04:19:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:19:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:19:29.332Z||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-01T04:19:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:19:38.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:19:38.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:20:29.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:20:29.330Z||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-01T04:20:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:20:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:20:29.332Z||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-01T04:20:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:20:38.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:20:38.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:21:29.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:21:29.330Z||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-01T04:21:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:21:29.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:21:29.332Z||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-01T04:21:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:21:38.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:21:38.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:22:29.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:22:29.331Z||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-01T04:22:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:22:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:22:29.332Z||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-01T04:22:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:22:38.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:22:38.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:23:29.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:23:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:23:29.332Z||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-01T04:23:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:23:29.333Z||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-01T04:23:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:23:38.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:23:38.890Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:24:29.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:24:29.329Z||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-01T04:24:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:24:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:24:29.332Z||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-01T04:24:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:24:38.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:24:38.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:25:29.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:25:29.330Z||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-01T04:25:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:25:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:25:29.332Z||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-01T04:25:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:25:38.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:25:38.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:26:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:26:29.330Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:26:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:26:29.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:26:29.333Z||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-01T04:26:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:26:38.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:26:38.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:27:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:27:29.330Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:27:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:27:29.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:27:29.332Z||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-01T04:27:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:27:38.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:27:38.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:28:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:28:29.329Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:28:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:28:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:28:29.332Z||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-01T04:28:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:28:38.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:28:38.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:29:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:29:29.329Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:29:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:29:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:29:29.332Z||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-01T04:29:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:29:38.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:29:38.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:30:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:30:29.330Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:30:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:30:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:30:29.332Z||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-01T04:30:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:30:38.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:30:38.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:31:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:31:29.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:31:29.333Z||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-01T04:31:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:31:29.334Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:31:29.334Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:31:38.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:31:38.889Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:32:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:32:29.330Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:32:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:32:29.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:32:29.332Z||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-01T04:32:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:32:38.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:32:38.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:33:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:33:29.330Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:33:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:33:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:33:29.332Z||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-01T04:33:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:33:38.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:33:38.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:34:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:34:29.330Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:34:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:34:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:34:29.332Z||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-01T04:34:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:34:38.884Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:34:38.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:35:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:35:29.330Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:35:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:35:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:35:29.332Z||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-01T04:35:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:35:38.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:35:38.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:36:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:36:29.329Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:36:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:36:29.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:36:29.333Z||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-01T04:36:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:36:38.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:36:38.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:37:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:37:29.329Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:37:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:37:29.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:37:29.332Z||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-01T04:37:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:37:38.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:37:38.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:38:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:38:29.330Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:38:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:38:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:38:29.332Z||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-01T04:38:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:38:38.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:38:38.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:39:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:39:29.330Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:39:29.330Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:39:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:39:29.332Z||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-01T04:39:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:39:38.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:39:38.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:40:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:40:29.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:40:29.332Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:40:29.332Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:40:29.332Z||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-01T04:40:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:40:38.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:40:38.889Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:41:29.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:41:29.330Z||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-01T04:41:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:41:29.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:41:29.332Z||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-01T04:41:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:41:38.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:41:38.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:29.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:42:29.330Z||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-01T04:42:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:42:29.332Z||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-01T04:42:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:37.415Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:37.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:42:37.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"208d2d93-8037-47c0-9649-1f110204a4ad","serviceName":"basic_onboard_KofujR","serviceVersion":"1.0","serviceUUID":"48ca3471-8f68-4397-af06-27189255d343","serviceDescription":"service","serviceInvariantUUID":"ea96fcff-ae95-421f-b88b-07bf7675f6b9","resources":[{"resourceInstanceName":"basic_onboard_KofujR 0","resourceName":"basic_onboard_KofujR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b891f7d-b6ad-46ea-babf-28b1294162a8","resourceInvariantUUID":"09583f7a-3fbf-436e-a538-dbad1609970d","resourceCustomizationUUID":"74972b09-96d8-4bdf-97ed-591405941ef5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml","artifactChecksum":"ODg5MTA4MDViNjMwMDI2NjMyNzljN2JkZmE5NWIwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e411985-6ce1-4b41-a839-42d0fcaafa8f","artifactVersion":"1"},{"artifactName":"basic_onboard_kofujr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json","artifactChecksum":"OWU1YzU1MGRjYmNhMjhlNjI1YzRiMzdmMTI0OWRiYzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1dae492b-34fa-495d-9989-df640ec62e27","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a1f8061-e05b-4574-8452-353b901b2434","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0e83e6c-8624-46b1-9bb2-d785c250aae8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38a7e37b-a0e8-44c8-965b-8ef0ea78135e","artifactVersion":"2","generatedFromUUID":"7a1f8061-e05b-4574-8452-353b901b2434"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKofujr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml","artifactChecksum":"MzUxODMyYmY1NTRjNTYzMzJiOWQ1Y2IzNTA5N2QyOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ee0d2b21-f560-437c-b422-4944cc2b4dcb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKofujr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar","artifactChecksum":"NjNkZjA1ODBiMzJlOTc5MjA5YzI2N2Q4NGNiYzcxZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6bf313e0-34c0-4c2c-9f6b-1f1d9b29123b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T04:42:37.436Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:37.445Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:37.458Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:37.459Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:42:37.558Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-01T04:42:37.563Z||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-01T04:42:37.563Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:37.579Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:37.580Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":3,"count":1}
2022-07-01T04:42:37.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:37.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T04:42:37.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:42:37.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-01T04:42:38.466Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:38.467Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:38.470Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:38.470Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "NOTIFIED"
}
2022-07-01T04:42:38.570Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:38.571Z||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-01T04:42:38.572Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:38.587Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:38.588Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:39.471Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:39.472Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:39.475Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:39.475Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-01T04:42:39.575Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:39.576Z||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-01T04:42:39.576Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:39.588Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:39.589Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:40.476Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:40.477Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:40.480Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:40.480Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:42:40.580Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:42:40.581Z||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-01T04:42:40.581Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:40.594Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:40.595Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:41.481Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:41.482Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:41.484Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:41.484Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-01T04:42:41.584Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:42:41.586Z||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-01T04:42:41.586Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:41.605Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:41.606Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:42.485Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:42.486Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:42.489Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:42.489Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:42:42.589Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:42.590Z||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-01T04:42:42.590Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:42.605Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:42.605Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:43.489Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:43.490Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:43.493Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:43.494Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:42:43.594Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:43.595Z||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-01T04:42:43.595Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:43.610Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:43.610Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:44.496Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"serviceName": "basic_onboard_KofujR",
"serviceVersion": "1.0",
"serviceUUID": "48ca3471-8f68-4397-af06-27189255d343",
"serviceDescription": "service",
"serviceInvariantUUID": "ea96fcff-ae95-421f-b88b-07bf7675f6b9",
"resources": [
{
"resourceInstanceName": "basic_onboard_KofujR 0",
"resourceCustomizationUUID": "74972b09-96d8-4bdf-97ed-591405941ef5",
"resourceName": "basic_onboard_KofujR",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6b891f7d-b6ad-46ea-babf-28b1294162a8",
"resourceInvariantUUID": "09583f7a-3fbf-436e-a538-dbad1609970d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_kofujr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"artifactChecksum": "OWU1YzU1MGRjYmNhMjhlNjI1YzRiMzdmMTI0OWRiYzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1dae492b-34fa-495d-9989-df640ec62e27",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7a1f8061-e05b-4574-8452-353b901b2434",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38a7e37b-a0e8-44c8-965b-8ef0ea78135e",
"generatedFromUUID": "7a1f8061-e05b-4574-8452-353b901b2434"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38a7e37b-a0e8-44c8-965b-8ef0ea78135e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKofujr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"artifactChecksum": "NjNkZjA1ODBiMzJlOTc5MjA5YzI2N2Q4NGNiYzcxZDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6bf313e0-34c0-4c2c-9f6b-1f1d9b29123b"
}
],
"workloadContext": "Production"
}
2022-07-01T04:42:44.497Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T04:42:44.497Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 48ca3471-8f68-4397-af06-27189255d343 ASDC
2022-07-01T04:42:44.614Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:208d2d93-8037-47c0-9649-1f110204a4ad
ServiceName:basic_onboard_KofujR
ServiceVersion:1.0
ServiceUUID:48ca3471-8f68-4397-af06-27189255d343
ServiceInvariantUUID:ea96fcff-ae95-421f-b88b-07bf7675f6b9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKofujr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar
ArtifactUUID:6bf313e0-34c0-4c2c-9f6b-1f1d9b29123b
ArtifactChecksum:NjNkZjA1ODBiMzJlOTc5MjA5YzI2N2Q4NGNiYzcxZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KofujR 0
ResourceCustomizationUUID:74972b09-96d8-4bdf-97ed-591405941ef5
ResourceInvariantUUID:09583f7a-3fbf-436e-a538-dbad1609970d
ResourceName:basic_onboard_KofujR
ResourceType:VF
ResourceUUID:6b891f7d-b6ad-46ea-babf-28b1294162a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kofujr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json
ArtifactUUID:1dae492b-34fa-495d-9989-df640ec62e27
ArtifactChecksum:OWU1YzU1MGRjYmNhMjhlNjI1YzRiMzdmMTI0OWRiYzM=
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/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7a1f8061-e05b-4574-8452-353b901b2434
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/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env
ArtifactUUID:38a7e37b-a0e8-44c8-965b-8ef0ea78135e
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/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env
ArtifactUUID:38a7e37b-a0e8-44c8-965b-8ef0ea78135e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-01T04:42:44.616Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 48ca3471-8f68-4397-af06-27189255d343 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-01T04:42:44.892Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:42:44.893Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-01T04:42:44.895Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-01T04:42:44.896Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6bf313e0-34c0-4c2c-9f6b-1f1d9b29123b from URL: /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:44.896Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:42:44.897Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:45.252Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:42:45.267Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar 6bf313e0-34c0-4c2c-9f6b-1f1d9b29123b 71584
2022-07-01T04:42:45.268Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar ASDC sendASDCNotification
2022-07-01T04:42:45.268Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:45.269Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:42:45.270Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:45.272Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:45.272Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650565267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:42:45.372Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:45.373Z||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-01T04:42:45.373Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:45.392Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:45.392Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:46.272Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:42:46.273Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-01T04:42:46.274Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6bf313e0-34c0-4c2c-9f6b-1f1d9b29123b, URL: /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar to file: /app/ASDC/1/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:46.274Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:46.363Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:46.364Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:47.028Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11068723516267142909/Definitions/service-BasicOnboardKofujr-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-01T04:42:48.737Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T04:42:48.743Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-01T04:42:48.743Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.743Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-01T04:42:48.743Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KofujR 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-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.744Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||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-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.744Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||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-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.744Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||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-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.744Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.745Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.745Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.745Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||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-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.745Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||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-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.745Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-01T04:42:48.752Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:48.753Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.758Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:48.758Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-01T04:42:48.760Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:42:48.762Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:48.762Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.763Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:48.763Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-01T04:42:48.763Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:42:48.763Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:48.764Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.768Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:48.768Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is not matching search criteria
2022-07-01T04:42:48.769Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-01T04:42:48.769Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-01T04:42:48.769Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-01T04:42:48.769Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-01T04:42:48.770Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T04:42:48.770Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:48.770Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T04:42:48.771Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:48.772Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:48.772Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:42:48.773Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:48.773Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:48.773Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:42:48.773Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:48.774Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:48.774Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:42:48.774Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:48.775Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is not matching search criteria
2022-07-01T04:42:48.775Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-01T04:42:48.775Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-01T04:42:48.776Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7861fcff-706d-49a3-a939-da62ac086072
2022-07-01T04:42:48.776Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:48.776Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.776Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:48.777Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.777Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:48.777Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.778Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:48.778Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.778Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_KofujR
Description:service
Model UUID:48ca3471-8f68-4397-af06-27189255d343
Model Version:NULL
Model InvariantUuid:ea96fcff-ae95-421f-b88b-07bf7675f6b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_KofujR
Model UUID:479cbfb4-caf2-452a-b295-b45cdb9c1cbc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:09583f7a-3fbf-436e-a538-dbad1609970d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:74972b09-96d8-4bdf-97ed-591405941ef5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fc8cb7b9-10b2-4f5b-87df-61b24aa54ec5
ModelName:BasicOnboardKofujr..base_ubuntu18..module-0
ModelUuid:c15f954d-0705-493d-93bd-fb2cd8728989
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7861fcff-706d-49a3-a939-da62ac086072
ModelInvariantUuid:c6d720a5-cb71-44f2-b729-427ff353502b
ModelName:basic_onboard_KofujR-nodes.ubuntu18Cvfc
ModelUuid:ce012e4a-bb4b-45ba-9caf-c431bacd87b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:41ac1b7b-e4d6-466e-86c1-899772aed809
ModelInvariantUuid:97b9ad57-b7be-4bb1-ab31-ce2d7eb9e611
ModelName:BasicOnboardKofujr.compute.nodes.heat.ubuntu18
ModelUuid:db0b1b68-1d30-4579-a226-55cc3d79712d
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-01T04:42:48.806Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6b891f7d-b6ad-46ea-babf-28b1294162a8
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-01T04:42:48.924Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||basic_onboard_KofujR 0
2022-07-01T04:42:48.930Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6b891f7d-b6ad-46ea-babf-28b1294162a8
2022-07-01T04:42:48.931Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1dae492b-34fa-495d-9989-df640ec62e27 from URL: /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json
2022-07-01T04:42:48.931Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:42:48.931Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json
2022-07-01T04:42:49.056Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:42:49.057Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json 1dae492b-34fa-495d-9989-df640ec62e27 798
2022-07-01T04:42:49.057Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json ASDC sendASDCNotification
2022-07-01T04:42:49.057Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json
2022-07-01T04:42:49.058Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:42:49.058Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:49.061Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:49.062Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650569057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:42:49.161Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:42:49.163Z||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-01T04:42:49.163Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:49.212Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:49.213Z||pool-11-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:50.063Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKofujr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fc8cb7b9-10b2-4f5b-87df-61b24aa54ec5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c15f954d-0705-493d-93bd-fb2cd8728989",
"vfModuleModelCustomizationUUID": "6085fccb-7fce-4234-92b0-bfcbd08c3d7a",
"isBase": true,
"artifacts": [
"7a1f8061-e05b-4574-8452-353b901b2434",
"38a7e37b-a0e8-44c8-965b-8ef0ea78135e"
],
"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-01T04:42:50.077Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKofujr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c15f954d-0705-493d-93bd-fb2cd8728989
VfModuleModelInvariantUUID:fc8cb7b9-10b2-4f5b-87df-61b24aa54ec5
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a1f8061-e05b-4574-8452-353b901b2434
,
38a7e37b-a0e8-44c8-965b-8ef0ea78135e
}
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-01T04:42:50.080Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKofujr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fc8cb7b9-10b2-4f5b-87df-61b24aa54ec5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c15f954d-0705-493d-93bd-fb2cd8728989",
"vfModuleModelCustomizationUUID": "6085fccb-7fce-4234-92b0-bfcbd08c3d7a",
"isBase": true,
"artifacts": [
"7a1f8061-e05b-4574-8452-353b901b2434",
"38a7e37b-a0e8-44c8-965b-8ef0ea78135e"
],
"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-01T04:42:50.080Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKofujr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c15f954d-0705-493d-93bd-fb2cd8728989
VfModuleModelInvariantUUID:fc8cb7b9-10b2-4f5b-87df-61b24aa54ec5
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a1f8061-e05b-4574-8452-353b901b2434
,
38a7e37b-a0e8-44c8-965b-8ef0ea78135e
}
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-01T04:42:50.080Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7a1f8061-e05b-4574-8452-353b901b2434 from URL: /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml
2022-07-01T04:42:50.080Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:42:50.080Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml
2022-07-01T04:42:50.144Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:42:50.144Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml 7a1f8061-e05b-4574-8452-353b901b2434 5033
2022-07-01T04:42:50.145Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-01T04:42:50.145Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml
2022-07-01T04:42:50.145Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:42:50.145Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:50.147Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:50.147Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650570145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:42:50.248Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:42:50.249Z||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-01T04:42:50.249Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:50.266Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:50.266Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:51.149Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 38a7e37b-a0e8-44c8-965b-8ef0ea78135e from URL: /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env
2022-07-01T04:42:51.150Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:42:51.150Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env
2022-07-01T04:42:51.220Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:42:51.221Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env 38a7e37b-a0e8-44c8-965b-8ef0ea78135e 909
2022-07-01T04:42:51.221Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-01T04:42:51.221Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env
2022-07-01T04:42:51.222Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:42:51.222Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:51.231Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:51.232Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650571221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:42:51.330Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-01T04:42:51.331Z||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-01T04:42:51.331Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:51.348Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:51.348Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:52.234Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 48ca3471-8f68-4397-af06-27189255d343
2022-07-01T04:42:52.234Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KofujR 0 6b891f7d-b6ad-46ea-babf-28b1294162a8 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-01T04:42:52.269Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@154c3830, org.onap.sdc.toscaparser.api.parameters.Input@301dd7a2, org.onap.sdc.toscaparser.api.parameters.Input@456a6cab, org.onap.sdc.toscaparser.api.parameters.Input@38ed131a, org.onap.sdc.toscaparser.api.parameters.Input@4c94218f]
2022-07-01T04:42:52.274Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.274Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.275Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-07-01T04:42:52.275Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 74972b09-96d8-4bdf-97ed-591405941ef5
2022-07-01T04:42:52.276Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74972b09-96d8-4bdf-97ed-591405941ef5 matches Tosca VF Customization UUID: 74972b09-96d8-4bdf-97ed-591405941ef5
2022-07-01T04:42:52.276Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 74972b09-96d8-4bdf-97ed-591405941ef5 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-01T04:42:52.285Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.286Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.287Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 74972b09-96d8-4bdf-97ed-591405941ef5: {\"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-01T04:42:52.288Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2bdb685a
2022-07-01T04:42:52.288Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.289Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T04:42:52.289Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6085fccb-7fce-4234-92b0-bfcbd08c3d7a
2022-07-01T04:42:52.291Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6085fccb-7fce-4234-92b0-bfcbd08c3d7a
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-01T04:42:52.298Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.298Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:52.299Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:42:52.300Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.300Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:52.300Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:42:52.301Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.301Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is not matching search criteria
2022-07-01T04:42:52.302Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-01T04:42:52.302Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-01T04:42:52.302Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7861fcff-706d-49a3-a939-da62ac086072
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-01T04:42:52.310Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.310Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:52.311Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:42:52.311Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.312Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:52.312Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=74972b09-96d8-4bdf-97ed-591405941ef5
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-01T04:42:52.314Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.315Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.315Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 48ca3471-8f68-4397-af06-27189255d343: basic_onboard_KofujR
2022-07-01T04:42:52.316Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.316Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.317Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.317Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.317Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.318Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.318Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.318Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.319Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:42:52.319Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.319Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_KofujR
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-01T04:42:52.510Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KofujR 6b891f7d-b6ad-46ea-babf-28b1294162a8 1 ASDC deployResourceStructure
2022-07-01T04:42:52.510Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json ASDC sendASDCNotification
2022-07-01T04:42:52.510Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json
2022-07-01T04:42:52.511Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:42:52.511Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:52.513Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:52.513Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650572510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-01T04:42:52.613Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:52.614Z||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-01T04:42:52.614Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:52.637Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:52.637Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:53.516Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-01T04:42:53.517Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml
2022-07-01T04:42:53.517Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:42:53.517Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:53.520Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:53.520Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650573516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-01T04:42:53.620Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:42:53.621Z||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-01T04:42:53.621Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:53.649Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:53.650Z||pool-15-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:54.521Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-01T04:42:54.521Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env
2022-07-01T04:42:54.521Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:42:54.521Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:54.524Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:54.524Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650574521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-01T04:42:54.624Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:54.625Z||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-01T04:42:54.626Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:54.646Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:54.647Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:55.524Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar ASDC sendASDCNotification
2022-07-01T04:42:55.525Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:55.525Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:42:55.525Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:55.528Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:55.528Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650575524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:42:55.632Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-01T04:42:55.633Z||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-01T04:42:55.633Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:55.651Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:42:55.652Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:56.530Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:42:56.565Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:42:56.568Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:42:56.569Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:42:56.569Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:43:26.569Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:43:26.581Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:43:26.584Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:43:26.584Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:43:26.585Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:43:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:43:29.332Z||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-01T04:43:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:43:29.359Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:43:29.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T04:43:29.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "aai-ml",
"timestamp": 1656650554727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:43:29.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-01T04:43:56.585Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:43:56.596Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:43:56.598Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:43:56.598Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:43:56.598Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:44:26.598Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:44:26.612Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:44:26.614Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:44:26.614Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:44:26.615Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:44:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:44:29.332Z||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-01T04:44:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:44:29.359Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:44:29.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T04:44:29.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650554188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:44:29.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-01T04:44:29.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T04:44:29.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "clamp",
"timestamp": 1656650554180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:44:29.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-01T04:44:56.615Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:44:56.628Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:44:56.630Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:44:56.631Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:44:56.631Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:45:26.631Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:45:26.643Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:45:26.645Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:45:26.645Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:45:26.646Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:45:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:45:29.332Z||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-01T04:45:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:45:29.359Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:45:29.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "aai-ml",
"timestamp": 1656650554727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650554188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "clamp",
"timestamp": 1656650554180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "aai-ml",
"timestamp": 1656650554727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650554188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "clamp",
"timestamp": 1656650554180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "aai-ml",
"timestamp": 1656650554727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650554188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "clamp",
"timestamp": 1656650554180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "aai-ml",
"timestamp": 1656650554727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650554188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "clamp",
"timestamp": 1656650554180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "aai-ml",
"timestamp": 1656650554727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650554188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "clamp",
"timestamp": 1656650554180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650549328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "aai-ml",
"timestamp": 1656650554727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650554188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "clamp",
"timestamp": 1656650554180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650565267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650565342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "aai-ml",
"timestamp": 1656650565949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650566642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650567851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "cds",
"timestamp": 1656650568359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650568918,
"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-01T04:45:29.930Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 208d2d93-8037-47c0-9649-1f110204a4ad
2022-07-01T04:45:29.930Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 208d2d93-8037-47c0-9649-1f110204a4ad 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-01T04:45:29.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650569057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "cds",
"timestamp": 1656650569389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T04:45:29.951Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 208d2d93-8037-47c0-9649-1f110204a4ad
2022-07-01T04:45:29.951Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 208d2d93-8037-47c0-9649-1f110204a4ad 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-01T04:45:29.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650569922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:29.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650570145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650571221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "policy-id",
"timestamp": 1656650571906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650572510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:29.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:45:29.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "policy-id",
"timestamp": 1656650572918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:29.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650573516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:29.975Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "policy-id",
"timestamp": 1656650573925,
"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-01T04:45:29.982Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 208d2d93-8037-47c0-9649-1f110204a4ad
2022-07-01T04:45:29.982Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 208d2d93-8037-47c0-9649-1f110204a4ad 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-01T04:45:29.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650575101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.995Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650574521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:29.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:29.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650574188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650575524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:30.002Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650574188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "NOTIFIED"
}
2022-07-01T04:45:30.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "clamp",
"timestamp": 1656650576175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "cds",
"timestamp": 1656650560391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:45:30.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-01T04:45:30.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650574188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-01T04:45:30.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "cds",
"timestamp": 1656650577596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.010Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650574188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "clamp",
"timestamp": 1656650578194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:30.016Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "cds",
"timestamp": 1656650578605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-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-01T04:45:30.035Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b591ae3-554d-4088-ac8a-74b824e34c01
2022-07-01T04:45:30.035Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b591ae3-554d-4088-ac8a-74b824e34c01 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-01T04:45:30.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "aai-ml",
"timestamp": 1656650579374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:30.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650574188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-01T04:45:30.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "clamp",
"timestamp": 1656650579199,
"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-01T04:45:30.063Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 208d2d93-8037-47c0-9649-1f110204a4ad
2022-07-01T04:45:30.063Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 208d2d93-8037-47c0-9649-1f110204a4ad 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-01T04:45:30.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1656650565465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "aai-ml",
"timestamp": 1656650580382,
"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-01T04:45:30.083Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 208d2d93-8037-47c0-9649-1f110204a4ad
2022-07-01T04:45:30.083Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 208d2d93-8037-47c0-9649-1f110204a4ad 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-01T04:45:30.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650574188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "policy-id",
"timestamp": 1656650564052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:45:30.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650574188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:45:30.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650582417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:30.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "policy-id",
"timestamp": 1656650582025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650581951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650583426,
"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-01T04:45:30.108Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 208d2d93-8037-47c0-9649-1f110204a4ad
2022-07-01T04:45:30.108Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 208d2d93-8037-47c0-9649-1f110204a4ad 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-01T04:45:30.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "policy-id",
"timestamp": 1656650583032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:30.126Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650583051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.126Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "policy-id",
"timestamp": 1656650584036,
"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-01T04:45:30.136Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b591ae3-554d-4088-ac8a-74b824e34c01
2022-07-01T04:45:30.136Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b591ae3-554d-4088-ac8a-74b824e34c01 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-01T04:45:30.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650584175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.150Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "clamp",
"timestamp": 1656650584181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "aai-ml",
"timestamp": 1656650584722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650585196,
"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-01T04:45:30.162Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b591ae3-554d-4088-ac8a-74b824e34c01
2022-07-01T04:45:30.162Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b591ae3-554d-4088-ac8a-74b824e34c01 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-01T04:45:30.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "clamp",
"timestamp": 1656650584181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "NOTIFIED"
}
2022-07-01T04:45:30.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "aai-ml",
"timestamp": 1656650584722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656650586199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:30.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "clamp",
"timestamp": 1656650584181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "aai-ml",
"timestamp": 1656650584722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "clamp",
"timestamp": 1656650584181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "aai-ml",
"timestamp": 1656650584722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "clamp",
"timestamp": 1656650584181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "aai-ml",
"timestamp": 1656650584722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650567149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:45:30.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "clamp",
"timestamp": 1656650584181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "aai-ml",
"timestamp": 1656650584722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650591632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "clamp",
"timestamp": 1656650584181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:45:30.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "aai-ml",
"timestamp": 1656650584722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:45:30.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:45:30.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "aai-ml",
"timestamp": 1656650592562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650595874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:30.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656650596880,
"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-01T04:45:30.200Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b591ae3-554d-4088-ac8a-74b824e34c01
2022-07-01T04:45:30.201Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b591ae3-554d-4088-ac8a-74b824e34c01 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-01T04:45:30.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "clamp",
"timestamp": 1656650602174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "aai-ml",
"timestamp": 1656650602578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:30.218Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "aai-ml",
"timestamp": 1656650603587,
"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-01T04:45:30.242Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b591ae3-554d-4088-ac8a-74b824e34c01
2022-07-01T04:45:30.242Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b591ae3-554d-4088-ac8a-74b824e34c01 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-01T04:45:30.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "clamp",
"timestamp": 1656650605177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:45:30.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "clamp",
"timestamp": 1656650606181,
"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-01T04:45:30.264Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b591ae3-554d-4088-ac8a-74b824e34c01
2022-07-01T04:45:30.265Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b591ae3-554d-4088-ac8a-74b824e34c01 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-01T04:45:56.646Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:45:56.664Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
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-01T04:45:56.668Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:45:56.669Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T04:45:56.669Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T04:45:56.669Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T04:45:56.669Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:45:56.670Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:45:56.670Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:45:56.670Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:45:56.670Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:45:56.671Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:45:56.671Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||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-01T04:45:56.678Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T04:46:26.679Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad 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-01T04:46:26.691Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 208d2d93-8037-47c0-9649-1f110204a4ad and serviceModelVersionId: 48ca3471-8f68-4397-af06-27189255d343
2022-07-01T04:46:26.691Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea96fcff-ae95-421f-b88b-07bf7675f6b9
2022-07-01T04:46:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:46:29.332Z||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-01T04:46:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:38.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:46:41.137Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea96fcff-ae95-421f-b88b-07bf7675f6b9/model-vers/model-ver/48ca3471-8f68-4397-af06-27189255d343?depth=0
2022-07-01T04:46:41.277Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T04:46:41.766Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea96fcff-ae95-421f-b88b-07bf7675f6b9/model-vers/model-ver/48ca3471-8f68-4397-af06-27189255d343?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-01T04:46:41.771Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea96fcff-ae95-421f-b88b-07bf7675f6b9/model-vers/model-ver/48ca3471-8f68-4397-af06-27189255d343?depth=0|INFO|500||Invoke
2022-07-01T04:46:41.877Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea96fcff-ae95-421f-b88b-07bf7675f6b9/model-vers/model-ver/48ca3471-8f68-4397-af06-27189255d343?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-01T04:46:42.119Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea96fcff-ae95-421f-b88b-07bf7675f6b9/model-vers/model-ver/48ca3471-8f68-4397-af06-27189255d343?depth=0|INFO|500||InvokeReturn
2022-07-01T04:46:42.120Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea96fcff-ae95-421f-b88b-07bf7675f6b9/model-vers/model-ver/48ca3471-8f68-4397-af06-27189255d343?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-04:46:41:598-30068], vertex-id=[184416], Content-Length=[0], Date=[Fri, 01 Jul 2022 04:46:41 GMT], Content-Type=[application/json]}
2022-07-01T04:46:42.122Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-07-01T04:46:42.125Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T04:46:42.126Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||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-01T04:46:42.131Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||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-01T04:46:42.133Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 208d2d93-8037-47c0-9649-1f110204a4ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T04:46:42.134Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T04:46:42.135Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:42.139Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:42.140Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650802133,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T04:46:42.238Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-01T04:46:42.239Z||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-01T04:46:42.239Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:42.252Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:46:42.252Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-01T04:46:43.153Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:46:43.154Z|208d2d93-8037-47c0-9649-1f110204a4ad|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-01T04:46:43.154Z|208d2d93-8037-47c0-9649-1f110204a4ad|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:47.574Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:46:47.575Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:46:47.575Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b591ae3-554d-4088-ac8a-74b824e34c01","serviceName":"vFW 2022-07-01 04-41-34","serviceVersion":"1.0","serviceUUID":"af6abf12-6ea7-4f6b-afd7-611666e0830c","serviceDescription":"catalog service description","serviceInvariantUUID":"b4fdb9aa-ca65-4eb6-9de2-98fa6362b376","resources":[{"resourceInstanceName":"vFW 0f10e9ee-f7fc 0","resourceName":"vFW 0f10e9ee-f7fc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3b9becae-31ed-42fe-8331-9e85194feb3c","resourceInvariantUUID":"8775db65-f49b-4958-a5b8-9e7bb8c32d0f","resourceCustomizationUUID":"95d6af99-4db1-476f-a91d-44c9b0fb97e5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml","artifactChecksum":"OGE1NGIxNzQwNGE0OTVmNTJjODJjZDczYjZlYjJhMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bae4360d-8543-41ba-8040-87e3962fa064","artifactVersion":"1"},{"artifactName":"vfw0f10e9eef7fc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json","artifactChecksum":"NTUyZTFiODY1OGExMTBhMDI1NDIyOWE1ZmY0MzEyYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f928482-2f81-4a9e-8a63-c467a4dfd246","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"64659e9c-7e68-47c3-a7b9-01ba9fcf480f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml","artifactChecksum":"NTIzNjI4YmU2NGMxYzExZjVlNjUwMTlkYjJjYjMyYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"37c61cdd-ca19-4370-bc75-0a690b850765","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"878a4d1f-030a-4d11-a0cb-025b6c4fd217","artifactVersion":"2","generatedFromUUID":"64659e9c-7e68-47c3-a7b9-01ba9fcf480f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220701044134-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml","artifactChecksum":"MjE1MjlmNWM1ZDc3YWE3MWI2MGRiNTMyZGY5ZmE1MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86ec7a6c-36f4-4d0f-9e9d-5e3ec0a6cefd","artifactVersion":"1"},{"artifactName":"service-Vfw20220701044134-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar","artifactChecksum":"MWU1YmU2MmZiMTA4NDNmYzI3MGVjMjY5NzA3OThjNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3fc45279-a301-48fc-b827-6cfbe0435f58","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T04:46:47.578Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:47.578Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:47.580Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:47.580Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:46:47.680Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:46:47.681Z||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-01T04:46:47.681Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:47.694Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:46:47.695Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:46:48.581Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:48.582Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:48.584Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:48.584Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "NOTIFIED"
}
2022-07-01T04:46:48.684Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:48.685Z||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-01T04:46:48.685Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:48.700Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:46:48.701Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:46:49.584Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:49.585Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:49.587Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:49.587Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-01T04:46:49.687Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:49.688Z||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-01T04:46:49.689Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:49.702Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:46:49.702Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:46:50.588Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:50.589Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:50.591Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:50.591Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:46:50.692Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:50.693Z||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-01T04:46:50.693Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:50.704Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:46:50.705Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:46:51.592Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:51.593Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:51.595Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:51.595Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-01T04:46:51.695Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:51.696Z||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-01T04:46:51.697Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:51.713Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:46:51.713Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:46:52.596Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:52.597Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:52.598Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:52.599Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:46:52.699Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:52.700Z||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-01T04:46:52.700Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:52.712Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:46:52.713Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:46:53.599Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:53.600Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:53.602Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:53.602Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:46:53.702Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:53.703Z||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-01T04:46:53.703Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:53.718Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:46:53.718Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:46:54.603Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"serviceName": "vFW 2022-07-01 04-41-34",
"serviceVersion": "1.0",
"serviceUUID": "af6abf12-6ea7-4f6b-afd7-611666e0830c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b4fdb9aa-ca65-4eb6-9de2-98fa6362b376",
"resources": [
{
"resourceInstanceName": "vFW 0f10e9ee-f7fc 0",
"resourceCustomizationUUID": "95d6af99-4db1-476f-a91d-44c9b0fb97e5",
"resourceName": "vFW 0f10e9ee-f7fc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3b9becae-31ed-42fe-8331-9e85194feb3c",
"resourceInvariantUUID": "8775db65-f49b-4958-a5b8-9e7bb8c32d0f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0f10e9eef7fc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"artifactChecksum": "NTUyZTFiODY1OGExMTBhMDI1NDIyOWE1ZmY0MzEyYmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3f928482-2f81-4a9e-8a63-c467a4dfd246",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "64659e9c-7e68-47c3-a7b9-01ba9fcf480f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "878a4d1f-030a-4d11-a0cb-025b6c4fd217",
"generatedFromUUID": "64659e9c-7e68-47c3-a7b9-01ba9fcf480f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "878a4d1f-030a-4d11-a0cb-025b6c4fd217",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220701044134-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"artifactChecksum": "MWU1YmU2MmZiMTA4NDNmYzI3MGVjMjY5NzA3OThjNjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3fc45279-a301-48fc-b827-6cfbe0435f58"
}
],
"workloadContext": "Production"
}
2022-07-01T04:46:54.604Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T04:46:54.604Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 af6abf12-6ea7-4f6b-afd7-611666e0830c ASDC
2022-07-01T04:46:54.604Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b591ae3-554d-4088-ac8a-74b824e34c01
ServiceName:vFW 2022-07-01 04-41-34
ServiceVersion:1.0
ServiceUUID:af6abf12-6ea7-4f6b-afd7-611666e0830c
ServiceInvariantUUID:b4fdb9aa-ca65-4eb6-9de2-98fa6362b376
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220701044134-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar
ArtifactUUID:3fc45279-a301-48fc-b827-6cfbe0435f58
ArtifactChecksum:MWU1YmU2MmZiMTA4NDNmYzI3MGVjMjY5NzA3OThjNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0f10e9ee-f7fc 0
ResourceCustomizationUUID:95d6af99-4db1-476f-a91d-44c9b0fb97e5
ResourceInvariantUUID:8775db65-f49b-4958-a5b8-9e7bb8c32d0f
ResourceName:vFW 0f10e9ee-f7fc
ResourceType:VF
ResourceUUID:3b9becae-31ed-42fe-8331-9e85194feb3c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0f10e9eef7fc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json
ArtifactUUID:3f928482-2f81-4a9e-8a63-c467a4dfd246
ArtifactChecksum:NTUyZTFiODY1OGExMTBhMDI1NDIyOWE1ZmY0MzEyYmM=
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/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml
ArtifactUUID:64659e9c-7e68-47c3-a7b9-01ba9fcf480f
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/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env
ArtifactUUID:878a4d1f-030a-4d11-a0cb-025b6c4fd217
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/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env
ArtifactUUID:878a4d1f-030a-4d11-a0cb-025b6c4fd217
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-01T04:46:54.604Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af6abf12-6ea7-4f6b-afd7-611666e0830c 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-01T04:46:54.638Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:46:54.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-01T04:46:54.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-01T04:46:54.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3fc45279-a301-48fc-b827-6cfbe0435f58 from URL: /sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:54.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:46:54.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:54.846Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:46:54.851Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar 3fc45279-a301-48fc-b827-6cfbe0435f58 99016
2022-07-01T04:46:54.851Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar ASDC sendASDCNotification
2022-07-01T04:46:54.851Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:54.851Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:46:54.851Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:54.854Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:54.854Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650814851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:46:54.954Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:54.955Z||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-01T04:46:54.955Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:54.967Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:46:54.968Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:46:55.855Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:46:55.856Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-01T04:46:55.856Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 3fc45279-a301-48fc-b827-6cfbe0435f58, URL: /sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar to file: /app/ASDC/1/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:55.856Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220701044134-csar.csar
2022-07-01T04:46:55.857Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:55.857Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:56.024Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1748461302728939821/Definitions/service-Vfw20220701044134-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-07-01T04:46:58.144Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T04:46:58.145Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-01T04:46:58.145Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.145Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-01T04:46:58.145Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.145Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.145Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0f10e9ee-f7fc 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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.147Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.147Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-01T04:46:58.147Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.147Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.147Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:46:58.147Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-01T04:46:58.148Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:46:58.148Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.148Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.148Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:46:58.148Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-01T04:46:58.149Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:46:58.149Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.149Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.149Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.149Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:46:58.150Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:46:58.150Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T04:46:58.150Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.150Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.150Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T04:46:58.150Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.151Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:46:58.151Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T04:46:58.151Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T04:46:58.151Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.151Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.151Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T04:46:58.152Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.152Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T04:46:58.152Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.152Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T04:46:58.152Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.152Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T04:46:58.153Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.153Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:46:58.153Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:46:58.153Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.154Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:46:58.154Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:46:58.154Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.154Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:46:58.154Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:46:58.154Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.155Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:46:58.155Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:46:58.155Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-01T04:46:58.155Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:46:58.155Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T04:46:58.155Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T04:46:58.156Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.156Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.156Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T04:46:58.156Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.156Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T04:46:58.157Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.157Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6536974a-4aca-451e-8218-26be75cee6a4
2022-07-01T04:46:58.157Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.157Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:46:58.157Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:46:58.157Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T04:46:58.158Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.158Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.158Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T04:46:58.158Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.158Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:46:58.158Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-01T04:46:58.159Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T04:46:58.159Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.159Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T04:46:58.159Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.159Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a456bfee-669f-4bf1-839a-362ab27f061b
2022-07-01T04:46:58.159Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.160Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:46:58.160Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:46:58.160Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T04:46:58.160Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.160Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.160Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T04:46:58.161Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.161Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:46:58.161Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T04:46:58.161Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T04:46:58.161Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.161Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.162Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-01T04:46:58.162Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=852fcf74-7ba1-4694-9d12-9dff67264f63
2022-07-01T04:46:58.162Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.162Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.162Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.162Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.163Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.163Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.163Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:46:58.163Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.163Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-01 04-41-34
Description:catalog service description
Model UUID:af6abf12-6ea7-4f6b-afd7-611666e0830c
Model Version:NULL
Model InvariantUuid:b4fdb9aa-ca65-4eb6-9de2-98fa6362b376
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0f10e9ee-f7fc
Model UUID:a7c739c4-0ff4-4c1f-871c-991b9c734b80
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8775db65-f49b-4958-a5b8-9e7bb8c32d0f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:95d6af99-4db1-476f-a91d-44c9b0fb97e5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bda58c43-3f48-4499-870b-3b9c0d08777b
ModelName:Vfw0f10e9eeF7fc..base_vfw..module-0
ModelUuid:efd20840-e362-49e7-a6b7-08a7091a59cf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6536974a-4aca-451e-8218-26be75cee6a4
ModelInvariantUuid:e68bc8cc-af79-4888-b9e2-ebdcb87e6d5b
ModelName:vFW 0f10e9ee-f7fc-nodes.vfwCvfc
ModelUuid:b6a0346e-82c5-404d-87bd-8356055609aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:195837b2-a03b-48b9-a91f-947dc13ef9d3
ModelInvariantUuid:d1e03d9c-3429-41c2-8268-57c640e1fb37
ModelName:Vfw0f10e9eeF7fc.compute.nodes.heat.vfw
ModelUuid:cea08089-6687-4ede-a659-6534279bac83
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a456bfee-669f-4bf1-839a-362ab27f061b
ModelInvariantUuid:9ffbf78d-70b5-4c97-a96e-f11a1dc7ec6e
ModelName:vFW 0f10e9ee-f7fc-nodes.vsnCvfc
ModelUuid:e401e61e-ba26-4bbd-ad2e-0a3b52cbd64a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:37e51fe6-0a79-4910-9132-7e6c53818471
ModelInvariantUuid:47a53630-eec8-42be-990f-a0bf9b451434
ModelName:Vfw0f10e9eeF7fc.compute.nodes.heat.vsn
ModelUuid:eb2fde3c-52dd-4a7c-9e5a-724e269169ad
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:852fcf74-7ba1-4694-9d12-9dff67264f63
ModelInvariantUuid:6e6975dc-d028-4f1e-b393-185942f86f39
ModelName:vFW 0f10e9ee-f7fc-nodes.vpgCvfc
ModelUuid:3054cc16-95b3-49fb-b3f7-d410ad1e9bb0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1b84ce7b-5124-42e1-891f-a847f32a618e
ModelInvariantUuid:55714536-a2d0-41d5-8998-160ef3d4bcd4
ModelName:Vfw0f10e9eeF7fc.compute.nodes.heat.vpg
ModelUuid:5c6325c9-4b9d-451d-b4e9-b36f556967d4
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-01T04:46:58.171Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3b9becae-31ed-42fe-8331-9e85194feb3c
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-01T04:46:58.174Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||vFW 0f10e9ee-f7fc 0
2022-07-01T04:46:58.174Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3b9becae-31ed-42fe-8331-9e85194feb3c
2022-07-01T04:46:58.175Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3f928482-2f81-4a9e-8a63-c467a4dfd246 from URL: /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json
2022-07-01T04:46:58.175Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:46:58.175Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json
2022-07-01T04:46:58.232Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:46:58.233Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json 3f928482-2f81-4a9e-8a63-c467a4dfd246 785
2022-07-01T04:46:58.233Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json ASDC sendASDCNotification
2022-07-01T04:46:58.233Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json
2022-07-01T04:46:58.233Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:46:58.234Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:58.237Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:58.237Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650818233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:46:58.337Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:46:58.338Z||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-01T04:46:58.338Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:58.354Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:46:58.355Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:46:59.238Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0f10e9eeF7fc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bda58c43-3f48-4499-870b-3b9c0d08777b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "efd20840-e362-49e7-a6b7-08a7091a59cf",
"vfModuleModelCustomizationUUID": "55e7934d-10aa-4a6c-9129-31455e4501c6",
"isBase": true,
"artifacts": [
"64659e9c-7e68-47c3-a7b9-01ba9fcf480f",
"878a4d1f-030a-4d11-a0cb-025b6c4fd217"
],
"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-01T04:46:59.243Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f10e9eeF7fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efd20840-e362-49e7-a6b7-08a7091a59cf
VfModuleModelInvariantUUID:bda58c43-3f48-4499-870b-3b9c0d08777b
VfModuleModelDescription:NULL
Artifacts UUID List:{
64659e9c-7e68-47c3-a7b9-01ba9fcf480f
,
878a4d1f-030a-4d11-a0cb-025b6c4fd217
}
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-01T04:46:59.245Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0f10e9eeF7fc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bda58c43-3f48-4499-870b-3b9c0d08777b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "efd20840-e362-49e7-a6b7-08a7091a59cf",
"vfModuleModelCustomizationUUID": "55e7934d-10aa-4a6c-9129-31455e4501c6",
"isBase": true,
"artifacts": [
"64659e9c-7e68-47c3-a7b9-01ba9fcf480f",
"878a4d1f-030a-4d11-a0cb-025b6c4fd217"
],
"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-01T04:46:59.246Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f10e9eeF7fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efd20840-e362-49e7-a6b7-08a7091a59cf
VfModuleModelInvariantUUID:bda58c43-3f48-4499-870b-3b9c0d08777b
VfModuleModelDescription:NULL
Artifacts UUID List:{
64659e9c-7e68-47c3-a7b9-01ba9fcf480f
,
878a4d1f-030a-4d11-a0cb-025b6c4fd217
}
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-01T04:46:59.246Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 64659e9c-7e68-47c3-a7b9-01ba9fcf480f from URL: /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml
2022-07-01T04:46:59.246Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:46:59.247Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml
2022-07-01T04:46:59.314Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:46:59.315Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml 64659e9c-7e68-47c3-a7b9-01ba9fcf480f 20368
2022-07-01T04:46:59.315Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-01T04:46:59.315Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml
2022-07-01T04:46:59.316Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:46:59.316Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:59.318Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:59.318Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650819315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:46:59.418Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:46:59.419Z||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-01T04:46:59.419Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:59.436Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:46:59.436Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:47:00.320Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 878a4d1f-030a-4d11-a0cb-025b6c4fd217 from URL: /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env
2022-07-01T04:47:00.320Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:47:00.321Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env
2022-07-01T04:47:00.399Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:47:00.399Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env 878a4d1f-030a-4d11-a0cb-025b6c4fd217 2098
2022-07-01T04:47:00.400Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-01T04:47:00.400Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env
2022-07-01T04:47:00.400Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:47:00.400Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:47:00.403Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:47:00.403Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650820400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:47:00.503Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:47:00.504Z||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-01T04:47:00.504Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:00.520Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:47:00.521Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:47:01.403Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: af6abf12-6ea7-4f6b-afd7-611666e0830c
2022-07-01T04:47:01.404Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0f10e9ee-f7fc 0 3b9becae-31ed-42fe-8331-9e85194feb3c 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-01T04:47:01.425Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2476e851, org.onap.sdc.toscaparser.api.parameters.Input@164d5c7b, org.onap.sdc.toscaparser.api.parameters.Input@1ffe6b11, org.onap.sdc.toscaparser.api.parameters.Input@2a65e397, org.onap.sdc.toscaparser.api.parameters.Input@3942b2ea]
2022-07-01T04:47:01.427Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.427Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.427Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-07-01T04:47:01.428Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 95d6af99-4db1-476f-a91d-44c9b0fb97e5
2022-07-01T04:47:01.428Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95d6af99-4db1-476f-a91d-44c9b0fb97e5 matches Tosca VF Customization UUID: 95d6af99-4db1-476f-a91d-44c9b0fb97e5
2022-07-01T04:47:01.428Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 95d6af99-4db1-476f-a91d-44c9b0fb97e5 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-01T04:47:01.430Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.430Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.431Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 95d6af99-4db1-476f-a91d-44c9b0fb97e5: {\"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-01T04:47:01.431Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ca6f59a
2022-07-01T04:47:01.431Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.432Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T04:47:01.432Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55e7934d-10aa-4a6c-9129-31455e4501c6
2022-07-01T04:47:01.432Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55e7934d-10aa-4a6c-9129-31455e4501c6
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-01T04:47:01.434Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.434Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:47:01.434Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:47:01.434Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.435Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:47:01.435Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:47:01.435Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.435Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:47:01.436Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:47:01.436Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-01T04:47:01.436Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:47:01.436Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T04:47:01.436Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T04:47:01.437Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.437Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T04:47:01.437Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T04:47:01.437Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T04:47:01.437Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T04:47:01.438Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.438Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6536974a-4aca-451e-8218-26be75cee6a4
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-01T04:47:01.440Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.440Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:47:01.440Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:47:01.440Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.441Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:47:01.441Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:47:01.441Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T04:47:01.441Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.441Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T04:47:01.441Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T04:47:01.442Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.442Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:47:01.442Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-01T04:47:01.442Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T04:47:01.442Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T04:47:01.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T04:47:01.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.444Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a456bfee-669f-4bf1-839a-362ab27f061b
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-01T04:47:01.445Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.446Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:47:01.446Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:47:01.449Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.449Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:47:01.449Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:47:01.450Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T04:47:01.450Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.450Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T04:47:01.450Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T04:47:01.450Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.451Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:47:01.451Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T04:47:01.451Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T04:47:01.451Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.452Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T04:47:01.452Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-01T04:47:01.452Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=852fcf74-7ba1-4694-9d12-9dff67264f63
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-01T04:47:01.454Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.455Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:47:01.455Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:47:01.455Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.455Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:47:01.455Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=95d6af99-4db1-476f-a91d-44c9b0fb97e5
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-01T04:47:01.457Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.457Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.457Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid af6abf12-6ea7-4f6b-afd7-611666e0830c: vFW 0f10e9ee-f7fc
2022-07-01T04:47:01.457Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.458Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.458Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.458Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.458Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.458Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.458Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.459Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.459Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:47:01.459Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.459Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-07-01 04-41-34
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-01T04:47:01.632Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0f10e9ee-f7fc 3b9becae-31ed-42fe-8331-9e85194feb3c 1 ASDC deployResourceStructure
2022-07-01T04:47:01.633Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json ASDC sendASDCNotification
2022-07-01T04:47:01.633Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json
2022-07-01T04:47:01.633Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:47:01.633Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:47:01.635Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:47:01.635Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650821633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-01T04:47:01.735Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:47:01.736Z||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-01T04:47:01.737Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:01.750Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:47:01.751Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:47:02.636Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-01T04:47:02.637Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml
2022-07-01T04:47:02.637Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:47:02.637Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:47:02.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:47:02.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650822636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-01T04:47:02.739Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:47:02.740Z||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-01T04:47:02.740Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:02.753Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:47:02.754Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:47:03.640Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-01T04:47:03.640Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env
2022-07-01T04:47:03.640Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:47:03.640Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:47:03.642Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:47:03.642Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650823640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-01T04:47:03.742Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:47:03.744Z||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-01T04:47:03.744Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:03.756Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:47:03.756Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:47:04.643Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar ASDC sendASDCNotification
2022-07-01T04:47:04.644Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar
2022-07-01T04:47:04.644Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:47:04.644Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:47:04.647Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:47:04.647Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650824643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:47:04.747Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:47:04.748Z||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-01T04:47:04.748Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:04.762Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:47:04.763Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:47:05.648Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b591ae3-554d-4088-ac8a-74b824e34c01
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-01T04:47:05.667Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b591ae3-554d-4088-ac8a-74b824e34c01
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-01T04:47:05.671Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:47:05.671Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T04:47:05.671Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T04:47:05.671Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T04:47:05.671Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:47:05.671Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:47:05.672Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:47:05.672Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:47:05.672Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:47:05.672Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:47:05.672Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||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-01T04:47:05.678Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T04:47:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:47:29.332Z||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-01T04:47:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:29.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:47:29.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650802133,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "NOTIFIED"
}
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:47:29.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-01T04:47:29.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:47:29.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650803153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650814851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650818233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:47:29.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650819315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:47:29.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650820400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650821633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650822636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650823640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-01T04:47:29.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650824643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:47:29.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:35.678Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b591ae3-554d-4088-ac8a-74b824e34c01 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-01T04:47:35.685Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b591ae3-554d-4088-ac8a-74b824e34c01 and serviceModelVersionId: af6abf12-6ea7-4f6b-afd7-611666e0830c
2022-07-01T04:47:35.685Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4fdb9aa-ca65-4eb6-9de2-98fa6362b376
2022-07-01T04:47:35.686Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0
2022-07-01T04:47:35.691Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T04:47:35.747Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0|INFO|500||Invoke
2022-07-01T04:47:35.748Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b591ae3-554d-4088-ac8a-74b824e34c01], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d81faa08-2d8b-41e4-b5e0-f43295f032c2], X-ECOMP-RequestID=[6b591ae3-554d-4088-ac8a-74b824e34c01], X-TransactionId=[], X-ONAP-RequestID=[6b591ae3-554d-4088-ac8a-74b824e34c01], Content-Type=[application/merge-patch+json]}
2022-07-01T04:47:35.781Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-01T04:47:35.951Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?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/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220701-04:47:35:501-96621], vertex-id=[196704], Content-Length=[0], Date=[Fri, 01 Jul 2022 04:47:35 GMT], Content-Type=[application/json]}
2022-07-01T04:47:35.952Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T04:47:35.952Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0|INFO|500||InvokeReturn
2022-07-01T04:47:35.952Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T04:47:35.952Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||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-01T04:47:35.958Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||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-01T04:47:35.958Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b591ae3-554d-4088-ac8a-74b824e34c01 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T04:47:35.959Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T04:47:35.959Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:47:35.961Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:47:35.961Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650855958,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T04:47:36.061Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:47:36.062Z||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-01T04:47:36.062Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:36.079Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:47:36.080Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T04:47:36.974Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:47:36.975Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-01T04:47:36.975Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:46.519Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:47:46.520Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:47:46.520Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-01T04:47:46.520Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:56.067Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:47:56.067Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:47:56.068Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-01T04:47:56.068Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:48:05.624Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:48:05.624Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:48:05.625Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-01T04:48:05.625Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:48:15.167Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:48:29.329Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:48:29.330Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:48:29.330Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:48:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:48:29.332Z||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-01T04:48:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:48:29.962Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:48:29.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T04:48:29.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656650855958,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T04:48:29.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:48:38.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:49:29.329Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:49:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:49:29.331Z||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-01T04:49:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:49:29.331Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:49:29.332Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:49:38.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:49:38.886Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:50:29.329Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:50:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-01T04:50:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:50:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:50:29.332Z||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-01T04:50:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:50:38.885Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:50:38.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:51:29.328Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:51:29.330Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-01T04:51:29.330Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:51:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:51:29.332Z||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-01T04:51:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:51:38.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:51:38.881Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:52:29.328Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:52:29.330Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-01T04:52:29.330Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:52:29.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:52:29.332Z||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-01T04:52:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:52:38.882Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:52:38.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:53:29.328Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:53:29.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:53:29.332Z||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-01T04:53:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-01T04:53:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:53:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:53:38.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:53:38.879Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:54:29.329Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:54:29.329Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:54:29.330Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:54:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:54:29.332Z||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-01T04:54:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:54:38.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:54:38.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:55:29.328Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:55:29.330Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:55:29.330Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:55:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:55:29.332Z||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-01T04:55:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:55:38.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:55:38.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:56:29.328Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:56:29.329Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:56:29.329Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:56:29.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:56:29.331Z||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-01T04:56:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:56:29.962Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:56:29.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8fb5660e-340d-45ee-b8f6-242d329a9c6e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c810f940-ccc8-4cc0-a433-72e47433267d","serviceDescription":"service","serviceInvariantUUID":"1f14383b-ffb2-48b9-a108-a20e532f6db4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"70f73fa7-2419-413f-95d6-5b74b6f6127f","resourceInvariantUUID":"4f58783d-d9c4-46fc-84fd-1ef074e7088c","resourceCustomizationUUID":"27ad8b14-02c4-461c-bb7f-e101560618d0","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":"ZDI4OTM3NTBhNDIzYjAwZTQwZGUyYWM3ZDhmNzNhZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"205967c5-952d-4dad-a508-5b7f1b1ce76c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGM5MThmZGE4NTgxZTc4MWJhMDRhZjUwMWI1MWIxMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8f098fe-b486-4801-9d08-1d4c5e0a5791","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T04:56:29.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:56:29.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656651374188,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:56:29.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T04:56:29.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651377147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "policy-id",
"timestamp": 1656651384051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656651374188,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:56:29.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T04:56:29.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651377147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:56:29.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T04:56:29.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "policy-id",
"timestamp": 1656651384051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "cds",
"timestamp": 1656651385391,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T04:56:29.971Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651387386,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656651385465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:56:29.972Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "policy-id",
"timestamp": 1656651386900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "cds",
"timestamp": 1656651385391,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656651385465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "policy-id",
"timestamp": 1656651387912,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651389326,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "cds",
"timestamp": 1656651388229,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "policy-id",
"timestamp": 1656651388915,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-07-01T04:56:29.977Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:56:29.977Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651389328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: 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-01T04:56:30.000Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fb5660e-340d-45ee-b8f6-242d329a9c6e
2022-07-01T04:56:30.000Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb5660e-340d-45ee-b8f6-242d329a9c6e 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-01T04:56:30.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:30.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651390333,
"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-01T04:56:30.016Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8fb5660e-340d-45ee-b8f6-242d329a9c6e
2022-07-01T04:56:30.016Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb5660e-340d-45ee-b8f6-242d329a9c6e 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-01T04:56:30.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:30.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "cds",
"timestamp": 1656651389240,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T04:56:30.038Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8fb5660e-340d-45ee-b8f6-242d329a9c6e
2022-07-01T04:56:30.038Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb5660e-340d-45ee-b8f6-242d329a9c6e 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-01T04:56:30.077Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:56:30.079Z||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-01T04:56:30.079Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:56:30.094Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:56:30.094Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:56:30.978Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:56:30.979Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:56:30.981Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:56:30.981Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651389328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:56:31.082Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:56:31.083Z||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-01T04:56:31.083Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:56:31.098Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:56:31.099Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:56:31.983Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c810f940-ccc8-4cc0-a433-72e47433267d",
"serviceDescription": "service",
"serviceInvariantUUID": "1f14383b-ffb2-48b9-a108-a20e532f6db4",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "27ad8b14-02c4-461c-bb7f-e101560618d0",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "70f73fa7-2419-413f-95d6-5b74b6f6127f",
"resourceInvariantUUID": "4f58783d-d9c4-46fc-84fd-1ef074e7088c",
"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": "MGM5MThmZGE4NTgxZTc4MWJhMDRhZjUwMWI1MWIxMDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e8f098fe-b486-4801-9d08-1d4c5e0a5791"
}
],
"workloadContext": "Production"
}
2022-07-01T04:56:31.984Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T04:56:31.984Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c810f940-ccc8-4cc0-a433-72e47433267d ASDC
2022-07-01T04:56:31.985Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8fb5660e-340d-45ee-b8f6-242d329a9c6e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c810f940-ccc8-4cc0-a433-72e47433267d
ServiceInvariantUUID:1f14383b-ffb2-48b9-a108-a20e532f6db4
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:e8f098fe-b486-4801-9d08-1d4c5e0a5791
ArtifactChecksum:MGM5MThmZGE4NTgxZTc4MWJhMDRhZjUwMWI1MWIxMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:27ad8b14-02c4-461c-bb7f-e101560618d0
ResourceInvariantUUID:4f58783d-d9c4-46fc-84fd-1ef074e7088c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:70f73fa7-2419-413f-95d6-5b74b6f6127f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-07-01T04:56:31.985Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c810f940-ccc8-4cc0-a433-72e47433267d 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-01T04:56:32.036Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:56:32.037Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T04:56:32.037Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T04:56:32.037Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e8f098fe-b486-4801-9d08-1d4c5e0a5791 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T04:56:32.037Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T04:56:32.038Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T04:56:32.111Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T04:56:32.114Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e8f098fe-b486-4801-9d08-1d4c5e0a5791 52511
2022-07-01T04:56:32.115Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:32.115Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:32.115Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:56:32.116Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:56:32.118Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:56:32.118Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651392115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:56:32.218Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:56:32.222Z||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-01T04:56:32.222Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:56:32.236Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:56:32.237Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:56:33.119Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:56:33.120Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T04:56:33.121Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e8f098fe-b486-4801-9d08-1d4c5e0a5791, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T04:56:33.121Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-01T04:56:33.122Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T04:56:33.122Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T04:56:33.290Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6947904239201607743/Definitions/service-BasicNetwork-template.yml
2022-07-01T04:56:33.868Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T04:56:33.869Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T04:56:33.869Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T04:56:33.869Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-01T04:56:33.869Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:33.870Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:33.870Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:33.870Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:33.870Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T04:56:33.870Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:33.871Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:33.871Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:33.871Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T04:56:33.872Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.872Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.872Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-01T04:56:33.873Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T04:56:33.873Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:56:33.873Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.873Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.874Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-01T04:56:33.874Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T04:56:33.874Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:56:33.875Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.875Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.875Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.875Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.876Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.876Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.877Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.877Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.877Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.877Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.878Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c810f940-ccc8-4cc0-a433-72e47433267d
Model Version:NULL
Model InvariantUuid:1f14383b-ffb2-48b9-a108-a20e532f6db4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4f58783d-d9c4-46fc-84fd-1ef074e7088c
Model UUID:73b2efd2-13c1-4530-8183-d552a16f7ba0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:27ad8b14-02c4-461c-bb7f-e101560618d0
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-01T04:56:33.886Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 70f73fa7-2419-413f-95d6-5b74b6f6127f
2022-07-01T04:56:33.886Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||No resources found for Service: c810f940-ccc8-4cc0-a433-72e47433267d
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-01T04:56:33.893Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||
2022-07-01T04:56:33.893Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-07-01T04:56:33.894Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c810f940-ccc8-4cc0-a433-72e47433267d
2022-07-01T04:56:33.894Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c810f940-ccc8-4cc0-a433-72e47433267d
2022-07-01T04:56:33.895Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-07-01T04:56:33.895Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:33.899Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65e52f72, org.onap.sdc.toscaparser.api.parameters.Input@6b17b314, org.onap.sdc.toscaparser.api.parameters.Input@90c5b88, org.onap.sdc.toscaparser.api.parameters.Input@23ba1741, org.onap.sdc.toscaparser.api.parameters.Input@6f6822fb]
2022-07-01T04:56:33.901Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.901Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.901Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.901Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.902Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c810f940-ccc8-4cc0-a433-72e47433267d: Generic NeutronNet
2022-07-01T04:56:33.902Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.902Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.902Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.902Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:33.933Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.933Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.933Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.933Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.933Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:56:33.934Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.934Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:33.981Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-07-01T04:56:33.982Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:33.982Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:56:33.982Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:56:33.982Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:56:33.984Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:56:33.984Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651393982,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:56:34.084Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:56:34.085Z||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-01T04:56:34.085Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:56:34.099Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:56:34.100Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:56:34.986Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
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-01T04:56:34.997Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
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-01T04:56:35.000Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:56:35.000Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:56:35.000Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:57:05.000Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
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-01T04:57:05.012Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
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-01T04:57:05.015Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:57:05.016Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:57:05.016Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:57:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:57:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-01T04:57:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:57:29.498Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:57:29.499Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:57:29.499Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651389328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:57:29.500Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:57:35.016Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
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-01T04:57:35.029Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
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-01T04:57:35.035Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:57:35.035Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:57:35.035Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:58:05.035Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
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-01T04:58:05.048Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
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-01T04:58:05.051Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:58:05.051Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:58:05.051Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:58:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:58:29.333Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-01T04:58:29.333Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:58:29.364Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:58:29.366Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.366Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651389328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:58:29.367Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.367Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.367Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651392115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:58:29.367Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651393982,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:58:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "clamp",
"timestamp": 1656651394181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "aai-ml",
"timestamp": 1656651394722,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "clamp",
"timestamp": 1656651394181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:58:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "aai-ml",
"timestamp": 1656651394722,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:58:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "aai-ml",
"timestamp": 1656651397495,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:58:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "clamp",
"timestamp": 1656651399303,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:58:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "clamp",
"timestamp": 1656651401312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:58:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "aai-ml",
"timestamp": 1656651401689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-01T04:58:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.373Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "clamp",
"timestamp": 1656651402316,
"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-01T04:58:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8fb5660e-340d-45ee-b8f6-242d329a9c6e
2022-07-01T04:58:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb5660e-340d-45ee-b8f6-242d329a9c6e 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-01T04:58:29.391Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.391Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "aai-ml",
"timestamp": 1656651402694,
"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-01T04:58:29.396Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8fb5660e-340d-45ee-b8f6-242d329a9c6e
2022-07-01T04:58:29.396Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb5660e-340d-45ee-b8f6-242d329a9c6e 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-01T04:58:29.403Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.403Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "cds",
"timestamp": 1656651430391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.403Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.404Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.404Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656651434188,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.404Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.404Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.404Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651437147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.405Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.405Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.405Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "cds",
"timestamp": 1656651430391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.405Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.405Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.406Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656651434188,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.406Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.406Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.406Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651437147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.406Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.406Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.407Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "cds",
"timestamp": 1656651430391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.407Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.407Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.407Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656651434188,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.408Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.408Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.408Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651437147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.408Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.408Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.408Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "cds",
"timestamp": 1656651430391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.409Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.409Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.409Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656651434188,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.409Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.409Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.410Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651437147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.410Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.410Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.410Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "cds",
"timestamp": 1656651430391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.411Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.411Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.411Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656651434188,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.411Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.411Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.411Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651437147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.412Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.412Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.412Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "cds",
"timestamp": 1656651430391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.412Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.413Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.413Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656651434188,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.413Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.413Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.413Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651437147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.413Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.414Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.414Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "policy-id",
"timestamp": 1656651444051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.414Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.414Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.414Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "cds",
"timestamp": 1656651430391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.415Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.415Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.415Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656651434188,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.415Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.415Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.415Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "policy-id",
"timestamp": 1656651444051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.416Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.416Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.416Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651437147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.416Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.416Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.416Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656651434188,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:58:29.417Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.417Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.417Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "cds",
"timestamp": 1656651430391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:58:29.417Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.417Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.417Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "policy-id",
"timestamp": 1656651444051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.418Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.418Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.418Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651437147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:58:29.418Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.418Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.418Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "ves-openapi-manager",
"timestamp": 1656651445465,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.419Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.419Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.419Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "policy-id",
"timestamp": 1656651444051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.419Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.419Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.420Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "cds",
"timestamp": 1656651447524,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:58:29.420Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.420Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.420Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "ves-openapi-manager",
"timestamp": 1656651445465,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.420Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.420Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.421Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656651449001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:58:29.421Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.421Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.421Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "policy-id",
"timestamp": 1656651444051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.421Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:29.421Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.422Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "cds",
"timestamp": 1656651448530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-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-01T04:58:29.435Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26357c09-c1a8-4ad3-af9d-695f096ae567
2022-07-01T04:58:29.435Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26357c09-c1a8-4ad3-af9d-695f096ae567 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-01T04:58:29.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "ves-openapi-manager",
"timestamp": 1656651445465,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.444Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-01T04:58:35.051Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
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-01T04:58:35.062Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
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-01T04:58:35.066Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:58:35.066Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T04:58:35.067Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T04:58:35.067Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T04:58:35.068Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:58:35.068Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:58:35.068Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:58:35.069Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:58:35.069Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:58:35.069Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-01T04:58:35.069Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:58:35.074Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T04:59:05.075Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e 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-01T04:59:05.092Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e and serviceModelVersionId: c810f940-ccc8-4cc0-a433-72e47433267d
2022-07-01T04:59:05.092Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f14383b-ffb2-48b9-a108-a20e532f6db4
2022-07-01T04:59:05.093Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0
2022-07-01T04:59:05.099Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T04:59:05.168Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0|INFO|500||Invoke
2022-07-01T04:59:05.169Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8fb5660e-340d-45ee-b8f6-242d329a9c6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f9529fe-5b3d-46c6-812a-a76145c62407], X-ECOMP-RequestID=[8fb5660e-340d-45ee-b8f6-242d329a9c6e], X-TransactionId=[], X-ONAP-RequestID=[8fb5660e-340d-45ee-b8f6-242d329a9c6e], Content-Type=[application/merge-patch+json]}
2022-07-01T04:59:05.195Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-01T04:59:05.443Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?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/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-04:59:04:926-20314], vertex-id=[180352], Content-Length=[0], Date=[Fri, 01 Jul 2022 04:59:04 GMT], Content-Type=[application/json]}
2022-07-01T04:59:05.444Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T04:59:05.444Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0|INFO|500||InvokeReturn
2022-07-01T04:59:05.445Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T04:59:05.445Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:59:05.454Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-01T04:59:05.454Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8fb5660e-340d-45ee-b8f6-242d329a9c6e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T04:59:05.455Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T04:59:05.455Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:05.458Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:05.458Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651545454,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T04:59:05.558Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:05.559Z||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-01T04:59:05.560Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:05.578Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:59:05.579Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 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-01T04:59:06.474Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:59:06.475Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T04:59:06.475Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:10.913Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:59:10.915Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T04:59:10.915Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"26357c09-c1a8-4ad3-af9d-695f096ae567","serviceName":"Demo_pNF_hUnPnvRngfB9qgG9ToLX","serviceVersion":"1.0","serviceUUID":"e82bd14b-1445-427e-8b5c-fd7867612ee8","serviceDescription":"catalog service description","serviceInvariantUUID":"88196745-0f85-4396-a60a-2145e7428750","resources":[{"resourceInstanceName":"pNF bbfea40d-1634 0","resourceName":"pNF bbfea40d-1634","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"36ca62c5-bf6b-4a9e-ac96-af14c3bbdb1c","resourceInvariantUUID":"b8d60975-f8fd-4fae-9f16-8dd87936472b","resourceCustomizationUUID":"d1d10232-1b6e-46a1-9968-f226d5aeb169","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml","artifactChecksum":"YjQxZGNjMGQ1MTM1YzJiNGY5YjI2OTA3NmEyYjFiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04852c78-f61a-4700-b2c6-8e403baf8c2f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar","artifactChecksum":"N2VkMTk3ZjY2OWRhZjViMGU0OWQ5ZWNiN2VhNzI3Y2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5bcb456c-1fd6-41b6-b613-15208c2bae1c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40d20b9f-38bc-4e0f-a7ee-ab47ff2e280c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml","artifactChecksum":"MDQzMmY5Yzc3MzhkM2ZhYzFlMDQyNGUwZjU3ZjU1Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ec4527c-cbca-4e19-b768-af14d08178f3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ea5f31e-8ad0-40f2-a7f5-34b09189c767","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ca8ccb3-2625-400d-a97d-db5c5f6278cf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml","artifactChecksum":"ZjQzOWEyYTJmZDE1ZTVhMDVmYThjMDZhZTI0NTEzZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cb62be5-fc82-4aba-9910-fb4886bc33a4","artifactVersion":"1"},{"artifactName":"service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar","artifactChecksum":"MmEyMjdiMzMyYWQzY2E2ZDUwOWJiMTQ3ZjRmNmE4ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7e6381c-761d-4c7c-9b35-4fdd68c71205","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T04:59:10.918Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:10.919Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:10.922Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:10.922Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651546474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:59:11.022Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:11.023Z||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-01T04:59:11.023Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:11.038Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:59:11.038Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:59:11.923Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:11.923Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:11.925Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:11.925Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651546474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:59:12.025Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:12.026Z||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-01T04:59:12.027Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:12.038Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:59:12.039Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:59:12.926Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:12.927Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:12.929Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:12.929Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651546474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:59:13.029Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:59:13.030Z||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-01T04:59:13.030Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:13.044Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:59:13.044Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:59:13.930Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:13.931Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:13.934Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:13.934Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651546474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:59:14.034Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:14.035Z||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-01T04:59:14.035Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:14.049Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:59:14.050Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:59:14.934Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:14.936Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:14.938Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:14.938Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651546474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:59:15.039Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-01T04:59:15.040Z||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-01T04:59:15.041Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:15.056Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:59:15.057Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:59:15.939Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:15.940Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:15.942Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:15.942Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651546474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:59:16.042Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:16.043Z||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-01T04:59:16.043Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:16.064Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:59:16.065Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:59:16.942Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:16.943Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:16.945Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:16.945Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651546474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-01T04:59:17.045Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:17.046Z||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-01T04:59:17.047Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:17.061Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:59:17.062Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:59:17.946Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:17.947Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:17.948Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:17.949Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651546474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
"status": "NOTIFIED"
}
2022-07-01T04:59:18.049Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:18.050Z||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-01T04:59:18.050Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:18.062Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:59:18.063Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:59:18.950Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"serviceName": "Demo_pNF_hUnPnvRngfB9qgG9ToLX",
"serviceVersion": "1.0",
"serviceUUID": "e82bd14b-1445-427e-8b5c-fd7867612ee8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "88196745-0f85-4396-a60a-2145e7428750",
"resources": [
{
"resourceInstanceName": "pNF bbfea40d-1634 0",
"resourceCustomizationUUID": "d1d10232-1b6e-46a1-9968-f226d5aeb169",
"resourceName": "pNF bbfea40d-1634",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "36ca62c5-bf6b-4a9e-ac96-af14c3bbdb1c",
"resourceInvariantUUID": "b8d60975-f8fd-4fae-9f16-8dd87936472b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
"artifactChecksum": "MmEyMjdiMzMyYWQzY2E2ZDUwOWJiMTQ3ZjRmNmE4ODM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d7e6381c-761d-4c7c-9b35-4fdd68c71205"
}
],
"workloadContext": "Production"
}
2022-07-01T04:59:18.951Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T04:59:18.951Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e82bd14b-1445-427e-8b5c-fd7867612ee8 ASDC
2022-07-01T04:59:18.952Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:26357c09-c1a8-4ad3-af9d-695f096ae567
ServiceName:Demo_pNF_hUnPnvRngfB9qgG9ToLX
ServiceVersion:1.0
ServiceUUID:e82bd14b-1445-427e-8b5c-fd7867612ee8
ServiceInvariantUUID:88196745-0f85-4396-a60a-2145e7428750
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
ArtifactUUID:d7e6381c-761d-4c7c-9b35-4fdd68c71205
ArtifactChecksum:MmEyMjdiMzMyYWQzY2E2ZDUwOWJiMTQ3ZjRmNmE4ODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bbfea40d-1634 0
ResourceCustomizationUUID:d1d10232-1b6e-46a1-9968-f226d5aeb169
ResourceInvariantUUID:b8d60975-f8fd-4fae-9f16-8dd87936472b
ResourceName:pNF bbfea40d-1634
ResourceType:PNF
ResourceUUID:36ca62c5-bf6b-4a9e-ac96-af14c3bbdb1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-07-01T04:59:18.953Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e82bd14b-1445-427e-8b5c-fd7867612ee8 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-01T04:59:18.986Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:59:18.987Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T04:59:18.987Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T04:59:18.987Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d7e6381c-761d-4c7c-9b35-4fdd68c71205 from URL: /sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:18.988Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T04:59:18.988Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:19.084Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T04:59:19.090Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar d7e6381c-761d-4c7c-9b35-4fdd68c71205 82653
2022-07-01T04:59:19.091Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar ASDC sendASDCNotification
2022-07-01T04:59:19.091Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:19.091Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:59:19.092Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:19.095Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:19.095Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656651559091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-01T04:59:19.196Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:19.197Z||pool-48-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-01T04:59:19.197Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:19.211Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-01T04:59:19.212Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:59:20.096Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:59:20.097Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T04:59:20.097Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d7e6381c-761d-4c7c-9b35-4fdd68c71205, URL: /sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar to file: /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:20.097Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:20.098Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:20.098Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:20.207Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP877145635822199680/Definitions/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml
2022-07-01T04:59:21.000Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.002Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bbfea40d-1634 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.002Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.002Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T04:59:21.002Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:59:21.002Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hUnPnvRngfB9qgG9ToLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:59:21.002Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Node template pNF bbfea40d-1634 0 is matching search criteria
2022-07-01T04:59:21.003Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T04:59:21.003Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bbfea40d-1634 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:59:21.003Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-01T04:59:21.003Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hUnPnvRngfB9qgG9ToLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:59:21.003Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Node template pNF bbfea40d-1634 0 is matching search criteria
2022-07-01T04:59:21.004Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T04:59:21.004Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bbfea40d-1634 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:59:21.004Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive