NPE on opening Deployment Descriptor in Eclipse 3.7
---------------------------------------------------
Key: IVYDE-300
URL: https://issues.apache.org/jira/browse/IVYDE-300
Project: IvyDE
Issue Type: Bug
Affects Versions: 2.2.0.beta1
Environment: Eclipse 3.7 64 Bit on Windows
Reporter: Stefan Wolf
After updating IvyDE to 2.2.0 beta1 each time I change a file in my Workspace I
get a NullPointerException. It seems to me that Ecplise tries to open the
Deployment Descriptor of my Dynamic Web Project. In the logs I see the
following Stacktrace:
!ENTRY org.apache.ivyde.eclipse 4 4 2012-04-02 14:45:17.317
!MESSAGE Unexpected error [java.lang.NullPointerException]: null
!STACK 0
java.lang.NullPointerException
at
org.apache.ivyde.eclipse.IvyPlugin.getPreferenceStoreHelper(IvyPlugin.java:315)
at
org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainerConfiguration.getInheritedIvySettingsPath(IvyClasspathContainerConfiguration.java:210)
at
org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainerState.doGetIvy(IvyClasspathContainerState.java:144)
at
org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainerState.getIvy(IvyClasspathContainerState.java:136)
at
org.apache.ivyde.eclipse.cpcontainer.IvyResolveJob.run(IvyResolveJob.java:69)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
This is really annoying since it appears every time I change something in my
project...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira