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 271632 - Failed to create new project with existing sources in NetBeans plus Docker container
Summary: Failed to create new project with existing sources in NetBeans plus Docker co...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-13 00:59 UTC by peakmountain
Modified: 2017-10-13 05:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (117.10 KB, text/plain)
2017-10-13 00:59 UTC, peakmountain
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peakmountain 2017-10-13 00:59:50 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Linux version 4.4.87-18.29-default running on amd64
Java; VM; Vendor = 1.8.0_144
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.144-b01

Reproducibility: Happens every time

STEPS:
  * Configure Docker in NetBeans and attach to the container.
  * Configure a new build host, whose IP Address is docker container.
  * Connect to the new added build host.
  * Add new C/C++ project with Existing Source at the new added build host. 

ACTUAL:
  Failed to create new project.
  Error message "java.lang.illegalArgumentException: Already a org.netbeans.modules.cnd.makeproject.MakeProjectImpl in dev@172.17.0.2:/home/xxxx/xxxx [valid]"

EXPECTED:
  Success to add new project with Existing Source at the remote build host.
Comment 1 peakmountain 2017-10-13 00:59:53 UTC
Created attachment 165279 [details]
IDE log