This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 240470 - NullPointerException at org.netbeans.modules.cnd.remote.support.RemoteProjectSupport.getPrivateStorage
Summary: NullPointerException at org.netbeans.modules.cnd.remote.support.RemoteProject...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-14 19:13 UTC by Exceptions Reporter
Modified: 2014-01-22 02:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206380


Attachments
stacktrace (1.22 KB, text/plain)
2014-01-14 19:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-01-14 19:13:08 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 7.4 (Build 201310111528)
VM: OpenJDK 64-Bit Server VM, 23.7-b01, OpenJDK Runtime Environment, 1.7.0_25-b30
OS: Linux

User Comments:
GUEST: Using keyboard shortcuts to assign cntrl+d to "upload to host". When using the shortcut, this error is generated, however when I use the mouse to right-click on the project I can upload to host without any issues.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.remote.support.RemoteProjectSupport.getPrivateStorage(RemoteProjectSupport.java:98)
   at org.netbeans.modules.cnd.remote.sync.RemoteSyncServiceImpl$Uploader.<init>(RemoteSyncServiceImpl.java:85)
   at org.netbeans.modules.cnd.remote.sync.RemoteSyncServiceImpl.getUploader(RemoteSyncServiceImpl.java:131)
   at org.netbeans.modules.cnd.api.remote.RemoteSyncSupport.createUploader(RemoteSyncSupport.java:177)
   at org.netbeans.modules.cnd.makeproject.ui.RemoteSyncActions$Uploader.createWorker(RemoteSyncActions.java:250)
   at org.netbeans.modules.cnd.makeproject.ui.RemoteSyncActions$UpDownLoader.work(RemoteSyncActions.java:168)
Comment 1 Exceptions Reporter 2014-01-14 19:13:10 UTC
Created attachment 143962 [details]
stacktrace
Comment 2 Vladimir Kvashin 2014-01-21 07:19:43 UTC
fixed in 
http://hg.netbeans.org/cnd-main/rev/3acf7c11400a
Comment 3 Quality Engineering 2014-01-22 02:34:49 UTC
Integrated into 'main-silver', will be available in build *201401220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3acf7c11400a
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #240470 - NullPointerException at RemoteProjectSupport.getPrivateStorage