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 160065 - V3 Experimental: Unable to start Server from cmd
Summary: V3 Experimental: Unable to start Server from cmd
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-11 02:45 UTC by davisn
Modified: 2009-03-11 04:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2009-03-11 02:45:14 UTC
Unable to start V3 domain1 from command line
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException error message occurs after start domain1

Steps To Reproduce
1. Install NB 6.7 Trunk (03/10/2009) build
2. Start IDE with V3 experimental feature
2. Activate JavaEE components
3. Register V3 by download the server
4. From the command line, select to start domain1 by using asadmin command
     asadmin start-domain

BUG:
     E:\Documents and Settings\Administrator\GlassFish_v3\glassfish\bin>asadmin start-domain
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
Command start-domain failed.
Comment 1 Vince Kraemer 2009-03-11 04:33:45 UTC
this is a manifestation of https://glassfish.dev.java.net/issues/show_bug.cgi?id=7038

this cannot be fixed by the plugin