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 226232 - NullPointerException at org.glassfish.tools.ide.server.config.ConfigBuilderProvider.getBuilder
Summary: NullPointerException at org.glassfish.tools.ide.server.config.ConfigBuilderPr...
Status: RESOLVED DUPLICATE of bug 226245
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-17 18:29 UTC by Maksim Khramov
Modified: 2013-02-20 01:31 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198621


Attachments
stacktrace (11.27 KB, text/plain)
2013-02-17 18:29 UTC, Maksim Khramov
Details
stacktrace (6.14 KB, text/plain)
2013-02-18 05:58 UTC, Martin Fousek
Details
stacktrace (4.91 KB, text/plain)
2013-02-18 08:01 UTC, abien
Details
stacktrace (4.68 KB, text/plain)
2013-02-18 14:07 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2013-02-17 18:29:24 UTC
Build: NetBeans IDE Dev (Build 201302162300)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.5-b03, Java(TM) SE Runtime Environment, 1.6.0_30-b12
OS: Windows 7

User Comments:
GUEST: During starting IDE it was opening a project




Stacktrace: 
java.lang.NullPointerException
   at org.glassfish.tools.ide.server.config.ConfigBuilderProvider.getBuilder(ConfigBuilderProvider.java:104)
   at org.netbeans.modules.glassfish.javaee.Hk2LibraryProvider.getLibraryClassPathURLs(Hk2LibraryProvider.java:441)
   at org.netbeans.modules.glassfish.javaee.Hk2LibraryProvider.getJavaEEClassPathURLs(Hk2LibraryProvider.java:339)
   at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.ensureGlassFishApiSupport(JavaEEServerModuleFactory.java:274)
   at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.access$200(JavaEEServerModuleFactory.java:79)
   at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory$1.run(JavaEEServerModuleFactory.java:150)
Comment 1 Maksim Khramov 2013-02-17 18:29:26 UTC
Created attachment 131494 [details]
stacktrace
Comment 2 Martin Fousek 2013-02-18 05:58:50 UTC
Created attachment 131510 [details]
stacktrace

Just started IDE
Comment 3 Exceptions Reporter 2013-02-18 07:55:52 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=198621
Comment 4 abien 2013-02-18 08:01:52 UTC
Created attachment 131517 [details]
stacktrace

Happened during opening two maven javaee 7 projects
Comment 5 Exceptions Reporter 2013-02-18 14:07:52 UTC
Created attachment 131531 [details]
stacktrace
Comment 6 Exceptions Reporter 2013-02-19 03:19:53 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=198621
Comment 7 TomasKraus 2013-02-20 01:31:45 UTC

*** This bug has been marked as a duplicate of bug 226245 ***