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 215945 - org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: No handlers for [C:\glassfish3\glassfish]deployer:gfv3ee6wc:localhost:4848
Summary: org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: N...
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-25 12:40 UTC by Exceptions Reporter
Modified: 2012-11-22 14:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191015


Attachments
stacktrace (9.52 KB, text/plain)
2012-07-25 12:40 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-07-25 12:40:30 UTC
This bug was originally marked as duplicate of bug 184183, 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.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

Stacktrace: 
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: No handlers for [C:\glassfish3\glassfish]deployer:gfv3ee6wc:localhost:4848
   at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:523)
   at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:519)
   at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:381)
   at org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.createInstancePropertiesWithoutUI(InstanceProperties.java:263)
   at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.createModule(JavaEEServerModuleFactory.java:122)
   at org.netbeans.modules.glassfish.common.GlassfishInstance.updateFactories(GlassfishInstance.java:194)
Comment 1 Exceptions Reporter 2012-07-25 12:40:33 UTC
Created attachment 122352 [details]
stacktrace
Comment 2 TomasKraus 2012-11-22 14:40:28 UTC
createInstancePropertiesWithoutUI call is no more in 7.3 sources. It was replaced with createInstancePropertiesNonPersistent.

Closing this issue as invalid for 7.3 and later versions.