Exception in IntelliJ 2019.3.3
See original GitHub issueI got it while Opening the IDE
Stacktrace:
java.lang.UnsupportedOperationException
at java.base/java.nio.file.Files.setPosixFilePermissions(Files.java:2078)
at com.wakatime.intellij.plugin.Dependencies.makeExecutable(Dependencies.java:318)
at com.wakatime.intellij.plugin.Dependencies.installCLI(Dependencies.java:139)
at com.wakatime.intellij.plugin.WakaTime$1.run(WakaTime.java:96)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:238)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
IntelliJ IDEA 2019.3.3 Is Out! - The JetBrains Blog
1 to IntelliJ IDEA 2019.3.3, which it supposed to. Any ideas (1) First to update the IDE from IntelliJ IDEA 2019.3.1 to IntelliJ...
Read more >Start Failed, Internal error: recovering IDE to the working state ...
Symptoms IDE shows the Start Failed dialog with the exception stacktrace and ... Starting IntelliJ IDEA 2019.3.3 that binds in port 6942 and...
Read more >IntelliJ IDEA 2019.3.3 (193.6494.35 build) Release Notes
Build. Built‑in (JPS) Feature IDEA‑231528
Bug IDEA‑231222
Bug IDEA‑231506
Build. Gradle Bug IDEA‑228182
Read more >Several issues since 2019.3 version of IntelliJ IDEA
Hi, I have multiple issues since installation of 2019.3 and even 2019.3.1 patch didn't fix them.First, in the log, I can see repeatedly......
Read more >IntelliJ IDEA 2019.3.1 crashes frequently without warning
Hello,. Loving the functionality of your product. However, the IDE keeps crashing every 10 minutes or less. The crashes seems to be random ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oops, setting file permissions should have only been running on Linux and Mac but the logic was accidentally inverted. Fixed with 1a740a294656e40b18c695b86795149713e817d1, and releasing a new version of the plugin soon.
Fixed in v11.0.0.