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 184975 - NullPointerException at clojure.lang.Reflector.invokeInstanceMethod
Summary: NullPointerException at clojure.lang.Reflector.invokeInstanceMethod
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-26 11:42 UTC by Exceptions Reporter
Modified: 2010-04-26 11:43 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 164450


Attachments
stacktrace (5.98 KB, text/plain)
2010-04-26 11:43 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-04-26 11:42:58 UTC
This issue was reported manually by mmirilovic.
It already has 33 duplicates 


Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

User Comments:
bruceba: Attempted to create a new clojure project (File -> New Project -> Next -> Finish), project is not created.
Please close this -- once I ran the Option dialog to set the default Clojure classpath everything worked fine.

GUEST: Opening a new clojure project

GUEST: creating a new Clojure project

klauern: Created a new Clojure project from scratch.  Now clojure project won't open, so it seems I can't create Clojure projects at all.

GUEST: Trying to start a new Clojure Project.  The project folder is successfully created in NetBeansProjects; however, the project doesn't display in Netbeans' open projects window (and I get this NPE).

Windows 7 x64 v 6.1
NB 6.8
JDK 1.6.0_19 64 hotspot

GUEST: Creating a new clojure project with enclojure.

GUEST: Trying to create a new clojure project

GUEST: installed clojure support, created new project

GUEST: creating an empty clojure project

GUEST: Created a new Clojure project

GUEST: I was trying to create a new Clojure project using the latest version of Clojure 1.1.0

GUEST: Making a new project with Enclojure plugin

GUEST: creating a new closure project

GUEST: Creating a new Clojure project, using Enclojure.  It failed on step 2 of "New Project"

GUEST: Trying to use the enclojure development environment to create a new project

GUEST: Installed enclojure plugin, tried to create new Clojure project and received error after clicking done/finished.

GUEST: trying to create a new Clojure project




Stacktrace: 
java.lang.NullPointerException
   at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:26)
   at org.enclojure.ide.preferences.platform_options$proper_libname__1276.invoke(platform_options.java:79)
   at org.enclojure.ide.preferences.platform_options$ensure_libs__1280.invoke(platform_options.java:86)
   at org.enclojure.ide.preferences.platform_options$get_clojure_default_lib__1545.invoke(platform_options.java:567)
   at org.enclojure.ide.nb.clojure.project.create$package_tags__1588.invoke(create.java:123)
   at org.enclojure.ide.nb.clojure.project.create$unzip_project_files__1641.invoke(create.java:218)
Comment 1 Exceptions Reporter 2010-04-26 11:43:07 UTC
Created attachment 98020 [details]
stacktrace