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 238043 - IllegalArgumentException: GlassFish server domains root full path shall not be null.
Summary: IllegalArgumentException: GlassFish server domains root full path shall not b...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-06 12:38 UTC by Maksim Khramov
Modified: 2015-05-05 09:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205072


Attachments
stacktrace (1.56 KB, text/plain)
2013-11-06 12:38 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2013-11-06 12:38:54 UTC
Build: NetBeans IDE Dev (Build 201311050001)
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:
mkhramov: Registering remote GF4 instance




Stacktrace: 
java.lang.IllegalArgumentException: GlassFish server domains root full path shall not be null.
   at org.glassfish.tools.ide.utils.ServerUtils.getDomainConfigFile(ServerUtils.java:900)
   at org.netbeans.modules.glassfish.common.parser.DomainXMLChangeListener.registerListener(DomainXMLChangeListener.java:76)
   at org.netbeans.modules.glassfish.common.GlassfishInstanceProvider.addServerInstance(GlassfishInstanceProvider.java:277)
   at org.netbeans.modules.glassfish.common.GlassfishInstance.allowPublicAccess(GlassfishInstance.java:1543)
   at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:449)
   at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:426)
Comment 1 Maksim Khramov 2013-11-06 12:38:55 UTC
Created attachment 141895 [details]
stacktrace
Comment 2 Maksim Khramov 2013-11-06 12:47:18 UTC
No instance registered
Comment 3 Petr Hejl 2015-05-05 09:15:54 UTC
This seems to be already fixed by rev 4a58788b1f2a.