[jboss-jira] [JBoss JIRA] (WFCORE-4386) Unable to start WF with JDK11 and GC log enabled with space in folder name

Marek Kopecký (Jira) issues at jboss.org
Tue Mar 26 05:20:00 EDT 2019


     [ https://issues.jboss.org/browse/WFCORE-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Kopecký updated WFCORE-4386:
----------------------------------
    Description: 
Unable to start WF with JDK11 and GC log enabled with space in folder name

"w f/bin/standalone.ps1"

Log:
{noformat}
[0.005s][error][logging] Missing terminating quote in -Xlog option 'file="C:\Users\Administrator\playground\w'
Invalid -Xlog option '-Xlog:gc*:file="C:\Users\Administrator\playground\w', see error log for details.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
{noformat}

The issue is caused by [this line of common.ps1 file|https://github.com/wildfly/wildfly-core/blob/master/core-feature-pack/src/main/resources/content/bin/common.ps1#L186]

  was:
Unable to start WF with JDK11 and GC log enabled

Log:
{noformat}
[0.005s][error][logging] Missing terminating quote in -Xlog option 'file="C:\Users\Administrator\playground\w'
Invalid -Xlog option '-Xlog:gc*:file="C:\Users\Administrator\playground\w', see error log for details.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
{noformat}

The issue is caused by [this line of common.ps1 file|https://github.com/wildfly/wildfly-core/blob/master/core-feature-pack/src/main/resources/content/bin/common.ps1#L186]



> Unable to start WF with JDK11 and GC log enabled with space in folder name
> --------------------------------------------------------------------------
>
>                 Key: WFCORE-4386
>                 URL: https://issues.jboss.org/browse/WFCORE-4386
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Scripts
>            Reporter: Marek Kopecký
>            Assignee: James Perkins
>            Priority: Major
>
> Unable to start WF with JDK11 and GC log enabled with space in folder name
> "w f/bin/standalone.ps1"
> Log:
> {noformat}
> [0.005s][error][logging] Missing terminating quote in -Xlog option 'file="C:\Users\Administrator\playground\w'
> Invalid -Xlog option '-Xlog:gc*:file="C:\Users\Administrator\playground\w', see error log for details.
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> {noformat}
> The issue is caused by [this line of common.ps1 file|https://github.com/wildfly/wildfly-core/blob/master/core-feature-pack/src/main/resources/content/bin/common.ps1#L186]



--
This message was sent by Atlassian Jira
(v7.12.1#712002)



More information about the jboss-jira mailing list