Skip to content

Instantly share code, notes, and snippets.

<?xml version='1.0' encoding='UTF-8'?>
<server xmlns="urn:jboss:domain:1.3">
<extensions>
<extension module="org.jboss.as.clustering.infinispan"/>
<extension module="org.jboss.as.clustering.jgroups"/>
<extension module="org.jboss.as.cmp"/>
<extension module="org.jboss.as.configadmin"/>
<extension module="org.jboss.as.connector"/>
[ERROR] urls[52] = file:/Users/clebertsuconic/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-8/doxia-decoration-model-1.0-alpha-8.jar
[ERROR] Number of foreign imports: 1
[ERROR] import: Entry[import from realm ClassRealm[maven.api, parent: null]]
[ERROR]
[ERROR] -----------------------------------------------------
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
if (addressSettingsRepository != null)
{
expiryAddress = addressSettingsRepository.getMatch(address.toString()).getExpiryAddress();
addressSettingsRepository.registerListener(new HierarchicalRepositoryChangeListener()
{
public void onChange()
{
expiryAddress = addressSettingsRepository.getMatch(address.toString()).getExpiryAddress();
}
at org.hornetq.core.journal.impl.JournalImpl.readFileHeader(JournalImpl.java:2682) [:]
at org.hornetq.core.journal.impl.JournalImpl.orderFiles(JournalImpl.java:381) [:]
at org.hornetq.core.journal.impl.JournalImpl.load(JournalImpl.java:1735) [:]
at org.hornetq.core.journal.impl.JournalImpl.load(JournalImpl.java:1319) [:]
at org.hornetq.core.journal.impl.JournalImpl.load(JournalImpl.java:1303) [:]
at org.hornetq.core.persistence.impl.journal.JournalStorageManager.loadMessageJournal(JournalStorageManager.java:1485) [:]
at org.hornetq.core.server.impl.HornetQServerImpl.loadJournals(HornetQServerImpl.java:1656) [:]
at org.hornetq.core.server.impl.HornetQServerImpl.initialisePart2(HornetQServerImpl.java:1492) [:]
at org.hornetq.core.server.impl.HornetQServerImpl.access$1300(HornetQServerImpl.java:164) [:]
at org.hornetq.core.server.impl.HornetQServerImpl$SharedNothingLiveActivation.run(HornetQServerImpl.java:2498) [:]
public void waitContextCompletion() throws Exception
{
OperationContext ctx = this.sessionContext;
if (ctx != null)
{
ctx.waitCompletion(10000);
}
}
ests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.037 sec
Running org.hornetq.tests.integration.cluster.failover.AlmostLargeAsynchronousFailoverTest
11:10:07,262 INFO [org.hornetq.core.server] #test testNonTransactional
org.hornetq.tests.integration.cluster.failover.AlmostLargeAsynchronousFailoverTest::#test testNonTransactional
11:10:07,263 INFO [org.hornetq.core.server] HQ221000: live server is starting with configuration HornetQ Configuration (clustered=true,backup=false,sharedStore=true,journalDirectory=/tmp/hornetq-unit-test/journal,bindingsDirectory=/tmp/hornetq-unit-test/bindings,largeMessagesDirectory=/tmp/hornetq-unit-test/large-msg,pagingDirectory=/tmp/hornetq-unit-test/page)
11:10:07,265 INFO [org.hornetq.core.server] HQ221006: Waiting to obtain live lock
11:10:07,266 INFO [org.hornetq.core.server] HQ221012: Using AIO Journal
11:10:07,389 INFO [org.hornetq.core.server] HQ221007: Server is now live
11:10:07,389 INFO [org.hornetq.core.server] HQ221001: HornetQ Server version 2.3
public void testCountMessagesWithInvalidFilter() throws Exception
{
SimpleString key = new SimpleString("key");
String matchingValue = "MATCH";
String nonMatchingValue = "DIFFERENT";
SimpleString address = RandomUtil.randomSimpleString();
SimpleString queue = RandomUtil.randomSimpleString();
git remote rm upstream-danger
git remote rm jmesnil
git remote rm upstream
git remote rm andy
git remote rm francisco
git remote rm howard
git remote rm justin
git remote rm one-offs
git remote rm one-offs-danger
git remote rm clebert
it remote add clebert git://github.com/clebertsuconic/hornetq.git
git remote add jmesnil git://github.com/jmesnil/hornetq.git
git remote add upstream-danger git@github.com:hornetq/hornetq.git
git remote add upstream git://github.com/hornetq/hornetq.git
git remote add andy git://github.com/andytaylor/hornetq.git
git remote add francisco git://github.com/FranciscoBorges/hornetq.git
git remote add howard git://github.com/gaohoward/hornetq.git
git remote add justin git://github.com/jbertram/hornetq.git
git remote add one-offs git://github.com/hornetq/hornetq-oneoffs.git
git remote add one-offs-danger git@github.com:hornetq/hornetq-oneoffs.git
<connection-factory name="InVmConnectionFactory">
<connectors>
<connector-ref connector-name="in-vm"/>
</connectors>
<entries>
<!-- Global JNDI entry used to provide a default JMS Connection factory to EE application -->
<entry name="java:jboss/DefaultJMSConnectionFactory"/>
<entry name="java:/ConnectionFactory"/>
</entries>
<consumer-window-size>0</consumer-window-size>