Getting below error while starting base OOTB code of this latest self managed version. Any suggestions on how to resolve it?
java.nio.file.InvalidPathException: Illegal char <:> at index 5: etcC:CM1023P1modulesconfigurationbuildideawebappWEB-INFjetty.xml
at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
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:229)
at org.eclipse.jetty.start.FS.toPath(FS.java:158)
at org.eclipse.jetty.start.BaseHome.getPath(BaseHome.java:237)
at org.eclipse.jetty.start.StartArgs.resolveExtraXmls(StartArgs.java:1449)
at org.eclipse.jetty.start.Main.processCommandLine(Main.java:354)
at org.eclipse.jetty.start.Main.main(Main.java:75)
at com.guidewire.commons.jetty.GWServerJettyServerMain.main(GWServerJettyServerMain.java:62)
Usage: java -jar $JETTY_HOME/start.jar [options] [properties] [configs]
java -jar $JETTY_HOME/start.jar –help # for more information
Process finished with exit code -9
Tried to remove .gradle folder and restart server. But it didn’t work.