Code Monkey home page Code Monkey logo

Comments (9)

caffr avatar caffr commented on September 2, 2024 24

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".

from intellivault.

padolphs avatar padolphs commented on September 2, 2024 4

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

from intellivault.

vivekdhiman avatar vivekdhiman commented on September 2, 2024

@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.

from intellivault.

Faresis avatar Faresis commented on September 2, 2024

Yes, @padolphs right. To make the desktop launcher work following steps can be taken:

sudo vi /usr/share/applications/jetbrains-idea-ce.desktop

Change Exec line to the following:

Exec=bash -c 'cd /opt/idea/bin && ./idea.sh'

Those steps did the job for me.

Ubuntu 14.04 x64
IntelliJ IDEA 2016.2.4
Build #IC-162.2032.8, built on September 9, 2016
JRE: 1.8.0_112-release-b343 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

CC: @vivekdhiman

from intellivault.

jrnutt avatar jrnutt commented on September 2, 2024

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.

from intellivault.

felu avatar felu commented on September 2, 2024

Same Issue here on Windows. This is very annoying, especially because the error message is not giving any decent information. Please fix this. Thanks.

from intellivault.

blakesong-ecommbi avatar blakesong-ecommbi commented on September 2, 2024

Thanks, @caffr, It works for me

from intellivault.

uiblox avatar uiblox commented on September 2, 2024

@caffr Life Saver! Thank you. This resolved the NullPointerException.

from intellivault.

nani118066 avatar nani118066 commented on September 2, 2024

Any suggestions for Mac?

IntelliJ Version: 2020.2.3 Ultimate
IntelliVault: 0.10.0
Vault Cli: 3.4.2

from intellivault.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.