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 257660 - cnd.remote is required and invoked even in local dev
Summary: cnd.remote is required and invoked even in local dev
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.2
Hardware: All All
: P4 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-21 12:34 UTC by Maria Tishkova
Modified: 2016-01-28 10:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maria Tishkova 2016-01-21 12:34:23 UTC
INFO: USG_CND_PROJECT_ACTION
java.lang.Exception: The requested action uses a deleted connection to Local host <error>.
Do you want to reconnect?
 Confirm Yes
	at org.netbeans.modules.cnd.makeproject.MakeActionProvider.invokeLongAction(MakeActionProvider.java:391)
	at org.netbeans.modules.cnd.makeproject.MakeActionProvider.runActionWorker(MakeActionProvider.java:363)
	at org.netbeans.modules.cnd.makeproject.MakeActionProvider.invokeAction(MakeActionProvider.java:357)
	at <.....skipped......>

java.lang.ArrayIndexOutOfBoundsException: 0
	at org.netbeans.modules.cnd.spi.remote.RemoteSyncFactory.getDefault(RemoteSyncFactory.java:201)
	at org.netbeans.modules.cnd.api.remote.ServerList$DummyServerRecord.getSyncFactory(ServerList.java:169)
	at org.netbeans.modules.cnd.makeproject.MakeActionProvider.invokeLongAction(MakeActionProvider.java:392)
	at org.netbeans.modules.cnd.makeproject.MakeActionProvider.runActionWorker(MakeActionProvider.java:363)
	at org.netbeans.modules.cnd.makeproject.MakeActionProvider.invokeAction(MakeActionProvider.java:357)
<.......skipped.......>
Comment 1 Vladimir Kvashin 2016-01-28 10:19:21 UTC
I think in future this will become a part of a large task of splitting CND.
There is no user harm at all, so I'm downgrading it to P4 to get if off radars.