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

Summary: IllegalArgumentException: GlassFish server domains root full path shall not be null.
Product: serverplugins Reporter: Maksim Khramov <mkhramov>
Component: GlassFishAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205072
Attachments: stacktrace

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.