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 162214 - org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: 0 handlers registered, no handlers for [C:\Program Files\glassfish-v3-prelude\glassfish]deployer:gfv3:localhost:8080
Summary: org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: 0...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vince Kraemer
URL: http://statistics.netbeans.org/except...
Keywords:
: 162719 163262 163996 164249 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-08 13:20 UTC by Jaroslav Pospisil
Modified: 2009-10-10 21:36 UTC (History)
13 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149171


Attachments
stacktrace (1.46 KB, text/plain)
2009-04-08 13:20 UTC, Jaroslav Pospisil
Details
stacktrace (2.05 KB, text/plain)
2009-04-23 04:33 UTC, nleck
Details
stacktrace (2.06 KB, text/plain)
2009-04-28 14:23 UTC, rajivderas
Details
stacktrace (2.07 KB, text/plain)
2009-04-29 09:56 UTC, jbehringer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2009-04-08 13:20:22 UTC
Build: NetBeans IDE Dev (Build 200904080201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b02
OS: Windows Vista, 6.0, x86

User Comments:
jpospisil: Activating modules in maven web application wizard (maven simple project created previously,new userdir).



Stacktrace: 
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: Failed to create instance GlassFish v3 Prelude Domain.  See the server log file for details.
        at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:356)
        at org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
        at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:112)
        at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
        at org.netbeans.modules.glassfish.common.GlassfishInstance.resultChanged(GlassfishInstance.java:185)
        at org.openide.util.lookup.AbstractLookup.notifyListeners(AbstractLookup.java:518)
Comment 1 Jaroslav Pospisil 2009-04-08 13:20:31 UTC
Created attachment 79726 [details]
stacktrace
Comment 2 Petr Hejl 2009-04-08 13:45:24 UTC
Is this ergonomics bug?
Comment 3 Vince Kraemer 2009-04-21 01:17:21 UTC
*** Issue 162719 has been marked as a duplicate of this issue. ***
Comment 4 _ pcw 2009-04-22 01:37:13 UTC
Vince and I looked into this today and after he had to leave, I spent some more time doing tests and instrumentation.

I have not reproduced this and Vince has been able to so only with extreme rarity.  We're going to have to crack this
nut based on postmortems and design analysis.

Notes so far:

1) From examination of ServerRegistry.addInstanceImpl(), there are three reasons InstanceCreateException might be thrown:
  a) There are no registered handlers for this instance
  b) There was a problem getting a disconnected deployment manager for the instance
  c) There was some general exception while adding the instance.

2) Due to a more informative message Vince added in later builds and the following trace that was filed, I believe all
of the occurrences of this trace are due to (a) above.  This implies that the proper handler had not yet been installed
at the time server initialization started.

org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: 0 handlers registered, no handlers for
[/mnt/common/glassfish-v3-prelude-b28c/glassfish]deployer:gfv3:localhost:8080
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:458)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
Caused: org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: Failed to create instance GlassFish
V3.  See the server log file for details.
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:356)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
[catch] at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:112)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:157)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:125)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:196)
        .....
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
   See http://statistics.netbeans.org/exceptions/messageslog?id=183413 for full trace

3) From adding some logging to ServerRegistry.init(), I see the thread that handles loading the handlers runs on the
"Lookup Dispatch Thread".  From the trace above, the initialization is clearly running on a RequestProcessor.

Preliminary conclusion: Race condition between the two threads mentioned in (3).

Possibly solution: Mutex that can be used to block access to server registry until it's been initialized from the layer.

More research is forthcoming.
Comment 5 _ pcw 2009-04-22 02:30:12 UTC
Hmmm, on further investigation, the RequestProcessor thread in the stack trace may actually be the "Lookup Dispatch
Thread"... so we must keep digging.
Comment 6 _ pcw 2009-04-22 02:33:33 UTC
Note I'm testing the following use case:  Start NetBeans with new userdir and properties to cause autoinstall of V2.1
and V3 servers.  I close the start page, select the Services Page and open the Server node.

In 6.7, the description above is what happens.  In 6.5, the server registry is initialized on the AWT thread as soon as
the Services page is clicked.  This means that server plugin initialization is complete before the user can open the
Server node at all.
Comment 7 Vince Kraemer 2009-04-22 05:43:51 UTC
thanks for taking a look at this.

Similar exception reports: http://statistics.netbeans.org/exceptions/detail.do?id=54353,
http://statistics.netbeans.org/exceptions/detail.do?id=147818, http://statistics.netbeans.org/exceptions/detail.do?id=137190

approximate number of reports: 84.
Comment 8 Vince Kraemer 2009-04-22 05:59:20 UTC
*** Issue 163262 has been marked as a duplicate of this issue. ***
Comment 9 Vince Kraemer 2009-04-23 00:10:13 UTC
*** Issue 163425 has been marked as a duplicate of this issue. ***
Comment 10 nleck 2009-04-23 04:32:57 UTC
Build: NetBeans IDE Dev (Build 200904210201)
VM: Java HotSpot(TM) Client VM, 1.5.0_17-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_17-b04
OS: Linux, 2.6.18-1.2798.fc6, i386

User Comments: 
trying to turn on Java EE

Stacktrace: 
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: Failed to create instance GlassFish V3.  See the server log file for details.
        at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:356)
        at org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
        at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:112)
        at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
        at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
        at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
Comment 11 nleck 2009-04-23 04:33:02 UTC
Created attachment 80734 [details]
stacktrace
Comment 12 Vince Kraemer 2009-04-27 17:30:31 UTC
It appear that this is an issue that folks encounter kind of randomly on 'first start'.

Secondary restarts don't seem to exhibit this problem.
Comment 13 rajivderas 2009-04-28 14:23:09 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: OpenJDK Client VM, 14.0-b10, Java(TM) SE Runtime Environment, 1.6.0_14-ea-b01
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: Failed to create instance GlassFish V3.  See the server log file for details.
        at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:356)
        at org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
        at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:112)
        at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
        at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
        at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
Comment 14 rajivderas 2009-04-28 14:23:19 UTC
Created attachment 81078 [details]
stacktrace
Comment 15 Vince Kraemer 2009-04-29 04:43:03 UTC
*** Issue 163996 has been marked as a duplicate of this issue. ***
Comment 16 jbehringer 2009-04-29 09:56:26 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments: 
continue

Stacktrace: 
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: Failed to create instance GlassFish v3 Prelude Domain.  See the server log file for details.
        at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:356)
        at org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
        at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:112)
        at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
        at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
        at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
Comment 17 jbehringer 2009-04-29 09:56:31 UTC
Created attachment 81172 [details]
stacktrace
Comment 18 Vince Kraemer 2009-05-01 15:42:34 UTC
*** Issue 164249 has been marked as a duplicate of this issue. ***
Comment 19 Quality Engineering 2009-05-04 19:06:06 UTC
Integrated into 'main-golden', will be available in build *200905041401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9555c3665649
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #162214: this appears to resolve the problem... today
Comment 20 Vince Kraemer 2009-05-04 19:33:10 UTC
now available in 'released' builds.
Comment 21 _ ludo 2009-05-24 19:40:58 UTC
can reproduce in nightly build on opne=ensolaris
http://statistics.netbeans.org/analytics/exception.do?id=207507
Product Version: NetBeans IDE Dev (Build 200905240201)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: SunOS version 5.11 running on x86; UTF-8; en_US (nb)
Userdir: /export/home/ludo/.netbeans/dev
with fresh user dir


Also, the nb output dialog shows square characters...Yes, squares instead of ascii characters, somr=e red, some black
Comment 22 _ ludo 2009-05-24 19:43:13 UTC
disastrous first run experience...

Also the NetBeans text info :
Upload of NetBeans Error Report Complete
Your report has been classified as a duplicate of report #149171. It has now been added to the database as exception
#207507.
This issue was already fixed.
Please update your build of NetBeans to the latest build of TBD where issue #162214 is fixed. If you are already using a
newer build, this issue will be reopened automatically.
Thanks again for your help.  The NetBeans development team!


Did not reopen the issue automatically as mentioned which would be another bug in the automatic crash report system
Comment 23 _ ludo 2009-05-24 19:44:36 UTC
terminal console shows
14)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [org.netbeans.modules.j2ee.deployment.impl.ServerRegistry]
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Registry mismatch for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at
org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.getDisconnectedDeploymentManager(Hk2DeploymentFactory.java:176)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:176)
[catch] at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:440)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
WARNING [glassfish-javaee]
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: 12 handlers registered, no handlers for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:458)
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:354)
Caused: org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: Failed to create instance Personal
GlassFish v3 Prelude Domain.  See the server log file for details.
	at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:356)
	at
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
[catch] at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:114)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:165)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.updateModuleSupport(GlassfishInstance.java:180)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.<init>(GlassfishInstance.java:132)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at org.netbeans.modules.glassfish.common.CreateDomain.run(CreateDomain.java:196)
INFO [glassfish-javaee]: Unable to create/locate J2EE InstanceProperties for
[/opt/sges-v3-prelude/glassfish]deployer:gfv3:localhost:38563
WARNING [glassfish]: org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory@4c6f9 created a null module
INFO [org.netbeans.modules.uihandler.Installer]: findIdentity:
e86fc5f0-ded1-4b71-bc50-b7d311af6645_57150bbc-132a-4b20-9ebd-429c11255ef9
Comment 24 _ ludo 2009-05-24 19:50:38 UTC
a restart shows the v3p personal domain
Nothing for v2.1

Nb installed as root on std location: /opt
Since /opt is RO for me, the v3p log file shows: (gf bug which is not friendly with RO install areas for normal users?)
INFO: Listening on port 38531
INFO: Started bundle org.glassfish.common.container-common [102]
INFO: Started bundle org.glassfish.common.glassfish-naming [86]
WARNING: /opt/sges-v3-prelude/glassfish/.. can't be written to, download will fail
INFO: Started bundle org.glassfish.common.glassfish-api [103]
INFO: The Admin Console Web Application has been downloaded.
Comment 25 _ ludo 2009-05-24 20:05:20 UTC
same exception after installing v3 enabler and downloading v3 bits
Comment 26 Vince Kraemer 2009-05-25 15:16:50 UTC
The issue that caused ludo to reopen this is caused by the fix for issue 162741.  I have opened issue 165957 to track it
and am closing this one...

This issue gets triggered because 165957 prevents the server from ever getting registered....
Comment 27 Vince Kraemer 2009-05-25 15:17:32 UTC
forgot to close...
Comment 28 Jaroslav Pospisil 2009-06-22 13:46:37 UTC
v.