-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When running kport init on WIndows i face this error
[ERROR] Failed to construct terminal; falling back to unsupported
java.lang.InstantiationException: jline.AnsiWindowsTerminal
at [email protected]/java.lang.Class.newInstance(DynamicHub.java:639)
at jline.TerminalFactory.getFlavor(TerminalFactory.java:205)
at jline.TerminalFactory.create(TerminalFactory.java:96)
at jline.TerminalFactory.get(TerminalFactory.java:180)
at jline.TerminalFactory.get(TerminalFactory.java:186)
at jline.console.ConsoleReader.<init>(ConsoleReader.java:244)
at jline.console.ConsoleReader.<init>(ConsoleReader.java:236)
at jline.console.ConsoleReader.<init>(ConsoleReader.java:224)
at de.codeshelf.consoleui.prompt.reader.ConsoleReaderImpl.<init>(ConsoleReaderImpl.java:28)
at de.codeshelf.consoleui.prompt.AbstractPrompt.<init>(AbstractPrompt.java:54)
at de.codeshelf.consoleui.prompt.AbstractListablePrompt.<init>(AbstractListablePrompt.java:42)
at de.codeshelf.consoleui.prompt.ListPrompt.<init>(ListPrompt.java:34)
at de.codeshelf.consoleui.prompt.ConsolePrompt.getListPrompt(ConsolePrompt.java:58)
at de.codeshelf.consoleui.prompt.ConsolePrompt.doPrompt(ConsolePrompt.java:134)
at de.codeshelf.consoleui.prompt.ConsolePrompt.prompt(ConsolePrompt.java:94)
at org.eclipse.jkube.kport.commands.InitCommand.promptNextAction(InitCommand.java:139)
at org.eclipse.jkube.kport.commands.InitCommand.run(InitCommand.java:91)
at picocli.CommandLine.executeUserObject(CommandLine.java:2026)
at picocli.CommandLine.access$1500(CommandLine.java:148)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
at io.quarkus.picocli.runtime.PicocliRunner$EventExecutionStrategy.execute(PicocliRunner.java:26)
at picocli.CommandLine.execute(CommandLine.java:2170)
at io.quarkus.picocli.runtime.PicocliRunner.run(PicocliRunner.java:40)
at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:129)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:71)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:44)
at io.quarkus.runner.GeneratedMain.main(Unknown Source)
Caused by: java.lang.NoSuchMethodException: jline.AnsiWindowsTerminal.<init>()
at [email protected]/java.lang.Class.getConstructor0(DynamicHub.java:3585)
at [email protected]/java.lang.Class.newInstance(DynamicHub.java:626)
... 30 more
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status