[JBoss JIRA] (WFCORE-79) ExplodedDeploymentMarker is not set for sub deployments
by Jacob Ilsø (JIRA)
[ https://issues.jboss.org/browse/WFCORE-79?page=com.atlassian.jira.plugin.... ]
Jacob Ilsø edited comment on WFCORE-79 at 10/30/14 4:47 AM:
------------------------------------------------------------
We're seeing issue WFLY-3765 in WildFly 8.1.0.Final. How was this fixed in 9.0.0.Alpha1? I can't see any code changes related to this (WFCORE-79) issue.
was (Author: jacobilsoe):
We're seeing issue WLFY-3765 in WildFly 8.1.0.Final. How was this fixed in 9.0.0.Alpha1? I can't see any code changes related to this (WFCORE-79) issue.
> ExplodedDeploymentMarker is not set for sub deployments
> -------------------------------------------------------
>
> Key: WFCORE-79
> URL: https://issues.jboss.org/browse/WFCORE-79
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Affects Versions: 1.0.0.Alpha5
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
> Fix For: 1.0.0.Alpha6
>
>
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months
[JBoss JIRA] (WFLY-4032) Standalone.bat not support log dir with spaces in path (jboss.server.log.dir)
by Duc Quoc (JIRA)
Duc Quoc created WFLY-4032:
------------------------------
Summary: Standalone.bat not support log dir with spaces in path (jboss.server.log.dir)
Key: WFLY-4032
URL: https://issues.jboss.org/browse/WFLY-4032
Project: WildFly
Issue Type: Bug
Components: Batch, Logging, Scripts
Affects Versions: 8.1.0.Final
Environment: Windows 7
Reporter: Duc Quoc
Assignee: James Perkins
Priority: Minor
I tried to specify a custom log folder for WildFly, by overriding property jboss.server.log.dir
https://docs.jboss.org/author/display/WFLY8/Command+line+parameters
But it only works for folder without space in path. The ones with space when used with "jboss.server.log.dir" will prevent wildfly from starting.
Working:
C:\>start C:\wildfly-8.1.0.Final\bin\standalone.bat
C:\>start C:\wildfly-8.1.0.Final\bin\standalone.bat -Djboss.server.log.dir="C:\Windows"
Not working (server can not start):
C:\>start C:\wildfly-8.1.0.Final\bin\standalone.bat -Djboss.server.log.dir="C:\Program Files"
(More info:
JBoss AS 7.1 works:
C:\> start C:\jboss-as-7.1.1.Final\bin\standalone.bat -Djboss.server.log.dir="C:\Program Files"
JBoss EAP 6 and WildFly 8.0 not working either:
C:\> start C:\jboss-eap-6.2\bin\standalone.bat -Djboss.server.log.dir="C:\Program Files"
C:\> start C:\wildfly-8.0.0.Final\bin\standalone.bat -Djboss.server.log.dir="C:\Program Files"
Aready tried setting jboss.server.log.dir="C:\Program Files" in JAVA_OPTS but did not work either. Should have been fixed in WFLY-1358 or WFLY-2348.
)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months