Bug 977794 - Scripts for running EAP as service on RHEL contains unsupported option "reload"
Summary: Scripts for running EAP as service on RHEL contains unsupported option "reload"
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Scripts and Commands
Version: 6.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: EAP 6.4.0
Assignee: Permaine Cheung
QA Contact: Marek Kopecky
URL:
Whiteboard:
Depends On:
Blocks: 1134813
TreeView+ depends on / blocked
 
Reported: 2013-06-25 10:49 UTC by Petr Kremensky
Modified: 2019-03-01 12:28 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1134813 (view as bug list)
Environment:
RHEL
Last Closed: 2019-03-01 12:28:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBEAP-1078 0 Minor Closed Scripts for running EAP as service on RHEL contains unsupported option "reload" in help message 2018-09-20 12:22:29 UTC

Description Petr Kremensky 2013-06-25 10:49:40 UTC
jboss-as-standalone.sh and jboss-as-domain.sh contains reload option, but this option is not supported by the script and returns usage message.

part of script:
...
case "$1" in
  start)
      start
      ;;
  stop)
      stop
      ;;
  restart)
      $0 stop
      $0 start
      ;;
  status)
      status
      ;;
  *)
      ## If no parameters are given, print which are avaiable.
      echo "Usage: $0 {start|stop|status|restart|reload}"
      exit 1
      ;;
esac

case for reload is missing.

Comment 1 Permaine Cheung 2013-06-25 15:28:52 UTC
Brian, can you please look into this? Thanks!

Comment 2 Brian Stansberry 2013-07-01 15:00:23 UTC
Just remove "|reload" from the usage text.

Comment 6 JBoss JIRA Server 2015-10-26 08:59:48 UTC
Tomaz Cerar <tomaz.cerar> updated the status of jira JBEAP-1078 to Resolved

Comment 7 JBoss JIRA Server 2015-10-29 16:29:58 UTC
Marek Kopecký <mkopecky> updated the status of jira JBEAP-1078 to Reopened

Comment 8 JBoss JIRA Server 2015-10-30 14:21:06 UTC
Petr Sakař <psakar> updated the status of jira JBEAP-1078 to Resolved

Comment 9 JBoss JIRA Server 2015-12-01 11:27:08 UTC
Marek Kopecký <mkopecky> updated the status of jira JBEAP-1078 to Reopened

Comment 10 JBoss JIRA Server 2016-06-14 11:37:13 UTC
Jiri Pallich <jpallich> updated the status of jira JBEAP-1078 to Closed


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