question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Exception in IntelliJ 2019.3.3

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
alanhamlettcommented, Feb 23, 2020

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.

0reactions
alanhamlettcommented, Feb 23, 2020

Fixed in v11.0.0.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found