Skip to content

FileSystemNotFoundException: Provider "jdt" not installed #1435

@martinlippert

Description

@martinlippert

Not sure how to reproduce this, but I came across this:

21:42:44.634 [Reconciler-1] ERROR o.s.i.v.c.l.u.SimpleLanguageServer - java.nio.file.FileSystemNotFoundException: Provider "jdt" not installed	at java.base/java.nio.file.Path.of(Path.java:213)	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: Assembly trace from producer [reactor.core.publisher.MonoRunnable] :	reactor.core.publisher.Mono.fromRunnable(Mono.java:702)	org.springframework.ide.vscode.commons.languageserver.util.SimpleLanguageServer.validateWith(SimpleLanguageServer.java:756) Error has been observed at the following site(s):	*__Mono.fromRunnable ⇢ at org.springframework.ide.vscode.commons.languageserver.util.SimpleLanguageServer.validateWith(SimpleLanguageServer.java:756) Original Stack Trace:	at java.base/java.nio.file.Path.of(Path.java:213)	at java.base/java.nio.file.Paths.get(Paths.java:98)	at org.springframework.ide.vscode.boot.app.BootLanguageServerBootApp$3.computeLanguage(BootLanguageServerBootApp.java:372)	at org.springframework.ide.vscode.commons.languageserver.util.SimpleLanguageServer.lambda$13(SimpleLanguageServer.java:767)	at reactor.core.publisher.MonoRunnable.subscribe(MonoRunnable.java:49)	at reactor.core.publisher.InternalMonoOperator.subscribe(InternalMonoOperator.java:76)	at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.subscribeNext(MonoIgnoreThen.java:241)	at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onComplete(MonoIgnoreThen.java:204)	at reactor.core.publisher.MonoPublishOn$PublishOnSubscriber.run(MonoPublishOn.java:182)	at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68)	at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28)	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)	at java.base/java.lang.Thread.run(Thread.java:1583) 

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions