We are moving from version 9.x to Cloud version for insurance suite. JAVA_HOME is pointing to jdk 11.22 and IDEA_HOME is pointing to the correct version of IntelliJ IDEA . But on starting the debug server encountering the below issue
“java.nio.file.InvalidPathException: Illegal char <:> at index 5: etcC:GWCCclaimcentermodulesconfigurationbuildideawebappWEB-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)”
Attempted to clear the .gradle from both application and user directories, but did not help