i am trying to run idempiere 12 on Win 11.
Always getting the following error (see full error on the bottom)
"java.nio.file.InvalidPathException: Illegal char <:> at index 4:"
Interesting is that in Eclipse IDE there are no errors and it runs without problems, so it is pretty difficult to debug it.
Idempiere 11 works without errors. Error does not depend on Java version (tried 17 and 23), database (tried oracle and postgresql) or drive letter (tried C: and J:). I also downloaded precompiled version and built myself with maven, same error.
Error:
11:36:09.656-----------> WebAppContext.doStart: Failed startup of context oeje8w.WebAppContext@4c07f730{/ADInterface,/ADInterface,null,false}{file:/J:/idempiere_server12/plugins/org.idempiere.webservices_12.0.0.202412222101.jar} [33]
java.nio.file.InvalidPathException: Illegal char <:> at index 4: file:/J:/idempiere_server12/plugins/org.idempiere.webservices_12.0.0.202412222101.jar
at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:204)
at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:175)
at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:231)
at java.base/java.nio.file.Path.of(Path.java:148)
at org.eclipse.jetty.ee8.webapp.WebInfConfiguration.unpack(WebInfConfiguration.java:200)
at org.eclipse.jetty.ee8.webapp.WebInfConfiguration.preConfigure(WebInfConfiguration.java:55)
at org.eclipse.jetty.ee8.webapp.Configurations.preConfigure(Configurations.java:407)
at org.eclipse.jetty.ee8.webapp.WebAppContext.preConfigure(WebAppContext.java:470)
at org.eclipse.jetty.ee8.webapp.WebAppContext.doStart(WebAppContext.java:500)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
at org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
at org.eclipse.jetty.server.handler.ContextHandler.lambda$doStart$0(ContextHandler.java:732)
at org.eclipse.jetty.server.handler.ContextHandler$ScopedContext.call(ContextHandler.java:1244)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:732)
at org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextHandler.doStart(ContextHandler.java:2244)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:40)