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 242931 - WildFly server fails to start with the 32-bit JVM with version 1.0.11 of the WildFly NetBeans plugin
Summary: WildFly server fails to start with the 32-bit JVM with version 1.0.11 of the ...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.0
Hardware: PC Windows Vista
: P1 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-15 20:13 UTC by jplatts
Modified: 2014-03-20 10:26 UTC (History)
1 user (show)

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 jplatts 2014-03-15 20:13:34 UTC
The WildFly server fails to start with the 32-bit JVM with version 1.0.11 of the WildFly NetBeans plugin because the -XX:+UseCompressedOops option is automatically added to the JVM options for the WildFly server. This issue does not occur in earlier versions of the WildFly server plugin. The version of the JDK on the computer that is experiencing this problem is JDK 7 Update 51, and the issue is encountered using NetBeans Build 201403150001.

Here is the link to the location where the -XX:+UseCompressedOops is appended to the JVM options in the javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/ide/WildflyStartRunnable.java file: http://hg.netbeans.org/main/file/32f9c526cb51/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/ide/WildflyStartRunnable.java#l210

The -XX:+UseCompressedOops option should not be automatically added to the command line because 32-bit JVMs will fail to start if this option is passed to the command line.
Comment 1 ehsavoie 2014-03-20 10:26:29 UTC
Should be fixed in 1.0.12