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 150651 - JBoss - Start in Debug Mode
Summary: JBoss - Start in Debug Mode
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-19 19:37 UTC by cvasilak
Modified: 2009-09-18 22:16 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 cvasilak 2008-10-19 19:37:56 UTC
Hi there,

first, some details of my environment:

----------
-NetBeans 6.5 version netbeans-dev-200810181401

$ java -version
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)2.6.24-21-generic

Ubuntu 8.04.1 kernel 2.6.24-21-generic
----------

I have successfully registered jboss 4.2.3.GA in the IDE and jboss starts up just fine. When I right click though and
try to start jboss in Debug mode, netbeans passes the "-classic" option in the java vm and I get in the output:

"Warning: classic VM not supported; client VM will be used"

If I right click choose properties and in the VM options I specify -server the option although it is passed in the java
vm, it is ignored because the -classic option is passed also so the java vm falls back to the -client vm.

Let me know if you need more details

Regards,
Christos
Comment 1 Thuy.d Nguyen 2008-12-18 23:39:13 UTC
Reproducible in latest development build of NB 7.0 on Solaris x86, JDK 1.6.0_10; 

The -classic option to select classic VM has been removed since java 1.4 and is no longer support in later version.
Comment 2 Petr Hejl 2009-09-17 13:02:39 UTC
Fixed in web-main e96ad472af85.
Comment 3 Quality Engineering 2009-09-18 22:16:28 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e96ad472af85
User: phejl@netbeans.org
Log: #150651 JBoss - Start in Debug Mode