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 259033 - AssertionError: Trying to access remote file system without user name
Summary: AssertionError: Trying to access remote file system without user name
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-27 14:21 UTC by Alexander Simon
Modified: 2016-05-30 13:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223767


Attachments
stacktrace (2.47 KB, text/plain)
2016-04-27 14:21 UTC, Alexander Simon
Details
stacktrace (2.47 KB, text/plain)
2016-05-18 12:24 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2016-04-27 14:21:23 UTC
Build: NetBeans IDE Dev (Build 20160426-8aca242dc9a3)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: SunOS

User Comments:
alexvsimon: env in terminal




Stacktrace: 
java.lang.AssertionError: Trying to access remote file system without user name
   at org.netbeans.modules.remote.impl.RemoteLogger.assertTrue(RemoteLogger.java:129)
   at org.netbeans.modules.remote.impl.fs.RemoteFileUrlMapper.getFileObjects(RemoteFileUrlMapper.java:71)
   at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:213)
   at org.netbeans.modules.dlight.terminal.action.OpenInEditorActionProvider.handle(OpenInEditorActionProvider.java:69)
   at org.netbeans.modules.terminal.ioprovider.Terminal$MyTermListener.externalToolCalled(Terminal.java:340)
   at org.netbeans.lib.terminalemulator.Term.fireExternalCommand(Term.java:673)
Comment 1 Alexander Simon 2016-04-27 14:21:24 UTC
Created attachment 159449 [details]
stacktrace
Comment 2 ilia 2016-04-28 09:34:17 UTC
The issue appears because the not-expanded escape sequence from ideopen PROMPT_COMMAND is printed to terminal
Comment 3 Vladimir Voskresensky 2016-05-18 12:24:33 UTC
Created attachment 159796 [details]
stacktrace

ideopen suite.sh from local terminal
Comment 4 Quality Engineering 2016-05-19 01:44:08 UTC
Integrated into 'main-silver', will be available in build *201605190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e432b3a9fee1
User: Ilia Gromov <ilia@netbeans.org>
Log: partial fix for #259033 - AssertionError: Trying to access remote file system without user name