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 164249 - Exception occurs when expand Servers node
Summary: Exception occurs when expand Servers node
Status: RESOLVED DUPLICATE of bug 162214
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-30 22:34 UTC by davisn
Modified: 2009-05-01 15:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception Message (28.22 KB, image/png)
2009-04-30 22:36 UTC, davisn
Details
messages.log (51.22 KB, text/plain)
2009-04-30 22:36 UTC, davisn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2009-04-30 22:34:56 UTC
-This is a regression problem with today 04/30/2009 build (All version)
-InstanceCreationException occurs when expands Server node

Steps To Reproduce
1. Install NB6.7 Trunk build (04/30/2009) on winXP, jdk1.6.0_13
2. Start Netbean IDE from command line
3. From Tools tab, select Servers menu 
4. Click to expand Servers node
BUG:
    Exception occurs. Please see the log and screen shot files for problem in detail
   org.netbeans.modules.j2ee.deployment.plugins.api.InstanceCreationException: 1 handlers registered, no handlers for
[E:\Program Files (x86)\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)
Comment 1 davisn 2009-04-30 22:36:06 UTC
Created attachment 81356 [details]
Exception Message
Comment 2 davisn 2009-04-30 22:36:52 UTC
Created attachment 81357 [details]
messages.log
Comment 3 davisn 2009-04-30 22:51:23 UTC
After exception I still can work with the IDE, downgrade to P2
Comment 4 Vince Kraemer 2009-05-01 15:42:36 UTC

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