Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 265567

Summary: P2 update fails with java.lang.NullPointerException in MirrorRequest.transferSingle
Product: [Eclipse Project] Equinox Reporter: David Green <greensopinion>
Component: p2Assignee: P2 Inbox <equinox.p2-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description David Green CLA 2009-02-19 18:14:57 EST
the exception causes the installation process to fail, thus making it impossible to install new software into Eclipse.

-- Error Details --
Date: Thu Feb 19 15:12:22 PST 2009
Message: An internal error occurred during: "Install download1".
Severity: Error
Plugin: org.eclipse.core.jobs
Session Data:
eclipse.buildId=I20090217-2200
java.version=1.5.0_16
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments:  -vm /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java -keyring /Users/dgreen/.eclipse_keyring -showlocation
Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -vm /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java -keyring /Users/dgreen/.eclipse_keyring -consoleLog -showlocation


Exception Stack Trace:
java.lang.NullPointerException
	at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transferSingle(MirrorRequest.java:173)
	at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transfer(MirrorRequest.java:153)
	at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.perform(MirrorRequest.java:94)
	at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact(SimpleArtifactRepository.java:502)
	at org.eclipse.equinox.internal.p2.artifact.repository.simple.DownloadJob.run(DownloadJob.java:64)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Comment 1 John Arthorne CLA 2009-02-20 15:50:41 EST

*** This bug has been marked as a duplicate of bug 265329 ***