guymahieu / ivyidea

Resolve dependencies for your Intellij projects using Ivy
Apache License 2.0
13 stars 18 forks source link

Another null pointer issue #151

Closed dbdumas closed 4 years ago

dbdumas commented 8 years ago

The plugin doesn't seem to work with the latest release of IntelliJ ultimate. I get the following error repeatly when trying to manually update dependencies. Also, the entries for ivy.settings and any property files you add are not persisted and are actually deleted from the Settings->IvyIDEA window.

java.lang.NullPointer exception At com.intellij.util.xmlb.BeanBinding.serializeInto((BeanBinding.java:89) . . . [7913395] ERROR – rationStore.ComponentStoreImpl – IntelliJ IDEA 2016.2.2 build #IU-162.1628.40 [7913395] ERROR – rationStore.ComponentStoreImpl – JDK: 1.8.0_76-release [7913395] ERROR – rationStore.ComponentStoreImpl – VM: OpenJDK-64 bit server VM [7913395] ERROR – rationStore.ComponentStoreImpl – vendor: JetBrains s.r.o [7913395] ERROR – rationStore.ComponentStoreImpl – OS: Linux [7943812] ERROR – rationStore.ComponentStoreImpl – Unable to serialize IvyIDEA.ProjectSettings state

Unfortunately I cannot send you the full stack trace since it is on a system not connected to the internet. Any help would be appreciated.

guymahieu commented 4 years ago

Closing since it is about an old version of intellij - if the problem still occurs please open an issue with steps to reproduce.