Bug 1091198 - Domain directory properties only work on specific operating systems
Summary: Domain directory properties only work on specific operating systems
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Scripts and Commands
Version: unspecified
Hardware: Unspecified
OS: Other
urgent
urgent
Target Milestone: ER1
: EAP 6.4.0
Assignee: James Perkins
QA Contact: Petr Kremensky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-25 07:57 UTC by dereed
Modified: 2019-08-19 12:42 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-08-19 12:42:49 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1041417 0 urgent CLOSED Standalone.bat improvements 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker WFLY-3285 0 Major Resolved Domain directory properties only work on specific operating systems 2017-10-10 09:33:43 UTC

Internal Links: 1041417

Description dereed 2014-04-25 07:57:33 UTC
domain.sh only parses -Djboss.domain.base.dir, -Djboss.domain.log.dir, and -Djboss.domain.config.dir (used to set -Dlogging.configuration and -Dorg.jboss.boot.log.file) on Linux, Solaris, and OS X.

It does not attempt to parse these (and therefore does not set the logging properties correctly) on any other OS, including AIX.

Comment 9 dereed 2014-11-21 18:01:50 UTC
The same issue is present in standalone.sh.

Comment 11 Petr Kremensky 2014-11-27 13:55:18 UTC
There is problem with -Djboss.domain.log.dir on Solaris10 hosts, see https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-6x-scripts-dirs_change-solaris/ other certified combinations are working as expected.

Comment 13 Petr Kremensky 2014-12-08 07:33:53 UTC
https://github.com/jbossas/jboss-eap/pull/2082 breaks the usage on windows (domain.bat). 

-Djboss.server.base.dir   -> -Djboss.domain.base.dir
-Djboss.server.config.dir -> -Djboss.domain.config.dir
-Djboss.server.log.dir    -> -Djboss.domain.log.dir

Comment 15 Petr Kremensky 2015-01-14 13:10:43 UTC
Verified on EAP 6.4.0.ER1

Comment 16 JBoss JIRA Server 2015-01-14 13:28:56 UTC
Tomaz Cerar <tomaz.cerar> updated the status of jira WFLY-3285 to Resolved


Note You need to log in before you can comment on or make changes to this bug.