-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ERROR] import: java.lang.NullPointerException: null #11
Comments
I got a NullPointerException for both push and pull to / from CRX with the latest version (0.9.5) on Ubuntu Linux. I got it working on my machine by changing the working directory to the directory where IntelliJ is actually installed when starting it. Before that I used the IntelliJ launcher from my desktop environment which sets the home directory as the working directory, which didn't work. Apparently, the working directory of the IntelliJ process makes a difference to IntelliVault... |
@padolphs Can you please explain what changes you made briefly to make it work. I am also on ubuntu. If run the IDEA with the command line as $ /home/vivekd/softwares/idea-IC-141.1532.4/bin/idea.sh its work but with the desktop entry its doesn't. |
Yes, @padolphs right. To make the desktop launcher work following steps can be taken:
Change Exec line to the following:
Those steps did the job for me. Ubuntu 14.04 x64 CC: @vivekdhiman |
This appears to duplicate issue #8, has there been any progress on either? I can use the work around listed above, but it's a mild nuisance. |
Note: To fix the issue on Windows (Windows 10 in my case) - edit properties of the IntelliJ desktop shortcut and add the path to the IntelliJ 'bin' directory into 'Start in:' field. In my case it's: "C:\Program Files\JetBrains\IntelliJ IDEA 2017.1\bin". |
Same Issue here on Windows. This is very annoying, especially because the error message is not giving any decent information. Please fix this. Thanks. |
Thanks, @caffr, It works for me |
@caffr Life Saver! Thank you. This resolved the NullPointerException. |
Any suggestions for Mac? IntelliJ Version: 2020.2.3 Ultimate |
I am getting an error while import the CRX content to intelliJIdea, and not able to debug.
The text was updated successfully, but these errors were encountered: