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/org.onap.so.trust.jks -Djavax.net.ssl.trustStorePassword=N?vI{0v(qmWNtRbD@@b3%!l% -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-10T03:21:17.035Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-v4xzw with PID 14 (/app/app.jar started by so in /app)
2021-04-10T03:21:17.041Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-10T03:21:17.041Z||main|||||INFO|500||The following profiles are active: basic
2021-04-10T03:21:23.116Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-10T03:21:23.116Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-10T03:21:23.327Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-10T03:21:25.030Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-10T03:21:25.175Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-10T03:21:25.394Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-10T03:21:25.421Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-10T03:21:26.734Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-10T03:21:26.861Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-10T03:21:26.866Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-10T03:21:27.273Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-10T03:21:27.773Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-10T03:21:31.325Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-10T03:21:31.586Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-10T03:21:32.954Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-10T03:21:32.972Z||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:749)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$305f4aaf.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:363)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
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:48)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
2021-04-10T03:21:32.973Z||main|||||WARN|500||The sdc end point is not alive
2021-04-10T03:21:34.171Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-10T03:21:36.331Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-10T03:21:37.766Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-10T03:21:38.799Z||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
2021-04-10T03:21:40.936Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T03:21:40.937Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T03:21:40.947Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T03:21:40.970Z||main|||||INFO|500||Started Application in 26.711 seconds (JVM running for 27.696)
2021-04-10T03:21:40.971Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T03:21:41.050Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac18d5db-3d11-4d14-b4b5-97bd9c5fbefe url= /sdc/v1/artifactTypes
2021-04-10T03:21:41.050Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T03:21:42.167Z||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.1.121] 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:374)
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:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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)
... 29 common frames omitted
2021-04-10T03:21:42.172Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67655ca1
2021-04-10T03:21:42.172Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T03:21:42.181Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T03:21:42.182Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T03:21:42.184Z||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 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:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-10T03:21:55.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.77.103
2021-04-10T03:22:30.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T03:22:30.934Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T03:22:30.934Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T03:22:30.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T03:22:30.961Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28551adb-d27a-496d-9825-1a001270795d url= /sdc/v1/artifactTypes
2021-04-10T03:22:30.962Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T03:22:31.992Z||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.1.121] 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:374)
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:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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)
... 29 common frames omitted
2021-04-10T03:22:31.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@437e3734
2021-04-10T03:22:31.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T03:22:31.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T03:22:31.994Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T03:22:31.994Z||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 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:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-10T03:22:40.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.76.80
2021-04-10T03:23:20.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T03:23:20.934Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T03:23:20.934Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T03:23:20.956Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T03:23:20.975Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c611c5aa-e90e-401c-a72f-798e77a40ab9 url= /sdc/v1/artifactTypes
2021-04-10T03:23:20.975Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T03:23:22.008Z||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.1.121] 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:374)
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:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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)
... 29 common frames omitted
2021-04-10T03:23:22.009Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4cc3c936
2021-04-10T03:23:22.009Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T03:23:22.009Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T03:23:22.009Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T03:23:22.010Z||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 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:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-10T03:24:10.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T03:24:10.934Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T03:24:10.934Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T03:24:10.945Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T03:24:10.953Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8b7123d9-bb72-424b-8e9d-b12e3886c616 url= /sdc/v1/artifactTypes
2021-04-10T03:24:10.953Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T03:24:12.024Z||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.1.121] 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:374)
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:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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)
... 29 common frames omitted
2021-04-10T03:24:12.025Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70f39b35
2021-04-10T03:24:12.025Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T03:24:12.026Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T03:24:12.026Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T03:24:12.027Z||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 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:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-10T03:24:12.030Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.77.103
2021-04-10T03:25:00.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T03:25:00.934Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T03:25:00.934Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T03:25:00.945Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T03:25:00.951Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 369a1ff8-f9b4-4de2-9c98-a9871d827fe7 url= /sdc/v1/artifactTypes
2021-04-10T03:25:00.952Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T03:25:02.039Z||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.1.121] 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:374)
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:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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)
... 29 common frames omitted
2021-04-10T03:25:02.040Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47a8a5ed
2021-04-10T03:25:02.041Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T03:25:02.041Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T03:25:02.041Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T03:25:02.042Z||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 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:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-10T03:25:40.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18
2021-04-10T03:25:50.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T03:25:50.933Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T03:25:50.934Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T03:25:50.938Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T03:25:50.944Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f93814d2-c310-4002-9914-9facf21ab5d1 url= /sdc/v1/artifactTypes
2021-04-10T03:25:50.944Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T03:25:51.142Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-10T03:25:51.143Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b022b43
2021-04-10T03:25:51.143Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-10T03:25:51.144Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-10T03:25:51.144Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-10T03:25:51.144Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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: authorization failure for user mso
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-10T03:26:40.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T03:26:40.934Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T03:26:40.935Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T03:26:40.940Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T03:26:40.946Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef899f3f-ee49-4a9c-90c7-b6ef22f7ecc1 url= /sdc/v1/artifactTypes
2021-04-10T03:26:40.946Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T03:26:41.070Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-10T03:26:41.079Z||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
2021-04-10T03:26:41.098Z||scheduling-1|||||DEBUG|500||create keys
2021-04-10T03:26:41.108Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-10T03:26:41.172Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:26:41.190Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 660d93dc-7b2a-4005-bcbe-22c5dced0ea1 url= /sdc/v1/registerForDistribution
2021-04-10T03:26:41.286Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 660d93dc-7b2a-4005-bcbe-22c5dced0ea1 url= /sdc/v1/registerForDistribution
2021-04-10T03:26:41.287Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-10T03:26:41.300Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:26:41.301Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:26:41.304Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-10T03:26:41.305Z||pool-3-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.
2021-04-10T03:26:41.305Z||pool-3-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.
2021-04-10T03:26:41.305Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:26:41.305Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:26:51.535Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:26:51.538Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:27:10.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103
2021-04-10T03:27:41.298Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:27:41.299Z||pool-3-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.
2021-04-10T03:27:41.299Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:27:41.299Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:27:41.300Z||pool-3-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.
2021-04-10T03:27:41.300Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:27:50.845Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:27:50.864Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:28:41.298Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:28:41.299Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T03:28:41.299Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:28:41.299Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:28:41.301Z||pool-3-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.
2021-04-10T03:28:41.301Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:28:50.905Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:28:50.907Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:29:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:29:41.299Z||pool-3-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.
2021-04-10T03:29:41.299Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:29:41.299Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:29:41.300Z||pool-3-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.
2021-04-10T03:29:41.301Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:29:50.902Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:29:50.902Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:30:41.298Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:30:41.299Z||pool-3-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.
2021-04-10T03:30:41.299Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:30:41.300Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:30:41.301Z||pool-3-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.
2021-04-10T03:30:41.301Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:30:50.903Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:30:50.903Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:30:55.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.76.80
2021-04-10T03:31:38.189Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-10T03:31:41.298Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:31:41.299Z||pool-3-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.
2021-04-10T03:31:41.299Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:31:41.299Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:31:41.301Z||pool-3-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.
2021-04-10T03:31:41.301Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:31:50.908Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:31:50.912Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:32:25.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.71.18
2021-04-10T03:32:41.298Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:32:41.299Z||pool-3-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.
2021-04-10T03:32:41.299Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:32:41.299Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:32:41.301Z||pool-3-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.
2021-04-10T03:32:41.301Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:32:50.906Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:32:50.906Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:33:10.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103
2021-04-10T03:33:41.300Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:33:41.302Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:33:41.309Z||pool-3-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.
2021-04-10T03:33:41.310Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:33:41.312Z||pool-3-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.
2021-04-10T03:33:41.312Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:33:50.903Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:33:50.903Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:34:41.298Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:34:41.299Z||pool-3-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.
2021-04-10T03:34:41.300Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:34:41.300Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:34:41.301Z||pool-3-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.
2021-04-10T03:34:41.301Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:34:50.871Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:34:50.871Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:35:41.297Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:35:41.298Z||pool-3-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.
2021-04-10T03:35:41.299Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:35:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:35:41.300Z||pool-3-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.
2021-04-10T03:35:41.301Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:35:50.853Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:35:50.857Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:36:10.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18
2021-04-10T03:36:41.297Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:36:41.298Z||pool-3-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.
2021-04-10T03:36:41.299Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:36:41.300Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:36:41.301Z||pool-3-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.
2021-04-10T03:36:41.301Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:36:50.901Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:36:50.907Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:37:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103
2021-04-10T03:37:41.298Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:37:41.299Z||pool-3-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.
2021-04-10T03:37:41.299Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:37:41.299Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:37:41.300Z||pool-3-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.
2021-04-10T03:37:41.300Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:37:50.889Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:37:50.890Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:38:25.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18
2021-04-10T03:38:41.298Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:38:41.299Z||pool-3-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.
2021-04-10T03:38:41.299Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:38:41.299Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:38:41.300Z||pool-3-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.
2021-04-10T03:38:41.300Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:38:50.856Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:38:50.856Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:39:10.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.76.80
2021-04-10T03:39:41.298Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:39:41.298Z||pool-3-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.
2021-04-10T03:39:41.299Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:39:41.299Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:39:41.300Z||pool-3-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.
2021-04-10T03:39:41.301Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:39:50.853Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:39:50.880Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:39:55.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.77.103
2021-04-10T03:40:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18
2021-04-10T03:40:41.298Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:40:41.299Z||pool-3-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.
2021-04-10T03:40:41.299Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:40:41.300Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:40:41.300Z||pool-3-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.
2021-04-10T03:40:41.301Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:40:50.904Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:40:50.904Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:41:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:41:41.298Z||pool-3-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.
2021-04-10T03:41:41.299Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:41:41.299Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:41:41.301Z||pool-3-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.
2021-04-10T03:41:41.301Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:41:50.857Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:41:50.866Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:42:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:42:41.298Z||pool-3-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.
2021-04-10T03:42:41.299Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:42:41.299Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:42:41.300Z||pool-3-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.
2021-04-10T03:42:41.301Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:42:50.902Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:42:50.902Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:43:40.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103
2021-04-10T03:43:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:43:41.298Z||pool-3-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.
2021-04-10T03:43:41.299Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:43:41.299Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:43:41.300Z||pool-3-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.
2021-04-10T03:43:41.300Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:43:50.842Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:43:50.843Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:44:25.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.76.80
2021-04-10T03:44:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:44:41.298Z||pool-3-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.
2021-04-10T03:44:41.299Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:44:41.299Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:44:41.300Z||pool-3-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.
2021-04-10T03:44:41.300Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:44:50.847Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:44:50.847Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:45:10.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.77.103
2021-04-10T03:45:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:45:41.298Z||pool-3-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.
2021-04-10T03:45:41.299Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:45:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:45:41.300Z||pool-3-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.
2021-04-10T03:45:41.300Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:45:50.897Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:45:50.898Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:45:55.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18
2021-04-10T03:46:40.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103
2021-04-10T03:46:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:46:41.299Z||pool-3-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.
2021-04-10T03:46:41.299Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:46:41.299Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:46:41.300Z||pool-3-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.
2021-04-10T03:46:41.300Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:46:50.845Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:46:50.846Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:47:25.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18
2021-04-10T03:47:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:47:41.298Z||pool-3-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.
2021-04-10T03:47:41.299Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:47:41.299Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:47:41.300Z||pool-3-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.
2021-04-10T03:47:41.300Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:47:50.856Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:47:50.906Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:48:10.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.76.80
2021-04-10T03:48:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:48:41.299Z||pool-3-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.
2021-04-10T03:48:41.299Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:48:41.299Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:48:41.300Z||pool-3-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.
2021-04-10T03:48:41.300Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:48:50.852Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:48:50.853Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:49:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:49:41.299Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:49:41.300Z||pool-3-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.
2021-04-10T03:49:41.301Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:49:41.303Z||pool-3-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.
2021-04-10T03:49:41.303Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:49:50.853Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:49:50.854Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:50:25.938Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.77.103
2021-04-10T03:50:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:50:41.299Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:50:41.300Z||pool-3-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.
2021-04-10T03:50:41.300Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:50:41.299Z||pool-3-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.
2021-04-10T03:50:41.302Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:50:50.846Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:50:50.848Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:51:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.76.80
2021-04-10T03:51:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:51:41.299Z||pool-3-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.
2021-04-10T03:51:41.299Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:51:41.299Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:51:41.300Z||pool-3-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.
2021-04-10T03:51:41.300Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:51:50.843Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:51:50.901Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:52:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:52:41.299Z||pool-3-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.
2021-04-10T03:52:41.299Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:52:41.299Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:52:41.300Z||pool-3-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.
2021-04-10T03:52:41.300Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:52:50.848Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:52:50.897Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:53:41.298Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:53:41.298Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T03:53:41.299Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:53:41.300Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:53:41.302Z||pool-3-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.
2021-04-10T03:53:41.302Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:53:50.860Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:53:50.862Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:53:55.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.71.18
2021-04-10T03:54:41.297Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:54:41.298Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T03:54:41.299Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:54:41.299Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:54:41.300Z||pool-3-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.
2021-04-10T03:54:41.300Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:54:50.902Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:54:50.903Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:55:25.937Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103
2021-04-10T03:55:41.298Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:55:41.299Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T03:55:41.299Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:55:41.299Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:55:41.300Z||pool-3-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.
2021-04-10T03:55:41.300Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:55:50.850Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:55:50.850Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:56:10.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18
2021-04-10T03:56:41.298Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:56:41.299Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T03:56:41.299Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:56:41.299Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:56:41.300Z||pool-3-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.
2021-04-10T03:56:41.300Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:56:50.850Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:56:50.853Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:57:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103
2021-04-10T03:57:41.297Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:57:41.298Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T03:57:41.298Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:57:41.299Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:57:41.300Z||pool-3-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.
2021-04-10T03:57:41.300Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:57:50.842Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:57:50.842Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:58:41.298Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:58:41.299Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T03:58:41.299Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:58:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:58:41.300Z||pool-3-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.
2021-04-10T03:58:41.300Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:58:41.787Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:58:41.788Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T03:58:41.789Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "cds",
"timestamp": 1618027118210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T03:58:41.810Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T03:58:41.984Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:58:41.985Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-10T03:58:41.985Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3df069d-b152-4daf-88e1-5e4472216a54","serviceName":"vFW 2021-04-10 03-56-28","serviceVersion":"1.0","serviceUUID":"263db094-4ec4-49b8-8c6e-2674319c86d2","serviceDescription":"catalog service description","serviceInvariantUUID":"266e4436-1bac-4501-b807-f12fda1d3bd5","resources":[],"serviceArtifacts":[{"artifactName":"service-Vfw20210410035628-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml","artifactChecksum":"ZDY3NDBkYzJiMzI1N2Q1Mzk3YTYxOTFjNjcyY2M0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e4d754ce-29a6-429c-9630-f5c3418be1bb","artifactVersion":"1"},{"artifactName":"service-Vfw20210410035628-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar","artifactChecksum":"ZTkyZWVjYWEyYWZlYWEzNDIyOWM1NzVlNGZjMjY2M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d097674e-f504-4b7c-9165-9457acb61c0a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T03:58:41.994Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T03:58:41.998Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T03:58:42.006Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T03:58:42.006Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027121297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T03:58:42.107Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-10T03:58:42.112Z||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.
2021-04-10T03:58:42.112Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:58:42.122Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:58:42.123Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T03:58:43.013Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T03:58:43.014Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T03:58:43.016Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T03:58:43.017Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027121297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T03:58:43.117Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T03:58:43.118Z||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.
2021-04-10T03:58:43.118Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:58:43.130Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:58:43.131Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T03:58:44.018Z||pool-3-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"serviceName": "vFW 2021-04-10 03-56-28",
"serviceVersion": "1.0",
"serviceUUID": "263db094-4ec4-49b8-8c6e-2674319c86d2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "266e4436-1bac-4501-b807-f12fda1d3bd5",
"resources": [],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210410035628-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"artifactChecksum": "ZTkyZWVjYWEyYWZlYWEzNDIyOWM1NzVlNGZjMjY2M2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d097674e-f504-4b7c-9165-9457acb61c0a"
}
],
"workloadContext": "Production"
}
2021-04-10T03:58:44.020Z||pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0
2021-04-10T03:58:44.020Z||pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 263db094-4ec4-49b8-8c6e-2674319c86d2 ASDC
2021-04-10T03:58:44.150Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f3df069d-b152-4daf-88e1-5e4472216a54
ServiceName:vFW 2021-04-10 03-56-28
ServiceVersion:1.0
ServiceUUID:263db094-4ec4-49b8-8c6e-2674319c86d2
ServiceInvariantUUID:266e4436-1bac-4501-b807-f12fda1d3bd5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210410035628-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar
ArtifactUUID:d097674e-f504-4b7c-9165-9457acb61c0a
ArtifactChecksum:ZTkyZWVjYWEyYWZlYWEzNDIyOWM1NzVlNGZjMjY2M2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
}
2021-04-10T03:58:44.151Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 263db094-4ec4-49b8-8c6e-2674319c86d2 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 (?, ?, ?, ?, ?)
2021-04-10T03:58:44.368Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T03:58:44.371Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-10T03:58:44.372Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-10T03:58:44.372Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: d097674e-f504-4b7c-9165-9457acb61c0a from URL: /sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar
2021-04-10T03:58:44.372Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-10T03:58:44.375Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar
2021-04-10T03:58:44.801Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-10T03:58:44.811Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar d097674e-f504-4b7c-9165-9457acb61c0a 45795
2021-04-10T03:58:44.812Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar ASDC sendASDCNotification
2021-04-10T03:58:44.812Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar
2021-04-10T03:58:44.813Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T03:58:44.814Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T03:58:44.817Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T03:58:44.817Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027124812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T03:58:44.917Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T03:58:44.918Z||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.
2021-04-10T03:58:44.918Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:58:44.928Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:58:44.928Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T03:58:45.817Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T03:58:45.820Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-10T03:58:45.821Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: d097674e-f504-4b7c-9165-9457acb61c0a, URL: /sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar to file: /app/ASDC/1/service-Vfw20210410035628-csar.csar
2021-04-10T03:58:45.822Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210410035628-csar.csar
2021-04-10T03:58:46.052Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210410035628-csar.csar
2021-04-10T03:58:46.053Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210410035628-csar.csar
2021-04-10T03:58:46.349Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14913012415159103471/Definitions/service-Vfw20210410035628-template.yml
2021-04-10T03:58:47.071Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T03:58:47.083Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T03:58:47.085Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T03:58:47.089Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-10T03:58:47.090Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T03:58:47.095Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-10 03-56-28
Description:catalog service description
Model UUID:263db094-4ec4-49b8-8c6e-2674319c86d2
Model Version:NULL
Model InvariantUuid:266e4436-1bac-4501-b807-f12fda1d3bd5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T03:58:47.142Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||ERROR|500||Service Model contains no resources.
2021-04-10T03:58:47.142Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T03:58:47.254Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T03:58:47.257Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T03:58:47.257Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T03:59:10.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18
2021-04-10T03:59:17.258Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T03:59:17.311Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T03:59:17.315Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T03:59:17.315Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T03:59:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T03:59:41.300Z||pool-3-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.
2021-04-10T03:59:41.300Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T03:59:41.318Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T03:59:41.319Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T03:59:41.319Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027117673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T03:59:41.320Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T03:59:47.315Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T03:59:47.325Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T03:59:47.328Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T03:59:47.328Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T04:00:17.328Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:00:17.419Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:00:17.423Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T04:00:17.423Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T04:00:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103
2021-04-10T04:00:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:00:41.301Z||pool-3-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.
2021-04-10T04:00:41.301Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:00:41.322Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:00:41.323Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:00:41.324Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "dcae-sch",
"timestamp": 1618027113691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:00:41.325Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:00:41.325Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:00:41.325Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "aai-ml",
"timestamp": 1618027120092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:00:41.326Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:00:41.326Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:00:41.326Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "policy-id",
"timestamp": 1618027114992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:00:41.326Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:00:47.423Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:00:47.434Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:00:47.436Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T04:00:47.436Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T04:01:17.437Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:01:17.453Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:01:17.512Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T04:01:17.512Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T04:01:25.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18
2021-04-10T04:01:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:01:41.300Z||pool-3-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.
2021-04-10T04:01:41.300Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:01:41.328Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:01:41.844Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.844Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027121297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:41.845Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:41.845Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.846Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "cds",
"timestamp": 1618027118210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:41.846Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:41.846Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.846Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027117673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:41.846Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:41.846Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.846Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "dcae-sch",
"timestamp": 1618027113691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:41.847Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:41.847Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.847Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "aai-ml",
"timestamp": 1618027120092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:41.847Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:41.847Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.847Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "policy-id",
"timestamp": 1618027114992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:41.847Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:41.847Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.847Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027121297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:41.848Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:41.848Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.848Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "cds",
"timestamp": 1618027124025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:41.848Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:41.848Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.848Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "policy-id",
"timestamp": 1618027124020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:41.848Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:41.848Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.848Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "aai-ml",
"timestamp": 1618027124031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:41.849Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:41.849Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.849Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027124812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:41.849Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:41.849Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.849Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "policy-id",
"timestamp": 1618027125028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T04:01:41.850Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:41.850Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.850Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "cds",
"timestamp": 1618027125043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-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=?
2021-04-10T04:01:41.919Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3df069d-b152-4daf-88e1-5e4472216a54
2021-04-10T04:01:41.920Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3df069d-b152-4daf-88e1-5e4472216a54 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 (?, ?, ?, ?, ?)
2021-04-10T04:01:41.937Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:41.937Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "policy-id",
"timestamp": 1618027126031,
"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=?
2021-04-10T04:01:41.942Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3df069d-b152-4daf-88e1-5e4472216a54
2021-04-10T04:01:41.943Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3df069d-b152-4daf-88e1-5e4472216a54 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 (?, ?, ?, ?, ?)
2021-04-10T04:01:42.011Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.011Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "clamp",
"timestamp": 1618027126370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.012Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "clamp",
"timestamp": 1618027126370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.012Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027130096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.012Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027130333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.012Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.013Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027130096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.013Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.013Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.013Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027130333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.013Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.013Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.013Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "aai-ml",
"timestamp": 1618027132230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T04:01:42.014Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.014Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.014Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "aai-ml",
"timestamp": 1618027133243,
"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=?
2021-04-10T04:01:42.020Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3df069d-b152-4daf-88e1-5e4472216a54
2021-04-10T04:01:42.020Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3df069d-b152-4daf-88e1-5e4472216a54 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 (?, ?, ?, ?, ?)
2021-04-10T04:01:42.032Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.032Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027137673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.032Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "cds",
"timestamp": 1618027133210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.033Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "dcae-sch",
"timestamp": 1618027133692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.033Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "policy-id",
"timestamp": 1618027134992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.033Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027140039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.033Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027137673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.034Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "dcae-sch",
"timestamp": 1618027133692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.034Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "cds",
"timestamp": 1618027133210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.034Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "policy-id",
"timestamp": 1618027134992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.034Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027140039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.035Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "clamp",
"timestamp": 1618027141797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.035Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027137673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.035Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "dcae-sch",
"timestamp": 1618027133692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "cds",
"timestamp": 1618027133210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "policy-id",
"timestamp": 1618027134992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027142886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "clamp",
"timestamp": 1618027142967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "dcae-sch",
"timestamp": 1618027133692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.037Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "cds",
"timestamp": 1618027133210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.037Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027137673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.037Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "policy-id",
"timestamp": 1618027134992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.037Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "clamp",
"timestamp": 1618027143971,
"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=?
2021-04-10T04:01:42.043Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3df069d-b152-4daf-88e1-5e4472216a54
2021-04-10T04:01:42.043Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3df069d-b152-4daf-88e1-5e4472216a54 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 (?, ?, ?, ?, ?)
2021-04-10T04:01:42.053Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.053Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "cds",
"timestamp": 1618027133210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.054Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.054Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.054Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "dcae-sch",
"timestamp": 1618027133692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.054Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.054Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.055Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027137673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.055Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.055Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.055Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "policy-id",
"timestamp": 1618027134992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.055Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027137673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.056Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "dcae-sch",
"timestamp": 1618027133692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.056Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "cds",
"timestamp": 1618027133210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.056Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "policy-id",
"timestamp": 1618027134992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.057Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.057Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.057Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027145494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T04:01:42.057Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.057Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.057Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027137673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.058Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.058Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.058Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "cds",
"timestamp": 1618027133210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.058Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.058Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.058Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "dcae-sch",
"timestamp": 1618027133692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.058Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.059Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.059Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "policy-id",
"timestamp": 1618027134992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.059Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.059Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.059Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027146506,
"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=?
2021-04-10T04:01:42.065Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3df069d-b152-4daf-88e1-5e4472216a54
2021-04-10T04:01:42.065Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3df069d-b152-4daf-88e1-5e4472216a54 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 (?, ?, ?, ?, ?)
2021-04-10T04:01:42.074Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.075Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "cds",
"timestamp": 1618027147211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.075Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.075Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.075Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027147233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.075Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.075Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.075Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "policy-id",
"timestamp": 1618027147278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.075Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.076Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.076Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027140039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.076Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.076Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.076Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "cds",
"timestamp": 1618027148218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-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 (?, ?, ?, ?, ?)
2021-04-10T04:01:42.097Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0
2021-04-10T04:01:42.098Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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 (?, ?, ?, ?, ?)
2021-04-10T04:01:42.110Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.111Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "policy-id",
"timestamp": 1618027148361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T04:01:42.111Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.111Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.111Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027148503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.111Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.112Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.112Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027140039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.112Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.112Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.112Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "policy-id",
"timestamp": 1618027149364,
"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=?
2021-04-10T04:01:42.117Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0
2021-04-10T04:01:42.117Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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 (?, ?, ?, ?, ?)
2021-04-10T04:01:42.127Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.127Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027140039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.127Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.127Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027149949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.128Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027140039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.128Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "aai-ml",
"timestamp": 1618027150092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.128Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027150096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.129Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.129Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.129Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027150956,
"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=?
2021-04-10T04:01:42.135Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0
2021-04-10T04:01:42.135Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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=?
2021-04-10T04:01:42.145Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.146Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027150333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.146Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.146Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.146Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027140039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.146Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.146Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.146Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "aai-ml",
"timestamp": 1618027150092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027150096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618027151960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027150333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027140039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027150096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "aai-ml",
"timestamp": 1618027150092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027150333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027140039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027150096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "aai-ml",
"timestamp": 1618027150092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027150333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027150096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "aai-ml",
"timestamp": 1618027150092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027150333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027155478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027150096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "aai-ml",
"timestamp": 1618027150092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027150333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027150096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "aai-ml",
"timestamp": 1618027150092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "clamp",
"timestamp": 1618027156370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.151Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027150333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.151Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027157795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T04:01:42.151Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "clamp",
"timestamp": 1618027156370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.151Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618027158799,
"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=?
2021-04-10T04:01:42.159Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0
2021-04-10T04:01:42.160Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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 (?, ?, ?, ?, ?)
2021-04-10T04:01:42.171Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.171Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "clamp",
"timestamp": 1618027156370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.171Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.171Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "aai-ml",
"timestamp": 1618027159948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.172Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027159973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.172Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027159971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.172Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "clamp",
"timestamp": 1618027156370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.173Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.173Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.173Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "clamp",
"timestamp": 1618027156370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.173Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.173Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.173Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027161240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.173Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.173Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.173Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027161246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.174Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "clamp",
"timestamp": 1618027156370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:01:42.174Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027162436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.174Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027162431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.174Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "clamp",
"timestamp": 1618027156370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:01:42.175Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-10T04:01:42.175Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.175Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027163442,
"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=?
2021-04-10T04:01:42.179Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0
2021-04-10T04:01:42.180Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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=?
2021-04-10T04:01:42.186Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.186Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027164074,
"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=?
2021-04-10T04:01:42.190Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0
2021-04-10T04:01:42.190Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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=?
2021-04-10T04:01:42.197Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.197Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618027164445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T04:01:42.198Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.198Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.198Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618027165078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T04:01:42.198Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.198Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.199Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "aai-ml",
"timestamp": 1618027166339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T04:01:42.199Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.199Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.199Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "aai-ml",
"timestamp": 1618027167346,
"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=?
2021-04-10T04:01:42.204Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0
2021-04-10T04:01:42.205Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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 (?, ?, ?, ?, ?)
2021-04-10T04:01:42.215Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.215Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "clamp",
"timestamp": 1618027170672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:01:42.215Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.215Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.215Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "clamp",
"timestamp": 1618027171761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T04:01:42.215Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T04:01:42.215Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-10T04:01:42.215Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "clamp",
"timestamp": 1618027172764,
"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=?
2021-04-10T04:01:42.221Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0
2021-04-10T04:01:42.221Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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 (?, ?, ?, ?, ?)
2021-04-10T04:01:47.513Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:01:47.527Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:01:47.532Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T04:01:47.532Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T04:02:10.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103
2021-04-10T04:02:17.532Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:02:17.542Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:02:17.549Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T04:02:17.549Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T04:02:41.300Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:02:41.301Z||pool-3-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.
2021-04-10T04:02:41.301Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:02:47.550Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:02:47.565Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:02:47.572Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T04:02:47.572Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T04:02:50.840Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:02:55.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18
2021-04-10T04:03:17.572Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:03:17.586Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54
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=?
2021-04-10T04:03:17.590Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T04:03:17.591Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T04:03:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103
2021-04-10T04:03:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:03:41.300Z||pool-3-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.
2021-04-10T04:03:41.300Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:03:47.611Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-04-10T04:03:47.612Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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=?
2021-04-10T04:03:47.622Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3df069d-b152-4daf-88e1-5e4472216a54 and serviceModelVersionId: 263db094-4ec4-49b8-8c6e-2674319c86d2
2021-04-10T04:03:47.622Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 266e4436-1bac-4501-b807-f12fda1d3bd5
2021-04-10T04:03:50.842Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:03:54.859Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/266e4436-1bac-4501-b807-f12fda1d3bd5/model-vers/model-ver/263db094-4ec4-49b8-8c6e-2674319c86d2?depth=0
2021-04-10T04:03:54.955Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T04:03:55.526Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/266e4436-1bac-4501-b807-f12fda1d3bd5/model-vers/model-ver/263db094-4ec4-49b8-8c6e-2674319c86d2?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]}
2021-04-10T04:03:55.533Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/266e4436-1bac-4501-b807-f12fda1d3bd5/model-vers/model-ver/263db094-4ec4-49b8-8c6e-2674319c86d2?depth=0|INFO|500||Invoke
2021-04-10T04:03:55.834Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/266e4436-1bac-4501-b807-f12fda1d3bd5/model-vers/model-ver/263db094-4ec4-49b8-8c6e-2674319c86d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-04-10T04:03:56.337Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/266e4436-1bac-4501-b807-f12fda1d3bd5/model-vers/model-ver/263db094-4ec4-49b8-8c6e-2674319c86d2?depth=0|INFO|500||InvokeReturn
2021-04-10T04:03:56.337Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/266e4436-1bac-4501-b807-f12fda1d3bd5/model-vers/model-ver/263db094-4ec4-49b8-8c6e-2674319c86d2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210410-04:03:55:852-88180], vertex-id=[151744], Content-Length=[0], Date=[Sat, 10 Apr 2021 04:03:55 GMT], Content-Type=[application/json]}
2021-04-10T04:03:56.338Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-10T04:03:56.340Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T04:03:56.340Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
2021-04-10T04:03:56.342Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T04:03:56.349Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
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)
2021-04-10T04:03:56.357Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3df069d-b152-4daf-88e1-5e4472216a54 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-04-10T04:03:56.358Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-10T04:03:56.358Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T04:03:56.360Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T04:03:56.361Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027436357,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-04-10T04:03:56.461Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T04:03:56.462Z||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.
2021-04-10T04:03:56.462Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:03:56.476Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:03:56.477Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 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=?
2021-04-10T04:03:57.376Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:03:57.376Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T04:03:57.376Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:04:01.730Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:04:01.733Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-10T04:04:01.733Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6b38a01-46b5-4868-9149-3a864acf44f0","serviceName":"basic_onboard_nrhXrW","serviceVersion":"1.0","serviceUUID":"3c4077e7-ee86-493a-998d-d08f27aadb3f","serviceDescription":"service","serviceInvariantUUID":"2f722286-3d9e-4d60-9397-a8a9513897d1","resources":[{"resourceInstanceName":"basic_onboard_nrhXrW 0","resourceName":"basic_onboard_nrhXrW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"338b4da9-4c56-4da6-979a-748380ea1aa0","resourceInvariantUUID":"3a5b6dae-03b8-4624-88a4-eaf48138f69b","resourceCustomizationUUID":"1e19944e-070a-455c-9af9-3f2ff5b83ace","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml","artifactChecksum":"Y2I0MzhkNWE2ZDNkYWI3N2VmMGRlNmNjYjA2MGVhZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a16bbdd-01ec-4eec-aee4-831afcd1867c","artifactVersion":"1"},{"artifactName":"basic_onboard_nrhxrw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json","artifactChecksum":"OTZlN2FmNjJiZmRkOTNjYjg4Njc0MmU1OTZkZDBkZDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ad0053e-b81a-4178-b628-007cc3240bfb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58a8e70b-ff71-4240-b833-d2d5ed67fb7d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e73a4857-6303-4275-91f2-3621a6cf857a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f3d824d1-c5e9-41a8-be23-8a75516c50a7","artifactVersion":"2","generatedFromUUID":"58a8e70b-ff71-4240-b833-d2d5ed67fb7d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNrhxrw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml","artifactChecksum":"NDhiODFjZWI5YzIyOWYwYWI4ZTE5YmRhMzNkODFjOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4837a00b-711a-44cf-8030-85bef5eb469f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNrhxrw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar","artifactChecksum":"ZmMxODI4MTI0ODQ1Y2VkMDgyMTM2MTY2MTIxYTg1ZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2957df3a-a568-4823-a86d-f11c0f514c8f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T04:04:01.741Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T04:04:01.741Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T04:04:01.743Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T04:04:01.743Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027437375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:04:01.844Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T04:04:01.845Z||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.
2021-04-10T04:04:01.845Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:04:01.856Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:04:01.857Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T04:04:02.744Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T04:04:02.745Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T04:04:02.747Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T04:04:02.747Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027437375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T04:04:02.847Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T04:04:02.849Z||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.
2021-04-10T04:04:02.849Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:04:02.864Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:04:02.864Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-10T04:04:03.748Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T04:04:03.749Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T04:04:03.751Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T04:04:03.751Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027437375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-10T04:04:03.851Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T04:04:03.852Z||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.
2021-04-10T04:04:03.852Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:04:03.861Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:04:03.862Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T04:04:04.752Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T04:04:04.752Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T04:04:04.754Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T04:04:04.754Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027437375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:04:04.855Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T04:04:04.856Z||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.
2021-04-10T04:04:04.856Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:04:04.864Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:04:04.865Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T04:04:05.755Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T04:04:05.756Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T04:04:05.758Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T04:04:05.758Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027437375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-10T04:04:05.859Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T04:04:05.860Z||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.
2021-04-10T04:04:05.860Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:04:05.869Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:04:05.870Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T04:04:06.759Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T04:04:06.760Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T04:04:06.764Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T04:04:06.764Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027437375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T04:04:06.864Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T04:04:06.865Z||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.
2021-04-10T04:04:06.865Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:04:06.875Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:04:06.875Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T04:04:07.765Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T04:04:07.767Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T04:04:07.770Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T04:04:07.770Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027437375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T04:04:07.870Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T04:04:07.871Z||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.
2021-04-10T04:04:07.871Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:04:07.881Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:04:07.882Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T04:04:08.773Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"serviceName": "basic_onboard_nrhXrW",
"serviceVersion": "1.0",
"serviceUUID": "3c4077e7-ee86-493a-998d-d08f27aadb3f",
"serviceDescription": "service",
"serviceInvariantUUID": "2f722286-3d9e-4d60-9397-a8a9513897d1",
"resources": [
{
"resourceInstanceName": "basic_onboard_nrhXrW 0",
"resourceCustomizationUUID": "1e19944e-070a-455c-9af9-3f2ff5b83ace",
"resourceName": "basic_onboard_nrhXrW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "338b4da9-4c56-4da6-979a-748380ea1aa0",
"resourceInvariantUUID": "3a5b6dae-03b8-4624-88a4-eaf48138f69b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nrhxrw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"artifactChecksum": "OTZlN2FmNjJiZmRkOTNjYjg4Njc0MmU1OTZkZDBkZDk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3ad0053e-b81a-4178-b628-007cc3240bfb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "58a8e70b-ff71-4240-b833-d2d5ed67fb7d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f3d824d1-c5e9-41a8-be23-8a75516c50a7",
"generatedFromUUID": "58a8e70b-ff71-4240-b833-d2d5ed67fb7d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f3d824d1-c5e9-41a8-be23-8a75516c50a7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNrhxrw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"artifactChecksum": "ZmMxODI4MTI0ODQ1Y2VkMDgyMTM2MTY2MTIxYTg1ZjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2957df3a-a568-4823-a86d-f11c0f514c8f"
}
],
"workloadContext": "Production"
}
2021-04-10T04:04:08.774Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T04:04:08.774Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c4077e7-ee86-493a-998d-d08f27aadb3f ASDC
2021-04-10T04:04:08.844Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d6b38a01-46b5-4868-9149-3a864acf44f0
ServiceName:basic_onboard_nrhXrW
ServiceVersion:1.0
ServiceUUID:3c4077e7-ee86-493a-998d-d08f27aadb3f
ServiceInvariantUUID:2f722286-3d9e-4d60-9397-a8a9513897d1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNrhxrw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar
ArtifactUUID:2957df3a-a568-4823-a86d-f11c0f514c8f
ArtifactChecksum:ZmMxODI4MTI0ODQ1Y2VkMDgyMTM2MTY2MTIxYTg1ZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nrhXrW 0
ResourceCustomizationUUID:1e19944e-070a-455c-9af9-3f2ff5b83ace
ResourceInvariantUUID:3a5b6dae-03b8-4624-88a4-eaf48138f69b
ResourceName:basic_onboard_nrhXrW
ResourceType:VF
ResourceUUID:338b4da9-4c56-4da6-979a-748380ea1aa0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nrhxrw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json
ArtifactUUID:3ad0053e-b81a-4178-b628-007cc3240bfb
ArtifactChecksum:OTZlN2FmNjJiZmRkOTNjYjg4Njc0MmU1OTZkZDBkZDk=
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/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58a8e70b-ff71-4240-b833-d2d5ed67fb7d
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/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env
ArtifactUUID:f3d824d1-c5e9-41a8-be23-8a75516c50a7
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/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env
ArtifactUUID:f3d824d1-c5e9-41a8-be23-8a75516c50a7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-10T04:04:08.844Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c4077e7-ee86-493a-998d-d08f27aadb3f 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=?
2021-04-10T04:04:08.921Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T04:04:08.924Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-10T04:04:08.925Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-10T04:04:08.925Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 2957df3a-a568-4823-a86d-f11c0f514c8f from URL: /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:08.926Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-10T04:04:08.926Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:09.133Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-10T04:04:09.137Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar 2957df3a-a568-4823-a86d-f11c0f514c8f 70263
2021-04-10T04:04:09.138Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar ASDC sendASDCNotification
2021-04-10T04:04:09.138Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:09.138Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T04:04:09.138Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T04:04:09.140Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T04:04:09.140Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027449138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:04:09.240Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T04:04:09.242Z||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.
2021-04-10T04:04:09.242Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:04:09.252Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:04:09.252Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-10T04:04:10.141Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T04:04:10.146Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-10T04:04:10.146Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 2957df3a-a568-4823-a86d-f11c0f514c8f, URL: /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar to file: /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:10.148Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:10.149Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:10.149Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:10.406Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11689214713313282013/Definitions/service-BasicOnboardNrhxrw-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
2021-04-10T04:04:12.220Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T04:04:12.224Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-10T04:04:12.224Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:12.224Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-10T04:04:12.224Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nrhXrW 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:12.225Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||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-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:12.225Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nrhXrW 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-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:12.225Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:12.225Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:12.225Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:12.226Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:12.226Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:12.226Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:12.226Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar
2021-04-10T04:04:12.226Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-10T04:04:12.227Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:12.227Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T04:04:12.227Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria
2021-04-10T04:04:12.228Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-10T04:04:12.229Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T04:04:12.229Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:12.230Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T04:04:12.230Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria
2021-04-10T04:04:12.230Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-10T04:04:12.230Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T04:04:12.230Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:12.231Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T04:04:12.234Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:12.235Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is not matching search criteria
2021-04-10T04:04:12.235Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-10T04:04:12.235Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-10T04:04:12.235Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-10T04:04:12.235Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T04:04:12.236Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T04:04:12.236Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:12.236Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T04:04:12.237Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:12.238Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria
2021-04-10T04:04:12.238Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T04:04:12.238Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:12.239Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria
2021-04-10T04:04:12.239Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T04:04:12.239Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:12.239Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria
2021-04-10T04:04:12.240Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T04:04:12.240Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:12.240Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is not matching search criteria
2021-04-10T04:04:12.241Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-10T04:04:12.241Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T04:04:12.241Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a42329b6-d638-4ec6-9f9a-71c7f2d982f7
2021-04-10T04:04:12.241Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:12.242Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T04:04:12.242Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:12.242Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T04:04:12.242Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:12.243Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T04:04:12.243Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:12.243Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T04:04:12.243Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nrhXrW
Description:service
Model UUID:3c4077e7-ee86-493a-998d-d08f27aadb3f
Model Version:NULL
Model InvariantUuid:2f722286-3d9e-4d60-9397-a8a9513897d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nrhXrW
Model UUID:adec7cf7-e852-485b-95b3-a203cb78e00d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3a5b6dae-03b8-4624-88a4-eaf48138f69b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1e19944e-070a-455c-9af9-3f2ff5b83ace
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e6c79d9d-2170-4e71-9183-5931716f635a
ModelName:BasicOnboardNrhxrw..base_ubuntu18..module-0
ModelUuid:4db6a08e-d454-4cad-913e-338a52c8a1ad
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a42329b6-d638-4ec6-9f9a-71c7f2d982f7
ModelInvariantUuid:ab318692-0107-4adc-8f19-d14918abae35
ModelName:basic_onboard_nrhXrW-nodes.ubuntu18Cvfc
ModelUuid:b67fb1fe-2169-49ba-94c0-b4a2c2a6c18b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7e222300-2e1c-4ae7-b6f2-f9e43a2ee6e8
ModelInvariantUuid:8f796532-dbb7-4fa6-8746-bccc6f2e4f3d
ModelName:BasicOnboardNrhxrw.compute.nodes.heat.ubuntu18
ModelUuid:8f38d835-650c-4ea4-9d5f-433eec3eb62f
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T04:04:12.249Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 338b4da9-4c56-4da6-979a-748380ea1aa0
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T04:04:12.257Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||basic_onboard_nrhXrW 0
2021-04-10T04:04:12.264Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 338b4da9-4c56-4da6-979a-748380ea1aa0
2021-04-10T04:04:12.265Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 3ad0053e-b81a-4178-b628-007cc3240bfb from URL: /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json
2021-04-10T04:04:12.265Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-10T04:04:12.265Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json
2021-04-10T04:04:14.164Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-10T04:04:14.165Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json 3ad0053e-b81a-4178-b628-007cc3240bfb 798
2021-04-10T04:04:14.165Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json ASDC sendASDCNotification
2021-04-10T04:04:14.165Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json
2021-04-10T04:04:14.165Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T04:04:14.166Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T04:04:14.169Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T04:04:14.169Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027454165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:04:14.269Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T04:04:14.271Z||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.
2021-04-10T04:04:14.272Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:04:14.283Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:04:14.283Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-10T04:04:15.170Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNrhxrw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e6c79d9d-2170-4e71-9183-5931716f635a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4db6a08e-d454-4cad-913e-338a52c8a1ad",
"vfModuleModelCustomizationUUID": "afbb5e2c-c168-44fa-85c1-a821f54f141b",
"isBase": true,
"artifacts": [
"58a8e70b-ff71-4240-b833-d2d5ed67fb7d",
"f3d824d1-c5e9-41a8-be23-8a75516c50a7"
],
"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": ""
}
}
]
2021-04-10T04:04:15.194Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNrhxrw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4db6a08e-d454-4cad-913e-338a52c8a1ad
VfModuleModelInvariantUUID:e6c79d9d-2170-4e71-9183-5931716f635a
VfModuleModelDescription:NULL
Artifacts UUID List:{
58a8e70b-ff71-4240-b833-d2d5ed67fb7d
,
f3d824d1-c5e9-41a8-be23-8a75516c50a7
}
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
}
2021-04-10T04:04:15.198Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNrhxrw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e6c79d9d-2170-4e71-9183-5931716f635a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4db6a08e-d454-4cad-913e-338a52c8a1ad",
"vfModuleModelCustomizationUUID": "afbb5e2c-c168-44fa-85c1-a821f54f141b",
"isBase": true,
"artifacts": [
"58a8e70b-ff71-4240-b833-d2d5ed67fb7d",
"f3d824d1-c5e9-41a8-be23-8a75516c50a7"
],
"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": ""
}
}
]
2021-04-10T04:04:15.198Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNrhxrw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4db6a08e-d454-4cad-913e-338a52c8a1ad
VfModuleModelInvariantUUID:e6c79d9d-2170-4e71-9183-5931716f635a
VfModuleModelDescription:NULL
Artifacts UUID List:{
58a8e70b-ff71-4240-b833-d2d5ed67fb7d
,
f3d824d1-c5e9-41a8-be23-8a75516c50a7
}
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
}
2021-04-10T04:04:15.198Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 58a8e70b-ff71-4240-b833-d2d5ed67fb7d from URL: /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml
2021-04-10T04:04:15.198Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-10T04:04:15.198Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml
2021-04-10T04:04:16.166Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-10T04:04:16.167Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml 58a8e70b-ff71-4240-b833-d2d5ed67fb7d 5033
2021-04-10T04:04:16.167Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-10T04:04:16.167Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml
2021-04-10T04:04:16.168Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T04:04:16.168Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T04:04:16.171Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T04:04:16.171Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027456167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:04:16.271Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T04:04:16.273Z||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.
2021-04-10T04:04:16.273Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:04:16.283Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:04:16.284Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T04:04:17.172Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: f3d824d1-c5e9-41a8-be23-8a75516c50a7 from URL: /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env
2021-04-10T04:04:17.173Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-10T04:04:17.173Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env
2021-04-10T04:04:19.068Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-10T04:04:19.069Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env f3d824d1-c5e9-41a8-be23-8a75516c50a7 909
2021-04-10T04:04:19.069Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-10T04:04:19.070Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env
2021-04-10T04:04:19.070Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T04:04:19.070Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-10T04:04:19.073Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T04:04:19.073Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618027459069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T04:04:19.174Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T04:04:19.175Z||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.
2021-04-10T04:04:19.175Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ...
2021-04-10T04:04:19.185Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:04:19.186Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T04:04:20.074Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 3c4077e7-ee86-493a-998d-d08f27aadb3f
2021-04-10T04:04:20.075Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nrhXrW 0 338b4da9-4c56-4da6-979a-748380ea1aa0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T04:04:20.112Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T04:04:20.113Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T04:04:20.113Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: adec7cf7-e852-485b-95b3-a203cb78e00d
2021-04-10T04:04:20.113Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: adec7cf7-e852-485b-95b3-a203cb78e00d
2021-04-10T04:04:20.123Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel to get resource
2021-04-10T04:04:20.151Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel
2021-04-10T04:04:20.152Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|INFO|500||Invoke
2021-04-10T04:04:20.152Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-10T04:04:20.152Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel
2021-04-10T04:04:20.152Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||Method : GET
2021-04-10T04:04:20.152Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"d6b38a01-46b5-4868-9149-3a864acf44f0", X-RequestID:"d6b38a01-46b5-4868-9149-3a864acf44f0", X-TransactionID:"d6b38a01-46b5-4868-9149-3a864acf44f0", X-ECOMP-RequestID:"d6b38a01-46b5-4868-9149-3a864acf44f0", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"d5731c27-d70d-4261-b039-5df33897affa"]
2021-04-10T04:04:20.153Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||Request body:
2021-04-10T04:04:20.153Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||==========================request end================================================
2021-04-10T04:04:20.514Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-10T04:04:20.514Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-10T04:04:20.515Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||Status text : OK
2021-04-10T04:04:20.515Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node04s2of9vd0y0s1erdioimkejj8312.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardNrhxrw-csar.csar"", Content-MD5:"YTA4MTllYjAzNmY0MDUxNTFmYjUwNTRlMGIxYzQzNTI=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"d6b38a01-46b5-4868-9149-3a864acf44f0", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-10T04:04:20.538Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||Response body: PK A�R csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)� PK�R�B4 E PK A�R TOSCA-Metadata/TOSCA.metaM���0D����@A��A՛�����[�]#�{{�8/�&3������4O��Y}nN�M��H��1��j�b�)� H�@]I���=y�B��ZƜ����!�e�W^���3�qu�)1(5@D�����K�D�$f.[傻���I�PK�1M� � PK B�R 4 Definitions/resource-BasicOnboardNrhxrw-template.yml�Ys�����
�z�t�Cf��u���i�$�ھ0�C��ί�`V��v��� }������P5�i�Vdyn��P���2Q2Z�o#u[�T�/EЀ<��a,w������)#��&V�d J�d� AS�9A6%E�P�dh }����1Dy�e� �k���'��A��CKW=W�``�n��<�A�z`�Q���%~m|��W�Zx����\X:~�Z�x��Q �?P�Ł��kxA��*yژ�����'n�~j��d�cGC�Oa9zA���D�cZ6Ɛ<m�eT&��ٸ}�Y6�VuJ�y65@6L��b�����l�"����I6�{���Hn�eS��zQ��<��8�+��Xn���qrF@�S�y��A���b��u:wH�+���mR�ngdF�����b-v���g+S���� >dp:�;��`ѵs�.˙��qD�������9���sg7T��M'�~+�/��A�{G:L��C+�MT��k��}��"g7|��u�o��{+x����d8L�[14m`��;J���(7�v3�l�MPd"I��+��ZT������[l���4�`��%W��xv@�2�'$ě0��S&��x �Yٌ4��Pn�����_N̏��:g���oe�`�
s=��dpz�� �� �0%.-_��0R-7�p���P�b ��"���FA\�O�<�-�B���d�QG���0�hJ]�l��gl�7�y�b��x� e4O :xp0=K��\ \�֢��b�K�R3�i��Z�����b� �U�#�m�@�i�k��?/.���~:3\A�N��F��\�:p��M�A���&au��.�3\]�Ad���I�3��U*n��B�K@f�L �j;X������ۀ�0��
ַ�G�8'�ǚ�D��0|A�)�� �8�6:A�<��N�����L0�������Ǽ~���a����
�����5|�n7�b�Rs� ���٫'�mq����;�z}5n���k�k�m�xʥ�=�S���)ߝ���u{�n.�ξlD��珋w�%X�b��e���w�Jq�ߗ���������WW�1�{�_��|
��u�vƏ���}��
��O����{$�B,�������x�8�/_��w��.=���zr{���|�Z��f� <������/��yl�ߡs���]����������|@��?_�R�/�������7�.�E�5���J���1��ٯ;��|�K���~̻��X�\�*W������j?.�WßI��Ǵ�M�%�^����;3y$��@S�P��Y?S.?��y�&�h���Vn����ٱ��M>���ݬ���'��̾��۩ ����~������~ac�]2�g���_����/��WK�{�pDql�p3�i�7���h��
1��e0��Dؒ��l��;X&�EC�G/L��I��A��#~�IR�U]����5C�xf�����ɉ�_���rH�_��IvH��Ã��Gp�D^0$x��~p�A�����lf,j���W���b���Q�K!��h���O��
����U�C��������Ρ����jZP8YRx�r���Ёlr
08Q�d�A$�s�D�&�ƙ� Q� PD��y�����Z��a�9�G�Cd$E^�M�$�@D�S�`���7�7'9|�U�݁J�{f�=��bJ����:Qk�.`D�hbX0Ķ�S���Yn��V����rV,�����v�v�k_�6��;G�TߣK��Dᣠ�_K����[1f�z���M�Ԧ7�-!�1�V&��T3e*��/{6�T4�0�Z]A;ƒd��$��*��d�U�l;M-�*�L
�:�?
�j�H�
˫"cI;�桪�f+Ti�����@Y^����@S�5��ף�:rh���'Z�m_ v�@%v��������ӧ��Q���"���eG((�Q��g�2�$$�t�� ��t���"��6��2a�d�$�5���x�I��촢,g�(�V:�U�L�m�*f��I�T#�ht��bp���HE���(��X|�0�#r�+y�M�
�j���q�]����R*%��%AP�S�k$��p&{Ѩ����8�C���qi�z�ɣ��*�CԚ��Ġ��br��|�q��ٕ�Q�p�u�!���c]�� M D(���K���OʢXw� �� ��H@7d��
�� +��� |������UEB �����Řh ���MV����CBڊG��.r
����0�4��f����^XI.��rT��������
��{��Z&��x���
-3��V��B�znw��D��{6�*�_2� �(8/�s� ����aNٓ�iH���.�;��ϷZne�L�ҝa�i��)_)I5�mHcu�(���Sލ�J�%,n�۸+�g��5���N��^]H���H���-s�&�.��F;�sR��Em̚��c�cv��!M2D��uiR�"h�X� ��;8/ ��"�)ؿ��˲���r�.��&�R��ޣ��4���T�T��*A�l�Id0�o{�L��B��������'�S�kX�k�*�Qz �j4�o��q��2zi I$?`At4WU#B�>Q� <7a��&8ep� Ɗ�M8ɔ�1�#�R��I��0ı�-
^@@d8�urР�?6͋f�b��0���7lQ^�5�<��j��o�`ٗF�,s(�C���2���>Qb�{@=�p���A�ɐ��x7��� 9VT=��\N���J��E�a�����#|�#C=��
����������N�
�nB;��$��M��u�4c���:��ۙ�u�g/���w(8^�6c+c�/����ͭ��wG�h/_�����p�x�4p�~���j�EН��i�=�.�
�d�y.H{��^gn|�
��'����M�f��
P�
������U>~jϳ�m�����>w�
tM�ʶ��S�2�Un�urP��I(P}\H����}P�d�O5��H��A)���v�_ e����Y�߷o��h2(����Ҥ}T�WOy�t�=����dpk�_X]/Q�|r���j�w
��Z�PK��9�� �V PK B�R > Definitions/resource-BasicOnboardNrhxrw-template-interface.yml�][s��~߿���w�$s3U��x��$�8Fs9u�j�ю@cӘ���-"(Ę�dO}[��z�Z}�(ԑ�(�� q�ŅD�#����RRJ���P�⏂da
���td���
�3
�PPώ&�7��*����h��}?)�m#;�6��O<"؍�Z����@�Z��{~`Y�.�
�
� ��J !�Ђ*6m�@�D��L�k�Aj�b@�6���E�$h5E'ؼH��%@���AKd� KJV�I�LWL��LQH[��U��5���uK�A��H��\H�d�B� �
܍�4hI7"�tِ��[0CԤ�'u��� '�S�]H:0�e5�ي�� ˡ��H ������%�_L�)q�[:���R��+0�H��7$I����L~��j�� �-�E�-�1Y�Ha�� �j����Aa��x[��E讥FհC~�HJ�a@�0�b#_�S��lջ�Gj 3���e�9��b�W&0#vLe��*�E��m4�,U�c�L�����-���V��ٵ�H�\ |c�,:��2�A��
�(�Q�)�"AP��� �b�w�q�8@��_�ܞ�z�S���o�ڭ���Q�^ֆӑg>
l�H��������ϴx�~z���'C�%�]�]��/NG�ĩ?�^�f���m��L��Л�&��N�i���3�V����F�Cݖ[�m�]־y�e
4����z�����/�e�*?���{�tr58}���7�ޠ\z���g����y2O���K�§Jirrwv_��z|^&d��w�=�쌿߷{�К��üs�m�����ɴ��Z�w6V��G4}81�k`�����ڶf���M0�ú���q&��drV����1=>r��+J:�W���