[JBoss JIRA] (WFLY-9696) Provide minimalistic profile for Artemis backup configuration
by Kabir Khan (JIRA)
Kabir Khan created WFLY-9696:
--------------------------------
Summary: Provide minimalistic profile for Artemis backup configuration
Key: WFLY-9696
URL: https://issues.jboss.org/browse/WFLY-9696
Project: WildFly
Issue Type: Feature Request
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Miroslav Novak
Assignee: Jeff Mesnil
If Artemis is configured as dedicated backup, no deployments like MDB,EJB,Servlets should be deployed to it. It should serve to its purpose which is to wait for Wildfly 10 with Artemis configured as live to fail.
We should provide minimalistic configuration for Wildfly serving purely as Artemis backup server.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3513) StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
by Jörg Bäsner (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3513?page=com.atlassian.jira.plugi... ]
Jörg Bäsner updated WFCORE-3513:
--------------------------------
Description:
In case a file not named as yyyyMMdd-HHmmssSSS{name.xml} is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
{noformat}
wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
java.lang.StringIndexOutOfBoundsException: String index out of range: -4
at java.lang.String.substring(String.java:1931)
at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
at org.jboss.as.server.Main.main(Main.java:95)
at org.jboss.modules.Module.run(Module.java:344)
at org.jboss.modules.Main.main(Main.java:525)
12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
{noformat}
was:
In case a file not named as yyyyMMdd-HHmmssSSS{name.xml} is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
java.lang.StringIndexOutOfBoundsException: String index out of range: -4
at java.lang.String.substring(String.java:1931)
at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
at org.jboss.as.server.Main.main(Main.java:95)
at org.jboss.modules.Module.run(Module.java:344)
at org.jboss.modules.Main.main(Main.java:525)
12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
> StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-3513
> URL: https://issues.jboss.org/browse/WFCORE-3513
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Affects Versions: 3.0.8.Final
> Environment: The issue is reproduce able in 'wildfly-11.0.0.Final'
> Reporter: Jörg Bäsner
> Assignee: Jason Greene
>
> In case a file not named as yyyyMMdd-HHmmssSSS{name.xml} is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
> {noformat}
> wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
> JAVA: java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
> java.lang.StringIndexOutOfBoundsException: String index out of range: -4
> at java.lang.String.substring(String.java:1931)
> at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
> at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
> at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
> at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
> at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
> at org.jboss.as.server.Main.main(Main.java:95)
> at org.jboss.modules.Module.run(Module.java:344)
> at org.jboss.modules.Main.main(Main.java:525)
> 12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9695) Allow to dump Artemis journal to file by CLI operation
by Kabir Khan (JIRA)
Kabir Khan created WFLY-9695:
--------------------------------
Summary: Allow to dump Artemis journal to file by CLI operation
Key: WFLY-9695
URL: https://issues.jboss.org/browse/WFLY-9695
Project: WildFly
Issue Type: Feature Request
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Miroslav Novak
Assignee: Jeff Mesnil
For debugging and investigation purposes it would useful to have CLI operation which would dump content of Artemis journal directory.
New CLI operation like {{print-journal-date-content}} would print content of journal to a file.
It would do the same thing like following Artemis CLI command:
{code}
.../activemq-artemis/artemis-distribution/target/apache-artemis-1.3.0-SNAPSHOT-bin/apache-artemis-1.3.0-SNAPSHOT/bin/artemis data print --bindings bindings --journal journal --paging paging --large-messages largemessages
{code}
This should work only in Admin only mode as dumping journal in run-time is not possible when data changes.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3513) StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
by Jörg Bäsner (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3513?page=com.atlassian.jira.plugi... ]
Jörg Bäsner updated WFCORE-3513:
--------------------------------
Description:
In case a file not named as yyyyMMdd-HHmmssSSS{name.xml} is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
java.lang.StringIndexOutOfBoundsException: String index out of range: -4
at java.lang.String.substring(String.java:1931)
at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
at org.jboss.as.server.Main.main(Main.java:95)
at org.jboss.modules.Module.run(Module.java:344)
at org.jboss.modules.Main.main(Main.java:525)
12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
was:
In case a file not named as {{yyyyMMdd-HHmmssSSS{name.xml}}} is present in the _snapshot_ folder, the server start abort with a _StringIndexOutOfBoundsException_.
{{wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
java.lang.StringIndexOutOfBoundsException: String index out of range: -4
at java.lang.String.substring(String.java:1931)
at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
at org.jboss.as.server.Main.main(Main.java:95)
at org.jboss.modules.Module.run(Module.java:344)
at org.jboss.modules.Main.main(Main.java:525)
12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
}}
> StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-3513
> URL: https://issues.jboss.org/browse/WFCORE-3513
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Affects Versions: 3.0.8.Final
> Environment: The issue is reproduce able in 'wildfly-11.0.0.Final'
> Reporter: Jörg Bäsner
> Assignee: Jason Greene
>
> In case a file not named as yyyyMMdd-HHmmssSSS{name.xml} is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
> wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
> JAVA: java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
> java.lang.StringIndexOutOfBoundsException: String index out of range: -4
> at java.lang.String.substring(String.java:1931)
> at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
> at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
> at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
> at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
> at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
> at org.jboss.as.server.Main.main(Main.java:95)
> at org.jboss.modules.Module.run(Module.java:344)
> at org.jboss.modules.Main.main(Main.java:525)
> 12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9694) Configure Artemis thread pool size without reload
by Kabir Khan (JIRA)
Kabir Khan created WFLY-9694:
--------------------------------
Summary: Configure Artemis thread pool size without reload
Key: WFLY-9694
URL: https://issues.jboss.org/browse/WFLY-9694
Project: WildFly
Issue Type: Enhancement
Components: JMS
Affects Versions: 10.1.0.Final
Reporter: Martin Styk
Assignee: Jeff Mesnil
Currently, thread pool size can not be adjusted without server reload. If server runs into performance problem caused by thread pool size, there is no way to adjust thread pool size without termination of all running tasks. Making this configurable "on fly" would prevent this scenario.
Attribute {{thread-pool-max-size}} in {{/subsystem=messaging-activemq/server=default}} requires server reload.
Size of global client thread pools can be set only before this thread pool is created. Adjusting values of system properties which configure client thread pool size has no effect on running server (with pool already created).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3513) StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
by Jörg Bäsner (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3513?page=com.atlassian.jira.plugi... ]
Jörg Bäsner updated WFCORE-3513:
--------------------------------
Description:
In case a file not named as {{yyyyMMdd-HHmmssSSS{name.xml}}} is present in the _snapshot_ folder, the server start abort with a _StringIndexOutOfBoundsException_.
{{wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
java.lang.StringIndexOutOfBoundsException: String index out of range: -4
at java.lang.String.substring(String.java:1931)
at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
at org.jboss.as.server.Main.main(Main.java:95)
at org.jboss.modules.Module.run(Module.java:344)
at org.jboss.modules.Main.main(Main.java:525)
12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
}}
was:
In case a file not named as _yyyyMMdd-HHmmssSSS{name.xml}_ is present in the _snapshot_ folder, the server start abort with a _StringIndexOutOfBoundsException_.
{{wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
java.lang.StringIndexOutOfBoundsException: String index out of range: -4
at java.lang.String.substring(String.java:1931)
at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
at org.jboss.as.server.Main.main(Main.java:95)
at org.jboss.modules.Module.run(Module.java:344)
at org.jboss.modules.Main.main(Main.java:525)
12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
}}
> StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-3513
> URL: https://issues.jboss.org/browse/WFCORE-3513
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Affects Versions: 3.0.8.Final
> Environment: The issue is reproduce able in 'wildfly-11.0.0.Final'
> Reporter: Jörg Bäsner
> Assignee: Jason Greene
>
> In case a file not named as {{yyyyMMdd-HHmmssSSS{name.xml}}} is present in the _snapshot_ folder, the server start abort with a _StringIndexOutOfBoundsException_.
> {{wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
> JAVA: java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
> java.lang.StringIndexOutOfBoundsException: String index out of range: -4
> at java.lang.String.substring(String.java:1931)
> at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
> at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
> at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
> at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
> at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
> at org.jboss.as.server.Main.main(Main.java:95)
> at org.jboss.modules.Module.run(Module.java:344)
> at org.jboss.modules.Main.main(Main.java:525)
> 12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
> }}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9693) If message-load-balancing-type is STRICT then redistribution does not work
by Kabir Khan (JIRA)
Kabir Khan created WFLY-9693:
--------------------------------
Summary: If message-load-balancing-type is STRICT then redistribution does not work
Key: WFLY-9693
URL: https://issues.jboss.org/browse/WFLY-9693
Project: WildFly
Issue Type: Feature Request
Components: JMS
Affects Versions: 10.1.0.Final
Reporter: Miroslav Novak
Assignee: Justin Bertram
If cluster connection is configured with STRICT load-balancing policy like:
{code}<cluster-connection name="my-cluster" discovery-group="dg-group1" retry-interval="1000" connector-name="http-connector" address="jms" message-load-balancing-type="STRICT"/>
{code}
then redistribution is disabled as a side effect. Message redistribution should be configured only by value for {{redelivery-delay}}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3513) StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
by Jörg Bäsner (JIRA)
Jörg Bäsner created WFCORE-3513:
-----------------------------------
Summary: StringIndexOutOfBoundsException if config file with wrong anme is present in 'standalone_xml_history/snapshot' folder
Key: WFCORE-3513
URL: https://issues.jboss.org/browse/WFCORE-3513
Project: WildFly Core
Issue Type: Bug
Components: Server
Affects Versions: 3.0.8.Final
Environment: The issue is reproduce able in 'wildfly-11.0.0.Final'
Reporter: Jörg Bäsner
Assignee: Jason Greene
In case a file not named as _yyyyMMdd-HHmmssSSS{name.xml}_ is present in the _snapshot_ folder, the server start abort with a _StringIndexOutOfBoundsException_.
{{wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
java.lang.StringIndexOutOfBoundsException: String index out of range: -4
at java.lang.String.substring(String.java:1931)
at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
at org.jboss.as.server.Main.main(Main.java:95)
at org.jboss.modules.Module.run(Module.java:344)
at org.jboss.modules.Main.main(Main.java:525)
12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
}}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9692) Provide CLI operation which returns used journal type - NIOxASYNCIO
by Kabir Khan (JIRA)
Kabir Khan created WFLY-9692:
--------------------------------
Summary: Provide CLI operation which returns used journal type - NIOxASYNCIO
Key: WFLY-9692
URL: https://issues.jboss.org/browse/WFLY-9692
Project: WildFly
Issue Type: Enhancement
Components: JMS
Affects Versions: 10.0.0.Beta2
Reporter: Miroslav Novak
Assignee: Jeff Mesnil
There is no way to get information which journal type is used using CLI as attribute journal-type provides only information which journal type is configured but not which one is actually used in runtime because Artemis falls back to NIO journal type if AIO natives are not located. New operation or attribute should be provided.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2160) Enhance UI in Test Scenarios Editor
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2160?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2160:
--------------------------------
Description:
Test Scenarios editor needs to be polished:
* -Delete Buttons are too small - it would be good to enlarge them.- done with [PR|https://github.com/kiegroup/drools-wb/pull/723]
* Some other elements doesn't have enough space around them.
* Please do any other small visual changes which makes sense.
** -Introduced two new tabs. - resolved by [PR|https://github.com/kiegroup/drools-wb/pull/754]
*** One shows information about fired rules during scenario run
*** Second enables to configure, kie base/session, allowed rules, date and time used in scenario
was:
Test Scenarios editor needs to be polished:
* -Delete Buttons are too small - it would be good to enlarge them.- done with
* Some other elements doesn't have enough space around them.
* Please do any other small visual changes which makes sense.
> Enhance UI in Test Scenarios Editor
> -----------------------------------
>
> Key: DROOLS-2160
> URL: https://issues.jboss.org/browse/DROOLS-2160
> Project: Drools
> Issue Type: Enhancement
> Components: Test Scenarios Editor
> Reporter: Ivo Bek
> Assignee: Jozef Marko
> Labels: UX
> Attachments: Screenshot from 2017-12-01 16-38-52.png
>
>
> Test Scenarios editor needs to be polished:
> * -Delete Buttons are too small - it would be good to enlarge them.- done with [PR|https://github.com/kiegroup/drools-wb/pull/723]
> * Some other elements doesn't have enough space around them.
> * Please do any other small visual changes which makes sense.
> ** -Introduced two new tabs. - resolved by [PR|https://github.com/kiegroup/drools-wb/pull/754]
> *** One shows information about fired rules during scenario run
> *** Second enables to configure, kie base/session, allowed rules, date and time used in scenario
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months