FROM openjdk:17
MAINTAINER baeldung.com
COPY target/org.mdmi.processor.x12.jar org.mdmi.processor.x12.jar
ENTRYPOINT ["java","-jar","/org.mdmi.processor.x12.jar"]
x12-mdmi | 2024-05-28T21:14:21.183Z ERROR 1 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.smooks.api.SmooksConfigException: Error invoking @PostConstruct method 'postConstruct' on class 'org.smooks.cartridges.edi.parser.EdiParser'.] with root cause
x12-mdmi |
x12-mdmi | org.apache.daffodil.lib.exceptions.Abort: Invariant broken: parts.length.==(2)
I assume this is a java version/docker version/spring combanation issue - is there a working docker demo using the 2.0.0-RC4 ?
I assume this is a java version/docker version/spring combanation issue - is there a working docker demo using the 2.0.0-RC4 ?
--
You received this message because you are subscribed to the Google Groups "Smooks Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smooks-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/smooks-user/f5fd4933-c317-4a4a-9a20-2ea409986274n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/smooks-user/76a7e1a3-b14e-4db8-afff-6528aa2a23a6n%40googlegroups.com.