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 177215 - org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: Instance [/Applications/NetBeans/glassfish-v3-b68/glassfish]deployer:gfv3ee6:localhost:4848 already registered
Summary: org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: I...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-19 08:34 UTC by davehun
Modified: 2010-03-01 15:41 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 161091


Attachments
stacktrace (1.21 KB, text/plain)
2009-11-19 08:34 UTC, davehun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davehun 2009-11-19 08:34:34 UTC
Build: NetBeans IDE 6.8 Beta (Build 200910212001)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-90, Java(TM) SE Runtime Environment, 1.6.0_15-b03-219
OS: Mac OS X, 10.6.2, x86_64

User Comments:
GUEST: Starting Netbeans

GUEST: Done nothing, Just starting netbeans...

GUEST: at startup

GUEST: trying to get the javadoc popup to show

GUEST: Activating JEE plugin after installation of 6.8 Beta

rsearjeant: Activating the Java Web and EE plugin.  Exception is thrown because I already have an instance of GF3 installed.  Really shouldn't show the exception dialog in this situation - either bind to existing GF instance or inform user.

davehun: loading a maven web app project

GUEST: restarting IDE.... had to kill it before because it seemed to hang the first time I ran it. The earlier hang seemed to happen as a result of trying to close all projects before things had settled down.



Stacktrace: 
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: Instance [/Applications/NetBeans/glassfish-v3-b68/glassfish]deployer:gfv3ee6:localhost:4848 already registered
        at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.checkInstanceAlreadyExists(ServerRegistry.java:276)
        at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:358)
        at org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:260)
        at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:117)
        at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:180)
        at org.netbeans.modules.glassfish.common.GlassfishInstance.resultChanged(GlassfishInstance.java:200)
Comment 1 davehun 2009-11-19 08:34:38 UTC
Created attachment 91358 [details]
stacktrace
Comment 2 Petr Hejl 2010-03-01 07:32:00 UTC
I guess this has been fixed.
Comment 3 Vince Kraemer 2010-03-01 15:41:53 UTC
this appears to have been resolved