[JBoss JIRA] Created: (AS7-1123) Missing mod_cluster dependency at startup
by David Bosschaert (JIRA)
Missing mod_cluster dependency at startup
-----------------------------------------
Key: AS7-1123
URL: https://issues.jboss.org/browse/AS7-1123
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Affects Versions: 7.0.0.CR1
Reporter: David Bosschaert
When starting up a fresh AS7 build using
{code}bin/standalone.sh -server-config standalone-preview.xml{code}
An error appears around a missing mod_cluster dependency:
{code}09:54:36,629 INFO [org.jboss.as.controller] (Controller Boot Thread) Service status report
New missing/unsatisfied dependencies:
service jboss.binding.mod_cluster (missing)
09:54:36,632 ERROR [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.0.Beta4-SNAPSHOT "(TBD)" started (with errors) in 1915ms - Started 122 of 182 services (1 services failed or missing dependencies, 59 services are passive or on-demand){code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (AS7-1740) Launch of *.sh scripts from path with space does not work
by Rostislav Svoboda (JIRA)
Launch of *.sh scripts from path with space does not work
---------------------------------------------------------
Key: AS7-1740
URL: https://issues.jboss.org/browse/AS7-1740
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.0.1.Final, 7.0.0.Final
Reporter: Rostislav Svoboda
Assignee: Rostislav Svoboda
There are problems when calling .sh scripts with path containing space.
This issue applies to:
- domain.sh
- jboss-admin.sh
- standalone.sh
- wsconsume.sh
- wsprovide.sh
Example of execution:
{code}
[rsvoboda@rosta-ntb TESTING]$ jboss\ as7/bin/standalone.sh
dirname: extra operand `as7/bin/standalone.sh'
Try `dirname --help' for more information.
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /
JAVA: /opt/jdk/bin/java
JAVA_OPTS: -server
=========================================================================
Unable to access jarfile //jboss-modules.jar
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBLOGGING-60) Logger#getMessageLogger() should allow category to be specified as class
by Dan Allen (JIRA)
Logger#getMessageLogger() should allow category to be specified as class
------------------------------------------------------------------------
Key: JBLOGGING-60
URL: https://issues.jboss.org/browse/JBLOGGING-60
Project: JBoss Logging
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Affects Versions: 3.0.0.Beta4-jboss-logging
Reporter: Dan Allen
Assignee: David Lloyd
To be consistent with the getLogger() method on Logger:
static Logger getLogger(String category)
static Logger getLogger(Class<?> category)
the getMessageLogger() should allow the category to be specified as a class by adding these additional methods
static <T> T getMessageLogger(Class<T> type, Class<?> category)
static <T> T getMessageLogger(Class<T> type, Class<?> category, Locale locale)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (AS7-1732) mod_cluster MCMP should internally use "lbgroup" instead of "domain"
by Radoslav Husar (JIRA)
mod_cluster MCMP should internally use "lbgroup" instead of "domain"
---------------------------------------------------------------------
Key: AS7-1732
URL: https://issues.jboss.org/browse/AS7-1732
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Affects Versions: 7.0.0.Final, 7.0.1.Final
Reporter: Radoslav Husar
Assignee: Paul Ferraro
We removed the notion of "domain" in context of mod_cluster since 1.1.x in order not to be confused with notion of domains used in AS7 for management perspective.
Currently, the XSD does not list out the LBGroup property but the CommonAttributes.java implementation parses the XML for "domain".
{code}
String DOMAIN = "domain";
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months