Results

By type

          @main_path@ /home/uui
@JAVA_PATH@ /opt/java/openjdk/bin/java
@JAVA_OPTS@ -Xms50m -Xmx128m
@jar_path@ /home/uui/usecase-ui-intent-analysis.jar
Starting usecase-ui-intent-analysis...

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.5.2)

2023-10-19 04:31:38:944  INFO 6 --- [           main] o.o.u.i.IntentAnalysisApplication       [55] : Starting IntentAnalysisApplication using Java 11.0.11 on onap-uui-intent-analysis-7779967745-z892r with PID 6 (/home/uui/usecase-ui-intent-analysis.jar started by uui in /home/uui)
2023-10-19 04:31:38:950 DEBUG 6 --- [           main] o.o.u.i.IntentAnalysisApplication       [56] : Running with Spring Boot v2.5.2, Spring v5.3.13
2023-10-19 04:31:38:951  INFO 6 --- [           main] o.o.u.i.IntentAnalysisApplication       [659] : No active profile set, falling back to default profiles: default
2023-10-19 04:31:41:852  INFO 6 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer [108] : Tomcat initialized with port(s): 8083 (http)
2023-10-19 04:31:41:879  INFO 6 --- [           main] o.apache.coyote.http11.Http11NioProtocol[173] : Initializing ProtocolHandler ["http-nio-8083"]
2023-10-19 04:31:41:881  INFO 6 --- [           main] org.apache.catalina.core.StandardService[173] : Starting service [Tomcat]
2023-10-19 04:31:41:881  INFO 6 --- [           main] org.apache.catalina.core.StandardEngine [173] : Starting Servlet engine: [Apache Tomcat/9.0.48]
2023-10-19 04:31:41:975  INFO 6 --- [           main] .[.[.[/api/usecaseui-intent-analysis/v1][173] : Initializing Spring embedded WebApplicationContext
2023-10-19 04:31:41:976  INFO 6 --- [           main] w.s.c.ServletWebServerApplicationContext[290] : Root WebApplicationContext: initialization completed in 2921 ms
2023-10-19 04:31:44:052  INFO 6 --- [           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.newInstance(Unknown Source)
	at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:211)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1326)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:338)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332)
	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: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)
2023-10-19 04:31:44:070  INFO 6 --- [           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/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.newInstance(Unknown Source)
	at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:211)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1326)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:338)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332)
	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: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)
2023-10-19 04:31:44:945  INFO 6 --- [           main] com.zaxxer.hikari.HikariDataSource      [110] : HikariPool-1 - Starting...
2023-10-19 04:31:45:178  INFO 6 --- [           main] com.zaxxer.hikari.HikariDataSource      [123] : HikariPool-1 - Start completed.
2023-10-19 04:31:45:680  INFO 6 --- [           main] o.apache.coyote.http11.Http11NioProtocol[173] : Starting ProtocolHandler ["http-nio-8083"]
2023-10-19 04:31:45:705  INFO 6 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer [220] : Tomcat started on port(s): 8083 (http) with context path '/api/usecaseui-intent-analysis/v1'
2023-10-19 04:31:45:722  INFO 6 --- [           main] o.o.u.i.IntentAnalysisApplication       [61] : Started IntentAnalysisApplication in 7.816 seconds (JVM running for 9.052)