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 198522 - IllegalArgumentException: Attempted to pass a non-directory to findProject: InvalidFileObjectSupport$InvalidFileObject@19b6cb0[/export1/sside/oss_project/CC]
Summary: IllegalArgumentException: Attempted to pass a non-directory to findProject: I...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-11 16:44 UTC by Alexander Simon
Modified: 2011-05-12 04:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178802


Attachments
stacktrace (2.88 KB, text/plain)
2011-05-11 16:44 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2011-05-11 16:44:16 UTC
Build: NetBeans IDE Dev (Build 20110511-be26b45e3084)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: SunOS

User Comments:
alexvsimon: debug full remote project




Stacktrace: 
java.lang.IllegalArgumentException: Attempted to pass a non-directory to findProject: InvalidFileObjectSupport$InvalidFileObject@19b6cb0[/export1/sside/oss_project/CC]
   at org.netbeans.api.project.ProjectManager.findProject(ProjectManager.java:230)
   at org.netbeans.modules.cnd.makeproject.api.configurations.MakeConfiguration.fixupMasterLinks(MakeConfiguration.java:561)
   at org.netbeans.modules.cnd.makeproject.api.configurations.MakeConfiguration.copy(MakeConfiguration.java:552)
   at org.netbeans.modules.cnd.debugger.common2.debugger.debugtarget.DebugTarget.cloneRecord(DebugTarget.java:288)
   at org.netbeans.modules.cnd.debugger.common2.debugger.DebuggerSettingsBridge.noteProgLoaded(DebuggerSettingsBridge.java:413)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.noteProgLoaded(GdbDebuggerImpl.java:1296)
Comment 1 Alexander Simon 2011-05-11 16:44:21 UTC
Created attachment 108232 [details]
stacktrace
Comment 2 Alexander Simon 2011-05-11 17:31:31 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/b2607826f0ce
Comment 3 Quality Engineering 2011-05-12 04:37:54 UTC
Integrated into 'main-golden', will be available in build *201105120000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b2607826f0ce
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #198522 IllegalArgumentException: Attempted to pass a non-directory to findProject: InvalidFileObjectSupport$InvalidFileObject@19b6cb0[/export1/sside/oss_project/CC]