Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 347299 - NPE in PFFileSystemJob
Summary: NPE in PFFileSystemJob
Status: NEW
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: dsdp.tm.rse-inbox CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-26 07:48 EDT by Remy Suen CLA
Modified: 2011-05-26 07:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Remy Suen CLA 2011-05-26 07:48:59 EDT
I installed RSE from the Indigo site.

I noticed this error in my logs. Perhaps the job wasn't cancelled while the plug-in was being shutdown so getDefault() returned 'null'?

java.lang.NullPointerException
	at org.eclipse.rse.internal.persistence.PropertyFileProvider.getProfilesFolder(PropertyFileProvider.java:281)
	at org.eclipse.rse.internal.persistence.PropertyFileProvider.getAnchor(PropertyFileProvider.java:267)
	at org.eclipse.rse.internal.persistence.PropertyFileProvider.saveRSEDOM(PropertyFileProvider.java:125)
	at org.eclipse.rse.internal.persistence.PFFileSystemJob.run(PFFileSystemJob.java:66)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)