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-03-18 03:08:00:155  INFO 6 --- [           main] o.o.u.i.IntentAnalysisApplication        : Starting IntentAnalysisApplication using Java 11.0.11 on onap-uui-intent-analysis-76fc676c5c-5hsvp with PID 6 (/home/uui/usecase-ui-intent-analysis.jar started by root in /home/uui)
2023-03-18 03:08:00:163 DEBUG 6 --- [           main] o.o.u.i.IntentAnalysisApplication        : Running with Spring Boot v2.5.2, Spring v5.3.13
2023-03-18 03:08:00:163  INFO 6 --- [           main] o.o.u.i.IntentAnalysisApplication        : No active profile set, falling back to default profiles: default
2023-03-18 03:08:01:915  INFO 6 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8083 (http)
2023-03-18 03:08:01:928  INFO 6 --- [           main] o.apache.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8083"]
2023-03-18 03:08:01:929  INFO 6 --- [           main] org.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-03-18 03:08:01:929  INFO 6 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.48]
2023-03-18 03:08:01:995  INFO 6 --- [           main] .[.[.[/api/usecaseui-intent-analysis/v1] : Initializing Spring embedded WebApplicationContext
2023-03-18 03:08:01:995  INFO 6 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1744 ms
2023-03-18 03:08:03:864  INFO 6 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-03-18 03:08:04:143  INFO 6 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-03-18 03:08:05:806  INFO 6 --- [           main] o.apache.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8083"]
2023-03-18 03:08:05:839  INFO 6 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8083 (http) with context path '/api/usecaseui-intent-analysis/v1'
2023-03-18 03:08:05:855  INFO 6 --- [           main] o.o.u.i.IntentAnalysisApplication        : Started IntentAnalysisApplication in 6.734 seconds (JVM running for 7.617)
2023-03-18 03:27:42:192  INFO 6 --- [nio-8083-exec-1] org.apache.coyote.http11.Http11Processor : Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x03t0xcd0xfa0xf7!0xbcv40x1c000xa2Y0x0e0xa9T0xf80xfb0x190xa2>0x8b0xc90xc1-0x1bw0x1c0x0250xf50xb3 ]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:419)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:269)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1723)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)