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 258165 - IllegalArgumentException: Attempted to pass a non-directory to findProject: C:\Users\ramse\Documents\NetBeansProjects\jenni\jenni@374cae5c:2e41e2e4
Summary: IllegalArgumentException: Attempted to pass a non-directory to findProject: C...
Status: NEW
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on: 252593
Blocks:
  Show dependency tree
 
Reported: 2016-02-27 14:50 UTC by ramseys1990
Modified: 2017-06-27 20:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222746


Attachments
stacktrace (2.16 KB, text/plain)
2016-02-27 14:50 UTC, ramseys1990
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ramseys1990 2016-02-27 14:50:36 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 10

User Comments:
ramseys1990: Attempting to clone directory from github




Stacktrace: 
java.lang.IllegalArgumentException: Attempted to pass a non-directory to findProject: C:\Users\ramse\Documents\NetBeansProjects\jenni\jenni@374cae5c:2e41e2e4
   at org.netbeans.api.project.ProjectManager.findProject(ProjectManager.java:165)
   at org.netbeans.spi.project.support.ant.ProjectGenerator$1.run(ProjectGenerator.java:130)
   at org.netbeans.spi.project.support.ant.ProjectGenerator$1.run(ProjectGenerator.java:123)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.writeAccess(DefaultMutexImplementation.java:293)
   at org.openide.util.Mutex.writeAccess(Mutex.java:299)
   at org.netbeans.spi.project.support.ant.ProjectGenerator.createProject0(ProjectGenerator.java:123)
Comment 1 ramseys1990 2016-02-27 14:50:38 UTC
Created attachment 158665 [details]
stacktrace
Comment 2 Tomas Stupka 2016-07-06 09:34:56 UTC
o.n.m.python.project.templates.NewPythonProjectWizardIterator.createProject passes a non-directory to ProjectGenerator.createProject() -> ProjectManager.findProject()
please evaluate
Comment 3 Jenselme 2017-06-22 20:01:48 UTC
Cannot reproduce but I hit #252593 Will solve it before trying to do anything on this bug.
Comment 4 Jenselme 2017-06-27 20:57:39 UTC
Tried to reproduce this in the cases I don't hit #252593 without success. Can you provide me with a link to the repo that causes the exception?