By type
@main_path@ /home/uui @JAVA_PATH@ /opt/java/openjdk/bin/java @JAVA_OPTS@ -XX:MaxRAMPercentage=70 @jar_path@ /home/uui/usecase-ui-intent-analysis.jar Starting usecase-ui-intent-analysis... . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.0.11) 2025-03-18 14:06:33:058 INFO 8 --- [ main] o.o.u.i.IntentAnalysisApplication [51] : Starting IntentAnalysisApplication using Java 17.0.6 with PID 8 (/home/uui/usecase-ui-intent-analysis.jar started by uui in /home/uui) 2025-03-18 14:06:33:061 DEBUG 8 --- [ main] o.o.u.i.IntentAnalysisApplication [52] : Running with Spring Boot v3.0.11, Spring v6.0.12 2025-03-18 14:06:33:061 INFO 8 --- [ main] o.o.u.i.IntentAnalysisApplication [632] : No active profile set, falling back to 1 default profile: "default" 2025-03-18 14:06:34:724 INFO 8 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer [108] : Tomcat initialized with port(s): 8083 (http) 2025-03-18 14:06:34:732 INFO 8 --- [ main] o.apache.coyote.http11.Http11NioProtocol[173] : Initializing ProtocolHandler ["http-nio-8083"] 2025-03-18 14:06:34:734 INFO 8 --- [ main] o.apache.catalina.core.StandardService [173] : Starting service [Tomcat] 2025-03-18 14:06:34:734 INFO 8 --- [ main] org.apache.catalina.core.StandardEngine [173] : Starting Servlet engine: [Apache Tomcat/10.1.13] 2025-03-18 14:06:34:801 INFO 8 --- [ main] .[.[.[/api/usecaseui-intent-analysis/v1][173] : Initializing Spring embedded WebApplicationContext 2025-03-18 14:06:34:801 INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext[291] : Root WebApplicationContext: initialization completed in 1654 ms 2025-03-18 14:06:35:221 INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource [110] : HikariPool-1 - Starting... 2025-03-18 14:06:35:387 INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool [565] : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@68ed96ca 2025-03-18 14:06:35:389 INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource [123] : HikariPool-1 - Start completed. 2025-03-18 14:06:35:724 INFO 8 --- [ main] o.o.u.i.adapters.dmaap.MRTopicMonitor [81] : Starting Dmaap Bus Monitor java.io.FileNotFoundException: File 'file:/home/uui/usecase-ui-intent-analysis.jar!/BOOT-INF/classes!/dmaapConfig/policy_dmaap_config.json' does not exist at org.apache.commons.io.FileUtils.openInputStream(FileUtils.java:2115) at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:2234) at org.onap.usecaseui.intentanalysis.adapters.dmaap.MRTopicMonitor.start(MRTopicMonitor.java:84) at org.onap.usecaseui.intentanalysis.adapters.policy.dmaap.PolicyNotificationService.init(PolicyNotificationService.java:33) at org.onap.usecaseui.intentanalysis.adapters.policy.dmaap.PolicyNotificationService.
(PolicyNotificationService.java:28) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:198) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1308) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1199) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:560) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:942) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:608) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434) at org.springframework.boot.SpringApplication.run(SpringApplication.java:310) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1304) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1293) at org.onap.usecaseui.intentanalysis.IntentAnalysisApplication.main(IntentAnalysisApplication.java:32) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:95) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:65) java.io.FileNotFoundException: File 'file:/home/uui/usecase-ui-intent-analysis.jar!/BOOT-INF/classes!/dmaapConfig/dcae_dmaap_config.json' does not exist at org.apache.commons.io.FileUtils.openInputStream(FileUtils.java:2115) at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:2234) at org.onap.usecaseui.intentanalysis.adapters.dmaap.MRTopicMonitor.start(MRTopicMonitor.java:84) at org.onap.usecaseui.intentanalysis.adapters.dcae.dmaap.DCAENotificationService.init(DCAENotificationService.java:34) at org.onap.usecaseui.intentanalysis.adapters.dcae.dmaap.DCAENotificationService. (DCAENotificationService.java:29) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:198) 2025-03-18 14:06:35:733 INFO 8 --- [ main] o.o.u.i.adapters.dmaap.MRTopicMonitor [81] : Starting Dmaap Bus Monitor at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1308) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1199) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:560) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:942) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:608) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434) at org.springframework.boot.SpringApplication.run(SpringApplication.java:310) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1304) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1293) at org.onap.usecaseui.intentanalysis.IntentAnalysisApplication.main(IntentAnalysisApplication.java:32) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:95) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:65) 2025-03-18 14:06:36:165 INFO 8 --- [ main] o.apache.coyote.http11.Http11NioProtocol[173] : Starting ProtocolHandler ["http-nio-8083"] 2025-03-18 14:06:36:188 INFO 8 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer [220] : Tomcat started on port(s): 8083 (http) with context path '/api/usecaseui-intent-analysis/v1' 2025-03-18 14:06:36:196 INFO 8 --- [ main] o.o.u.i.IntentAnalysisApplication [57] : Started IntentAnalysisApplication in 3.718 seconds (process running for 4.449)