Bug 778942 (SOA-1376)
Summary: | bin/shutdown.sh and jboss_init_redhat.sh - inconsistencies in required username/password | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | Len DiMaggio <ldimaggi> |
Component: | JBossESB | Assignee: | Dana Mison <dmison> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.2 CP04 | ||
Target Milestone: | --- | ||
Target Release: | 4.2 CP04 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://jira.jboss.org/jira/browse/SOA-1376 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-07-06 14:20:51 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Len DiMaggio
2009-06-18 13:32:07 UTC
Affects: Added: [Documentation (Ref Guide, User Guide, etc.)] Link: Added: This issue is related to SOA-980 added as known issue to 4.2.CP04 Release Notes: Different passwords required for different administration scripts Some of scripts found in ${SOA_ROOT}/bin for starting and stopping the JBoss Enterprise SOA Platform require different user accounts. shutdown.sh shutdown.sh requires that you supply the credentials of a JMX console user as parameters. By default these users are defined in ${SOA_ROOT}/server/${CONFIG}/conf/props/soa-users.properties. jboss_init_redhat.sh, jboss_init_suse.sh, and jboss_init_hpux.sh These initialization scripts each contain a variable which contains the account username of an operating system user account which has permissions to start and stop the JBoss SOA Platform server process. Each of these scripts is slightly different & contains configuration instructions. The default username in each is jboss. Link: Added: This issue related JBPAPP-3194 |