25.04: cannot add new import profile
Posted: Wed Aug 06, 2025 12:52 pm
Just wanted to test 25.04, which was upgraded from 24.10, but I cannot add a new import profile:
I've just set a name and the delimiter to comma (,) and clicked save.
The upgrade process went smooth as far as I can tell and in the backend all lights are green (apart form the job queue not running, but since this is a test system it should not run).
Code: Select all
2025-08-06 13:47:34,300: ERROR [http-nio-8080-exec-5] com.agnitas.emm.core.ErrorController - Failed to parse multipart servlet request
MultipartException:
Failed to parse multipart servlet request
StackTrace:
org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.handleParseFailure(StandardMultipartHttpServletRequest.java:133)
org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.parseRequest(StandardMultipartHttpServletRequest.java:112)
org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.<init>(StandardMultipartHttpServletRequest.java:88)
org.springframework.web.multipart.support.StandardServletMultipartResolver.resolveMultipart(StandardServletMultipartResolver.java:112)
org.springframework.web.multipart.support.MultipartFilter.doFilterInternal(MultipartFilter.java:115)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
com.agnitas.emm.core.commons.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:89)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:598)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1769)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
java.base/java.lang.Thread.run(Thread.java:840)
caused by
FileCountLimitExceededException:
attachment
StackTrace:
org.apache.tomcat.util.http.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:459)
org.apache.catalina.connector.Request.parseParts(Request.java:2650)
org.apache.catalina.connector.Request.getParts(Request.java:2536)
org.apache.catalina.connector.RequestFacade.getParts(RequestFacade.java:773)
org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.parseRequest(StandardMultipartHttpServletRequest.java:95)
org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.<init>(StandardMultipartHttpServletRequest.java:88)
org.springframework.web.multipart.support.StandardServletMultipartResolver.resolveMultipart(StandardServletMultipartResolver.java:112)
org.springframework.web.multipart.support.MultipartFilter.doFilterInternal(MultipartFilter.java:115)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
com.agnitas.emm.core.commons.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:89)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:598)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1769)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
java.base/java.lang.Thread.run(Thread.java:840)
Request Parameters:
allowRedesigned: true
Request Attributes:
IP: 192.168.10.185
jakarta.servlet.forward.request_uri: /import-profile/save.action;jsessionid=6574BF6003E90B68256C9FA8862293B6
jakarta.servlet.forward.context_path:
jakarta.servlet.forward.servlet_path: /import-profile/save.action
jakarta.servlet.forward.mapping: org.apache.catalina.core.ApplicationMapping$MappingImpl@16437446
org.springframework.web.context.request.async.WebAsyncManager.WEB_ASYNC_MANAGER: org.springframework.web.context.request.async.WebAsyncManager@47fcb2df
org.springframework.web.servlet.HandlerMapping.bestMatchingHandler: com.agnitas.emm.core.ErrorController#showRedesigned(HttpServletRequest, Model)
org.springframework.web.servlet.DispatcherServlet.CONTEXT: WebApplicationContext for namespace 'spring-mvc-servlet', started on Wed Aug 06 13:38:28 CEST 2025, parent: Root WebApplicationContext
org.springframework.web.servlet.HandlerMapping.matrixVariables: {}
jakarta.servlet.error.exception_type: class org.springframework.web.multipart.MultipartException
org.springframework.web.servlet.DispatcherServlet.THEME_SOURCE: WebApplicationContext for namespace 'spring-mvc-servlet', started on Wed Aug 06 13:38:28 CEST 2025, parent: Root WebApplicationContext
org.springframework.web.util.ServletRequestPathUtils.PATH: /errorRedesigned.action
jakarta.servlet.error.message: Failed to parse multipart servlet request
org.springframework.web.servlet.DispatcherServlet.LOCALE_RESOLVER: com.agnitas.web.mvc.AdminLocaleResolver@4659bfb3
org.springframework.web.context.request.RequestContextListener.REQUEST_ATTRIBUTES: org.apache.catalina.connector.RequestFacade@2e376de9
org.springframework.web.servlet.HandlerMapping.bestMatchingPattern: /errorRedesigned.action
org.springframework.web.servlet.DispatcherServlet.OUTPUT_FLASH_MAP: FlashMap [attributes={}, targetRequestPath=null, targetRequestParams={}]
jakarta.servlet.error.exception: org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request
jakarta.servlet.error.servlet_name: spring-mvc
org.springframework.web.servlet.HandlerMapping.pathWithinHandlerMapping: /errorRedesigned.action
jakarta.servlet.error.request_uri: /import-profile/save.action;jsessionid=6574BF6003E90B68256C9FA8862293B6
org.springframework.web.servlet.DispatcherServlet.FLASH_MAP_MANAGER: org.springframework.web.servlet.support.SessionFlashMapManager@6ea5b1ad
org.springframework.web.servlet.HandlerMapping.uriTemplateVariables: {}
org.springframework.core.convert.ConversionService: ConversionService converters =
@org.springframework.format.annotation.DateTimeFormat java.lang.Long -> java.lang.String: org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory@509fadfa,@org.springframework.format.annotation.NumberFormat java.lang.Long -> java.lang.String: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
@org.springframework.format.annotation.DateTimeFormat java.time.Instant -> java.lang.String: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.time.Instant -> java.lang.String : org.springframework.format.datetime.standard.InstantFormatter@5264a4b1
@org.springframework.format.annotation.DateTimeFormat java.time.LocalDate -> java.lang.String: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.time.LocalDate -> java.lang.String : org.springframework.format.datetime.standard.TemporalAccessorPrinter@7b4b721b
@org.springframework.format.annotation.DateTimeFormat java.time.LocalDateTime -> java.lang.String: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.time.LocalDateTime -> java.lang.String : org.springframework.format.datetime.standard.TemporalAccessorPrinter@3dd5a5ac
@org.springframework.format.annotation.DateTimeFormat java.time.LocalTime -> java.lang.String: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.time.LocalTime -> java.lang.String : org.springframework.format.datetime.standard.TemporalAccessorPrinter@10f5d09b
@org.springframework.format.annotation.DateTimeFormat java.time.MonthDay -> java.lang.String: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.time.MonthDay -> java.lang.String : org.springframework.format.datetime.standard.MonthDayFormatter@564347ec
@org.springframework.format.annotation.DateTimeFormat java.time.OffsetDateTime -> java.lang.String: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.time.OffsetDateTime -> java.lang.String : org.springframework.format.datetime.standard.TemporalAccessorPrinter@13a5f92f
@org.springframework.format.annotation.DateTimeFormat java.time.OffsetTime -> java.lang.String: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.time.OffsetTime -> java.lang.String : org.springframework.format.datetime.standard.TemporalAccessorPrinter@577ba526
@org.springframework.format.annotation.DateTimeFormat java.time.YearMonth -> java.lang.String: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.time.YearMonth -> java.lang.String : org.springframework.format.datetime.standard.YearMonthFormatter@1ea158f9
@org.springframework.format.annotation.DateTimeFormat java.time.ZonedDateTime -> java.lang.String: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.time.ZonedDateTime -> java.lang.String : org.springframework.format.datetime.standard.TemporalAccessorPrinter@4a2e8f65
@org.springframework.format.annotation.DateTimeFormat java.util.Calendar -> java.lang.String: org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory@509fadfa
@org.springframework.format.annotation.DateTimeFormat java.util.Date -> java.lang.String: org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory@509fadfa
@org.springframework.format.annotation.DurationFormat java.time.Duration -> java.lang.String: org.springframework.format.datetime.standard.DurationFormatAnnotationFormatterFactory@7499345c,java.time.Duration -> java.lang.String : org.springframework.format.datetime.standard.DurationFormatter@1e86737d
@org.springframework.format.annotation.NumberFormat java.lang.Byte -> java.lang.String: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
@org.springframework.format.annotation.NumberFormat java.lang.Double -> java.lang.String: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
@org.springframework.format.annotation.NumberFormat java.lang.Float -> java.lang.String: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
@org.springframework.format.annotation.NumberFormat java.lang.Integer -> java.lang.String: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
@org.springframework.format.annotation.NumberFormat java.lang.Short -> java.lang.String: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
@org.springframework.format.annotation.NumberFormat java.math.BigDecimal -> java.lang.String: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
@org.springframework.format.annotation.NumberFormat java.math.BigInteger -> java.lang.String: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
java.lang.Boolean -> java.lang.String : org.springframework.core.convert.support.ObjectToStringConverter@46cf4260
java.lang.Character -> java.lang.Number : org.springframework.core.convert.support.CharacterToNumberFactory@71e6a061
java.lang.Character -> java.lang.String : org.springframework.core.convert.support.ObjectToStringConverter@5132ba1a
java.lang.Enum -> java.lang.Integer : org.springframework.core.convert.support.EnumToIntegerConverter@118bc400
java.lang.Enum -> java.lang.String : org.springframework.core.convert.support.EnumToStringConverter@73912e15
java.lang.Integer -> java.lang.Enum : org.springframework.core.convert.support.IntegerToEnumConverterFactory@efdab4d
java.lang.Long -> java.time.Instant : org.springframework.format.datetime.standard.DateTimeConverters$LongToInstantConverter@23a221e5
java.lang.Long -> java.util.Calendar : org.springframework.format.datetime.DateFormatterRegistrar$LongToCalendarConverter@8fd8a92,java.lang.Long -> java.util.Calendar : org.springframework.format.datetime.DateFormatterRegistrar$LongToCalendarConverter@1785ac6b
java.lang.Long -> java.util.Date : org.springframework.format.datetime.DateFormatterRegistrar$LongToDateConverter@96cbf95,java.lang.Long -> java.util.Date : org.springframework.format.datetime.DateFormatterRegistrar$LongToDateConverter@40fc5c4e
java.lang.Number -> java.lang.Character : org.springframework.core.convert.support.NumberToCharacterConverter@10dac564
java.lang.Number -> java.lang.Number : org.springframework.core.convert.support.NumberToNumberConverterFactory@e7f56b7
java.lang.Number -> java.lang.String : org.springframework.core.convert.support.ObjectToStringConverter@31af5d9e
java.lang.String -> @org.springframework.format.annotation.DateTimeFormat java.lang.Long: org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory@509fadfa,java.lang.String -> @org.springframework.format.annotation.NumberFormat java.lang.Long: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
java.lang.String -> @org.springframework.format.annotation.DateTimeFormat java.time.Instant: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.lang.String -> java.time.Instant: org.springframework.format.datetime.standard.InstantFormatter@5264a4b1
java.lang.String -> @org.springframework.format.annotation.DateTimeFormat java.time.LocalDate: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.lang.String -> java.time.LocalDate: org.springframework.format.datetime.standard.TemporalAccessorParser@57c3d34d
java.lang.String -> @org.springframework.format.annotation.DateTimeFormat java.time.LocalDateTime: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.lang.String -> java.time.LocalDateTime: org.springframework.format.datetime.standard.TemporalAccessorParser@9d2fd77
java.lang.String -> @org.springframework.format.annotation.DateTimeFormat java.time.LocalTime: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.lang.String -> java.time.LocalTime: org.springframework.format.datetime.standard.TemporalAccessorParser@3fea568
java.lang.String -> @org.springframework.format.annotation.DateTimeFormat java.time.MonthDay: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.lang.String -> java.time.MonthDay: org.springframework.format.datetime.standard.MonthDayFormatter@564347ec
java.lang.String -> @org.springframework.format.annotation.DateTimeFormat java.time.OffsetDateTime: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.lang.String -> java.time.OffsetDateTime: org.springframework.format.datetime.standard.TemporalAccessorParser@6c042983
java.lang.String -> @org.springframework.format.annotation.DateTimeFormat java.time.OffsetTime: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.lang.String -> java.time.OffsetTime: org.springframework.format.datetime.standard.TemporalAccessorParser@414484d8
java.lang.String -> @org.springframework.format.annotation.DateTimeFormat java.time.YearMonth: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.lang.String -> java.time.YearMonth: org.springframework.format.datetime.standard.YearMonthFormatter@1ea158f9
java.lang.String -> @org.springframework.format.annotation.DateTimeFormat java.time.ZonedDateTime: org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory@40155c1e,java.lang.String -> java.time.ZonedDateTime: org.springframework.format.datetime.standard.TemporalAccessorParser@7812a735
java.lang.String -> @org.springframework.format.annotation.DateTimeFormat java.util.Calendar: org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory@509fadfa
java.lang.String -> @org.springframework.format.annotation.DateTimeFormat java.util.Date: org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory@509fadfa
java.lang.String -> @org.springframework.format.annotation.DurationFormat java.time.Duration: org.springframework.format.datetime.standard.DurationFormatAnnotationFormatterFactory@7499345c,java.lang.String -> java.time.Duration: org.springframework.format.datetime.standard.DurationFormatter@1e86737d
java.lang.String -> @org.springframework.format.annotation.NumberFormat java.lang.Byte: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
java.lang.String -> @org.springframework.format.annotation.NumberFormat java.lang.Double: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
java.lang.String -> @org.springframework.format.annotation.NumberFormat java.lang.Float: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
java.lang.String -> @org.springframework.format.annotation.NumberFormat java.lang.Integer: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
java.lang.String -> @org.springframework.format.annotation.NumberFormat java.lang.Short: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
java.lang.String -> @org.springframework.format.annotation.NumberFormat java.math.BigDecimal: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
java.lang.String -> @org.springframework.format.annotation.NumberFormat java.math.BigInteger: org.springframework.format.number.NumberFormatAnnotationFormatterFactory@280db605
java.lang.String -> java.lang.Boolean : org.springframework.core.convert.support.StringToBooleanConverter@78762afb
java.lang.String -> java.lang.Character : org.springframework.core.convert.support.StringToCharacterConverter@2603407e
java.lang.String -> java.lang.Enum : org.springframework.core.convert.support.StringToEnumConverterFactory@1d711262
java.lang.String -> java.lang.Number : org.springframework.core.convert.support.StringToNumberConverterFactory@6ce7793c
java.lang.String -> java.nio.charset.Charset : org.springframework.core.convert.support.StringToCharsetConverter@76d22909
java.lang.String -> java.time.Month: org.springframework.format.datetime.standard.MonthFormatter@322e890
java.lang.String -> java.time.Period: org.springframework.format.datetime.standard.PeriodFormatter@5b38db55
java.lang.String -> java.time.Year: org.springframework.format.datetime.standard.YearFormatter@20c1091c
java.lang.String -> java.util.Currency : org.springframework.core.convert.support.StringToCurrencyConverter@28c1fcd0
java.lang.String -> java.util.Locale : org.springframework.core.convert.support.StringToLocaleConverter@501a2919
java.lang.String -> java.util.Properties : org.springframework.core.convert.support.StringToPropertiesConverter@31e111fb
java.lang.String -> java.util.TimeZone : org.springframework.core.convert.support.StringToTimeZoneConverter@9c4361d
java.lang.String -> java.util.UUID : org.springframework.core.convert.support.StringToUUIDConverter@27ac5e87
java.lang.String -> java.util.regex.Pattern : org.springframework.core.convert.support.StringToPatternConverter@3a378636
java.nio.charset.Charset -> java.lang.String : org.springframework.core.convert.support.ObjectToStringConverter@3374b670
java.time.Instant -> java.lang.Long : org.springframework.format.datetime.standard.DateTimeConverters$InstantToLongConverter@7fccd016
java.time.LocalDateTime -> java.time.LocalDate : org.springframework.format.datetime.standard.DateTimeConverters$LocalDateTimeToLocalDateConverter@16823654
java.time.LocalDateTime -> java.time.LocalTime : org.springframework.format.datetime.standard.DateTimeConverters$LocalDateTimeToLocalTimeConverter@521147d3
java.time.Month -> java.lang.String : org.springframework.format.datetime.standard.MonthFormatter@322e890
java.time.OffsetDateTime -> java.time.Instant : org.springframework.format.datetime.standard.DateTimeConverters$OffsetDateTimeToInstantConverter@12323a02
java.time.OffsetDateTime -> java.time.LocalDate : org.springframework.format.datetime.standard.DateTimeConverters$OffsetDateTimeToLocalDateConverter@234b0bb
java.time.OffsetDateTime -> java.time.LocalDateTime : org.springframework.format.datetime.standard.DateTimeConverters$OffsetDateTimeToLocalDateTimeConverter@7af143e
java.time.OffsetDateTime -> java.time.LocalTime : org.springframework.format.datetime.standard.DateTimeConverters$OffsetDateTimeToLocalTimeConverter@3496a9bd
java.time.OffsetDateTime -> java.time.ZonedDateTime : org.springframework.format.datetime.standard.DateTimeConverters$OffsetDateTimeToZonedDateTimeConverter@e2ea9e7
java.time.Period -> java.lang.String : org.springframework.format.datetime.standard.PeriodFormatter@5b38db55
java.time.Year -> java.lang.String : org.springframework.format.datetime.standard.YearFormatter@20c1091c
java.time.ZoneId -> java.util.TimeZone : org.springframework.core.convert.support.ZoneIdToTimeZoneConverter@660851ae
java.time.ZonedDateTime -> java.time.Instant : org.springframework.format.datetime.standard.DateTimeConverters$ZonedDateTimeToInstantConverter@37f084c7
java.time.ZonedDateTime -> java.time.LocalDate : org.springframework.format.datetime.standard.DateTimeConverters$ZonedDateTimeToLocalDateConverter@1e466baa
java.time.ZonedDateTime -> java.time.LocalDateTime : org.springframework.format.datetime.standard.DateTimeConverters$ZonedDateTimeToLocalDateTimeConverter@36d21f4a
java.time.ZonedDateTime -> java.time.LocalTime : org.springframework.format.datetime.standard.DateTimeConverters$ZonedDateTimeToLocalTimeConverter@52a0b7e2
java.time.ZonedDateTime -> java.time.OffsetDateTime : org.springframework.format.datetime.standard.DateTimeConverters$ZonedDateTimeToOffsetDateTimeConverter@18a7a3ec
java.time.ZonedDateTime -> java.util.Calendar : org.springframework.core.convert.support.ZonedDateTimeToCalendarConverter@31adc5c
java.util.Calendar -> java.lang.Long : org.springframework.format.datetime.DateFormatterRegistrar$CalendarToLongConverter@7c896f89,java.util.Calendar -> java.lang.Long : org.springframework.format.datetime.DateFormatterRegistrar$CalendarToLongConverter@24fe8014
java.util.Calendar -> java.time.Instant : org.springframework.format.datetime.standard.DateTimeConverters$CalendarToInstantConverter@2ee1770
java.util.Calendar -> java.time.LocalDate : org.springframework.format.datetime.standard.DateTimeConverters$CalendarToLocalDateConverter@4335edc
java.util.Calendar -> java.time.LocalDateTime : org.springframework.format.datetime.standard.DateTimeConverters$CalendarToLocalDateTimeConverter@2ce66036
java.util.Calendar -> java.time.LocalTime : org.springframework.format.datetime.standard.DateTimeConverters$CalendarToLocalTimeConverter@1a2d046d
java.util.Calendar -> java.time.OffsetDateTime : org.springframework.format.datetime.standard.DateTimeConverters$CalendarToOffsetDateTimeConverter@563b6164
java.util.Calendar -> java.time.ZonedDateTime : org.springframework.format.datetime.standard.DateTimeConverters$CalendarToZonedDateTimeConverter@3ae7cced
java.util.Calendar -> java.util.Date : org.springframework.format.datetime.DateFormatterRegistrar$CalendarToDateConverter@68254020,java.util.Calendar -> java.util.Date : org.springframework.format.datetime.DateFormatterRegistrar$CalendarToDateConverter@5172ea16
java.util.Currency -> java.lang.String : org.springframework.core.convert.support.ObjectToStringConverter@45c690b8
java.util.Date -> java.lang.Long : org.springframework.format.datetime.DateFormatterRegistrar$DateToLongConverter@4d07293e,java.util.Date -> java.lang.Long : org.springframework.format.datetime.DateFormatterRegistrar$DateToLongConverter@28f124ac
java.util.Date -> java.util.Calendar : org.springframework.format.datetime.DateFormatterRegistrar$DateToCalendarConverter@5d373de1,java.util.Date -> java.util.Calendar : org.springframework.format.datetime.DateFormatterRegistrar$DateToCalendarConverter@2246dc9d
java.util.Locale -> java.lang.String : org.springframework.core.convert.support.ObjectToStringConverter@6ed9905
java.util.Properties -> java.lang.String : org.springframework.core.convert.support.PropertiesToStringConverter@3d2bb8fd
java.util.UUID -> java.lang.String : org.springframework.core.convert.support.ObjectToStringConverter@2c16fe3e
java.util.regex.Pattern -> java.lang.String : org.springframework.core.convert.support.ObjectToStringConverter@26de378d
org.springframework.core.convert.support.ArrayToArrayConverter@23156b2d
org.springframework.core.convert.support.ArrayToCollectionConverter@1ac6b70e
org.springframework.core.convert.support.ArrayToObjectConverter@32f6d4b2
org.springframework.core.convert.support.ArrayToStringConverter@21ab8a99
org.springframework.core.convert.support.ByteBufferConverter@14ee2fb5
org.springframework.core.convert.support.ByteBufferConverter@14ee2fb5
org.springframework.core.convert.support.ByteBufferConverter@14ee2fb5
org.springframework.core.convert.support.ByteBufferConverter@14ee2fb5
org.springframework.core.convert.support.CollectionToArrayConverter@19ccdf7c
org.springframework.core.convert.support.CollectionToCollectionConverter@7d471963
org.springframework.core.convert.support.CollectionToObjectConverter@9030e3f
org.springframework.core.convert.support.CollectionToStringConverter@40598a2c
org.springframework.core.convert.support.FallbackObjectToStringConverter@58e9dd99
org.springframework.core.convert.support.IdToEntityConverter@55a2c94a,org.springframework.core.convert.support.ObjectToObjectConverter@1c4a00f7
org.springframework.core.convert.support.MapToMapConverter@51526c7f
org.springframework.core.convert.support.ObjectToArrayConverter@36cff189
org.springframework.core.convert.support.ObjectToCollectionConverter@472bf4dc
org.springframework.core.convert.support.ObjectToOptionalConverter@6c740fb0
org.springframework.core.convert.support.ObjectToOptionalConverter@6c740fb0
org.springframework.core.convert.support.ObjectToOptionalConverter@6c740fb0
org.springframework.core.convert.support.StreamConverter@1f7bd1d1
org.springframework.core.convert.support.StreamConverter@1f7bd1d1
org.springframework.core.convert.support.StreamConverter@1f7bd1d1
org.springframework.core.convert.support.StreamConverter@1f7bd1d1
org.springframework.core.convert.support.StringToArrayConverter@7570fac
org.springframework.core.convert.support.StringToCollectionConverter@1708927f
org.springframework.web.servlet.DispatcherServlet.THEME_RESOLVER: org.springframework.web.servlet.theme.FixedThemeResolver@372c2bfb
jakarta.servlet.error.status_code: 500
org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request
at org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.handleParseFailure(StandardMultipartHttpServletRequest.java:133) ~[spring-web-6.2.2.jar:6.2.2]
at org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.parseRequest(StandardMultipartHttpServletRequest.java:112) ~[spring-web-6.2.2.jar:6.2.2]
at org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.<init>(StandardMultipartHttpServletRequest.java:88) ~[spring-web-6.2.2.jar:6.2.2]
at org.springframework.web.multipart.support.StandardServletMultipartResolver.resolveMultipart(StandardServletMultipartResolver.java:112) ~[spring-web-6.2.2.jar:6.2.2]
at org.springframework.web.multipart.support.MultipartFilter.doFilterInternal(MultipartFilter.java:115) ~[spring-web-6.2.2.jar:6.2.2]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.2.2.jar:6.2.2]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[catalina.jar:10.1.42]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[catalina.jar:10.1.42]
at com.agnitas.emm.core.commons.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:89) ~[classes/:?]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.2.2.jar:6.2.2]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[catalina.jar:10.1.42]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[catalina.jar:10.1.42]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[catalina.jar:10.1.42]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[catalina.jar:10.1.42]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:598) ~[catalina.jar:10.1.42]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116) [catalina.jar:10.1.42]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) [catalina.jar:10.1.42]
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666) [catalina.jar:10.1.42]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [catalina.jar:10.1.42]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) [catalina.jar:10.1.42]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398) [tomcat-coyote.jar:10.1.42]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) [tomcat-coyote.jar:10.1.42]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) [tomcat-coyote.jar:10.1.42]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1769) [tomcat-coyote.jar:10.1.42]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) [tomcat-coyote.jar:10.1.42]
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189) [tomcat-util.jar:10.1.42]
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658) [tomcat-util.jar:10.1.42]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) [tomcat-util.jar:10.1.42]
at java.base/java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: org.apache.tomcat.util.http.fileupload.impl.FileCountLimitExceededException: attachment
at org.apache.tomcat.util.http.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:459) ~[tomcat-coyote.jar:10.1.42]
at org.apache.catalina.connector.Request.parseParts(Request.java:2650) ~[catalina.jar:10.1.42]
at org.apache.catalina.connector.Request.getParts(Request.java:2536) ~[catalina.jar:10.1.42]
at org.apache.catalina.connector.RequestFacade.getParts(RequestFacade.java:773) ~[catalina.jar:10.1.42]
at org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.parseRequest(StandardMultipartHttpServletRequest.java:95) ~[spring-web-6.2.2.jar:6.2.2]
... 27 more
The upgrade process went smooth as far as I can tell and in the backend all lights are green (apart form the job queue not running, but since this is a test system it should not run).