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 238992 - NullPointerException at org.glassfish.tools.ide.server.config.ConfigBuilderProvider.getBuilderConfig
Summary: NullPointerException at org.glassfish.tools.ide.server.config.ConfigBuilderPr...
Status: RESOLVED DUPLICATE of bug 254417
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-11-30 10:42 UTC by Exceptions Reporter
Modified: 2015-08-17 12:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205684


Attachments
stacktrace (1.36 KB, text/plain)
2013-11-30 10:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-11-30 10:42:05 UTC
This bug was originally marked as duplicate of bug 231659, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
EduardKarelEtc: saving a mdofied file or running a file triggers the exception. this is a fresh install of the IDE

GUEST: server log problem




Stacktrace: 
java.lang.NullPointerException
   at org.glassfish.tools.ide.server.config.ConfigBuilderProvider.getBuilderConfig(ConfigBuilderProvider.java:97)
   at org.glassfish.tools.ide.server.config.ConfigBuilder.fetch(ConfigBuilder.java:249)
   at org.glassfish.tools.ide.server.config.ConfigBuilder.getJavaSEConfig(ConfigBuilder.java:321)
   at org.netbeans.modules.glassfish.javaee.Hk2JavaEEPlatformFactory.getJ2eePlatformImpl(Hk2JavaEEPlatformFactory.java:194)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getJ2eePlatformImpl(ServerInstance.java:347)
   at org.netbeans.modules.j2ee.deployment.impl.query.J2eePlatformSourceForBinaryQuery.findSourceRoots2(J2eePlatformSourceForBinaryQuery.java:103)
Comment 1 Exceptions Reporter 2013-11-30 10:42:07 UTC
Created attachment 142740 [details]
stacktrace
Comment 2 Petr Hejl 2015-04-27 11:02:31 UTC
Which server version do you use?
Comment 3 Petr Hejl 2015-08-17 12:56:51 UTC

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