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 163996 - InstanceCreationException occurs when activate JavaEE components
Summary: InstanceCreationException occurs when activate JavaEE components
Status: RESOLVED DUPLICATE of bug 162214
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-29 03:09 UTC by davisn
Modified: 2009-04-29 04:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (50.99 KB, text/plain)
2009-04-29 03:10 UTC, davisn
Details
ExceptionMessage (9.20 KB, image/png)
2009-04-29 03:11 UTC, davisn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2009-04-29 03:09:54 UTC
-InstanceCreationException occurs when expand Servers node

Steps To Reproduce:
1. Install NB trunk build (04/28/09) on winXP with jdk1.6.0
2. Start the IDE
3. Go to Windows tab, select Services menu
4. Click Servers node to expand
BUG:
    Exception occurs, please see the attached screenshot and log files

    org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: 1 handlers registered, no handlers for
[C:\Program Files\glassfish-v3-prelude\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 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: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)
	at org.netbeans.modules.glassfish.common.GlassfishInstance.create(GlassfishInstance.java:217)
	at
org.netbeans.modules.glassfish.common.GlassfishInstanceProvider.registerDefaultInstance(GlassfishInstanceProvider.java:611)
	at org.netbeans.modules.glassfish.common.GlassfishInstanceProvider.init(GlassfishInstanceProvider.java:387)
	at org.netbeans.modules.glassfish.common.GlassfishInstanceProvider.<init>(GlassfishInstanceProvider.java:183)
	at org.netbeans.modules.glassfish.common.GlassfishInstanceProvider.getPrelude(GlassfishInstanceProvider.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Comment 1 davisn 2009-04-29 03:10:37 UTC
Created attachment 81147 [details]
messages.log
Comment 2 davisn 2009-04-29 03:11:26 UTC
Created attachment 81148 [details]
ExceptionMessage
Comment 3 Vince Kraemer 2009-04-29 04:43:04 UTC

*** This issue has been marked as a duplicate of 162214 ***