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 244940 - Unable to start Wildfly when Wildfly is installed in a directory name with "space"
Summary: Unable to start Wildfly when Wildfly is installed in a directory name with "s...
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.0
Hardware: PC Windows 8 x64
: P1 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-08 07:41 UTC by maxlam
Modified: 2014-06-22 01:24 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 maxlam 2014-06-08 07:41:40 UTC
Hi,

So happen that my Wildfly Server is installed in a directory name with "space", for example: C:\Software Development\Java\wildfly-8.0.0.Final

I have done the necessary configuration for Wildfly on Netbeans 8.0, made a simple Java -> Web  Application and configure it to run on the Wildfly server which I have added, when I click on the Run button, the netbeans' console states:


Calling "C:\Software Development\Java\wildfly-8.0.0.Final\bin\standalone.conf.bat"
"JAVA_OPTS already set in environment; overriding default settings with values: -Xms512m -Xmx2014m -server -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.base.dir=C:\Software Development\Java\wildfly-8.0.0.Final\standalone"
Setting JAVA property to "C:\Software Development\Java\jdk1.8.0\bin\java"
===============================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: "C:\Software Development\Java\wildfly-8.0.0.Final"

  JAVA: "C:\Software Development\Java\jdk1.8.0\bin\java"

  JAVA_OPTS: "-XX:+UseCompressedOops -Dprogram.name=standalone.bat -Xms512m -Xmx2014m -server -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.base.dir=C:\Software Development\Java\wildfly-8.0.0.Final\standalone"

===============================================================================

Press any key to continue . . . Error: Could not find or load main class Development\Java\wildfly-8.0.0.Final\standalone


Would truly appreciate if this issue could be addressed and fix. Thank you so much for the kind efforts.
Comment 1 Quality Engineering 2014-06-22 01:24:52 UTC
Integrated into 'main-silver', will be available in build *201406220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3f1ee24af3cd
User: Emmanuel Hugonnet <ehsavoie@netbeans.org>
Log: Partial fix for #244940 : it won't work with space in the installation forlder if you 're not using the default configuration dir.