Bug 80574 - NPE when installing GEF 3.0.1
Summary: NPE when installing GEF 3.0.1
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Dorian Birsan CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-09 03:58 EST by Uwe Kubosch CLA
Modified: 2005-01-05 18:52 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Kubosch CLA 2004-12-09 03:58:41 EST
When trying to install GEF 3.0.1 in Eclipse 3.1M3 I get the following error:

Error 2004-12-09 09:47:02.588 java.lang.NullPointerException
java.lang.NullPointerException
at
org.eclipse.update.internal.operations.InstallOperation.execute(InstallOperation.java:73)
at
org.eclipse.update.internal.operations.BatchInstallOperation.execute(BatchInstallOperation.java:85)
at
org.eclipse.update.internal.ui.wizards.InstallWizard.install(InstallWizard.java:407)
at
org.eclipse.update.internal.ui.wizards.InstallWizard.access$1(InstallWizard.java:404)
at org.eclipse.update.internal.ui.wizards.InstallWizard$2.run(InstallWizard.java:69)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:105)


Session Data:

eclipse.buildId=I200411050810
java.version=1.5.0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Comment 1 Dorian Birsan CLA 2004-12-09 09:36:51 EST
how did you select the target location to install to ?
Comment 2 Uwe Kubosch CLA 2004-12-24 16:53:21 EST
I did not choose a locati0on, I just pressed Next/Finish.
Comment 3 Dorian Birsan CLA 2005-01-05 18:51:44 EST
It looks like the target site did not get set, possibly because your userid 
did not have write access to the default site.
Comment 4 Dorian Birsan CLA 2005-01-05 18:52:45 EST
fixed.
The wizard will check if all the jobs have a site set in order to enable the 
Finish button.