save-cloud icon indicating copy to clipboard operation
save-cloud copied to clipboard

Error in getting a logs for demo project

Open nulls opened this issue 2 years ago • 0 comments

15:54:00.463 [boundedElastic-35] ERROR o.s.b.a.w.r.e.AbstractErrorWebExceptionHandler - [c919d005-1010]  500 Server Error for HTTP GET "/api/v1/demo/saveourtool/Diktat/logs?version=manual&from=2023-10-10T15%3A44%3A00.364&to=2023-10-10T15%3A54%3A00.364&limit=1000" java.time.temporal.UnsupportedTemporalTypeException: Unsupported field: Year
	at java.base/java.time.Instant.getLong(Unknown Source)
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ? Handler com.saveourtool.save.backend.controllers.DemoManagerController#getLogs(String, String, String, LocalDateTime, LocalDateTime, int, Authentication) [DispatcherHandler]
	*__checkpoint ? org.springframework.security.web.server.authentication.AuthenticationWebFilter [DefaultWebFilterChain]
	*__checkpoint ? com.saveourtool.save.backend.configs.UserLoggingFilter [DefaultWebFilterChain]
	*__checkpoint ? org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ? org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ? org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ? org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ? org.springframework.security.web.server.authentication.AuthenticationWebFilter [DefaultWebFilterChain]
	*__checkpoint ? org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ? org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ? org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ? org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ? org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter [DefaultWebFilterChain]
	*__checkpoint ? HTTP GET "/api/v1/demo/saveourtool/Diktat/logs?version=manual&from=2023-10-10T15%3A44%3A00.364&to=2023-10-10T15%3A54%3A00.364&limit=1000" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at java.base/java.time.Instant.getLong(Unknown Source)
		at java.base/java.time.format.DateTimePrintContext$1.getLong(Unknown Source)
		at java.base/java.time.format.DateTimePrintContext.getValue(Unknown Source)
		at java.base/java.time.format.DateTimeFormatterBuilder$NumberPrinterParser.format(Unknown Source)
		at java.base/java.time.format.DateTimeFormatterBuilder$CompositePrinterParser.format(Unknown Source)

nulls avatar Oct 11 '23 11:10 nulls