On 12/03/2015 04:21 PM, Rob Godfrey wrote:
How did you "re-use"? did you start up RC5, stop, replace the config.json and restart... or just try to start up rc5 with this config file (and this alone) in the work directory?
I copied the file into the new work directory before starting rc5 for the first time.
In the latter case I can see you might have had an issue if you didn't have the other config that is generated at startup - the initial config of the virtual host. There's a kind of bootstrapping trick that goes on the first time you start up which, if the virtual host doesn't have config, writes out a virtual host config... and then toggles the broker config to stop it doing that again. Obviously your modified config is from a not-first-time run, and so does not contain the magic which writes out the initial virtual host configuration.
That explains it, thanks!
2015-12-03 15:46:42,537 WARN [Broker-Config] (o.a.q.s.m.ConfiguredObjectTypeRegistry) - A class definition could not be found while processing the model for 'org.apache.qpid.server.virtualhostnode.berkeleydb.BDBHAVirtualHostNodeImpl': com/sleepycat/je/DatabaseException 2015-12-03 15:46:42,553 WARN [Broker-Config] (o.a.q.s.m.ConfiguredObjectTypeRegistry) - A class definition could not be found while processing the model for 'org.apache.qpid.server.virtualhost.berkeleydb.BDBHAVirtualHostImpl': com/sleepycat/je/rep/StateChangeListener 2015-12-03 15:46:42,735 INFO [Broker-Config] (o.a.q.s.s.GenericStoreUpgrader) - Broker store has model version 6.0. Number of record(s) 21 2015-12-03 15:46:42,747 INFO [Broker-Config] (q.m.a.create) - [Broker] ATH-1001 : Create "passwordFile" 2015-12-03 15:46:42,777 INFO [Broker-Config] (q.m.a.create) - [Broker] ATH-1001 : Create "anonymous" 2015-12-03 15:46:42,847 INFO [Broker-Config] (q.m.p.create) - [Broker] PRT-1001 : Create "HTTP" 2015-12-03 15:46:42,847 INFO [Broker-Config] (q.m.p.create) - [Broker] PRT-1001 : Create "AMQP" 2015-12-03 15:46:42,937 INFO [Broker-Config] (q.m.b.config) - [Broker] BRK-1006 : Using configuration : /home/gordon/qpid-releases/qpid-java/6.0.0/install/qpid-broker/6.0.0/config.json 2015-12-03 15:46:42,996 INFO [Broker-Config] (q.m.b.startup) - [Broker] BRK-1001 : Startup : Version: 6.0.0 Build: Unversioned directory 2015-12-03 15:46:43,289 INFO [Broker-Config] (q.m.b.platform) - [Broker] BRK-1010 : Platform : JVM : Oracle Corporation version: 1.7.0_25-mockbuild_2013_07_26_16_48-b00 OS : Linux version: 3.9.10-100.fc17.x86_64 arch: amd64 cores: 4 2015-12-03 15:46:43,328 INFO [Broker-Config] (q.m.b.max_memory) - [Broker] BRK-1011 : Maximum Memory : Heap : 518,979,584 bytes Direct : 1,610,612,736 bytes 2015-12-03 15:46:43,329 INFO [Broker-Config] (q.m.b.process) - [Broker] BRK-1017 : Process : PID : 23576 2015-12-03 15:46:43,357 INFO [Broker-Config] (q.m.c.created) - [Broker] [vh(/default)/ms(JsonFileConfigStore)] CFG-1001 : Created 2015-12-03 15:46:43,358 INFO [Broker-Config] (q.m.c.store_location) - [Broker] [vh(/default)/ms(JsonFileConfigStore)] CFG-1002 : Store location : /home/gordon/qpid-releases/qpid-java/6.0.0/install/qpid-broker/6.0.0/default/config/ 2015-12-03 15:46:43,358 INFO [Broker-Config] (q.m.c.recovery_start) - [Broker] [vh(/default)/ms(JsonFileConfigStore)] CFG-1004 : Recovery Start 2015-12-03 15:46:43,372 INFO [Broker-Config] (o.a.q.s.s.GenericStoreUpgrader) - VirtualHost store has model version 6.0. Number of record(s) 0 2015-12-03 15:46:43,373 INFO [Broker-Config] (q.m.c.recovery_complete) - [Broker] [vh(/default)/ms(JsonFileConfigStore)] CFG-1005 : Recovery Complete 2015-12-03 15:46:43,437 INFO [Broker-Config] (q.m.b.listening) - [Broker] BRK-1002 : Starting : Listening on TCP port 5672 2015-12-03 15:46:43,446 INFO [Broker-Config] (q.m.m.startup) - [Broker] MNG-1001 : Web Management Startup 2015-12-03 15:46:43,824 INFO [Broker-Config] (q.m.m.listening) - [Broker] MNG-1002 : Starting : HTTP : Listening on TCP port 8080 2015-12-03 15:46:43,825 INFO [Broker-Config] (q.m.m.ready) - [Broker] MNG-1004 : Web Management Ready 2015-12-03 15:46:43,826 INFO [Broker-Config] (q.m.b.ready) - [Broker] BRK-1004 : Qpid Broker Ready 2015-12-03 15:49:40,389 INFO [HttpManagement-HTTP-50] (q.m.m.open) - [mng:admin(/127.0.0.1:39001)] MNG-1007 : Open : User admin 2015-12-03 15:51:29,625 INFO [Broker-Config] (q.m.c.close) - [Shutdown] [vh(/default)/ms(JsonFileConfigStore)] CFG-1003 : Closed 2015-12-03 15:51:29,627 INFO [Broker-Config] (q.m.b.shutting_down) - [Shutdown] BRK-1003 : Shutting down : TCP port 5672 2015-12-03 15:51:29,633 INFO [Broker-Config] (q.m.m.shutting_down) - [Shutdown] MNG-1003 : Shutting down : HTTP : port 8080 2015-12-03 15:51:29,777 INFO [Broker-Config] (q.m.m.close) - [mng:admin(/127.0.0.1:39001)] MNG-1008 : Close : User admin 2015-12-03 15:51:29,783 INFO [Broker-Config] (q.m.m.stopped) - [Shutdown] MNG-1005 : Web Management Stopped 2015-12-03 15:51:29,785 INFO [Broker-Config] (q.m.b.stopped) - [Shutdown] BRK-1005 : Stopped 2015-12-03 15:51:35,906 WARN [Broker-Config] (o.a.q.s.m.ConfiguredObjectTypeRegistry) - A class definition could not be found while processing the model for 'org.apache.qpid.server.virtualhostnode.berkeleydb.BDBHAVirtualHostNodeImpl': com/sleepycat/je/DatabaseException 2015-12-03 15:51:35,937 WARN [Broker-Config] (o.a.q.s.m.ConfiguredObjectTypeRegistry) - A class definition could not be found while processing the model for 'org.apache.qpid.server.virtualhost.berkeleydb.BDBHAVirtualHostImpl': com/sleepycat/je/rep/StateChangeListener 2015-12-03 15:51:36,140 INFO [Broker-Config] (o.a.q.s.s.GenericStoreUpgrader) - Broker store has model version 6.0. Number of record(s) 19 2015-12-03 15:51:36,209 INFO [Broker-Config] (q.m.a.create) - [Broker] ATH-1001 : Create "passwordFile" 2015-12-03 15:51:36,220 INFO [Broker-Config] (q.m.p.create) - [Broker] PRT-1001 : Create "AMQP" 2015-12-03 15:51:36,221 INFO [Broker-Config] (q.m.p.create) - [Broker] PRT-1001 : Create "HTTP" 2015-12-03 15:51:36,316 INFO [Broker-Config] (q.m.b.config) - [Broker] BRK-1006 : Using configuration : /home/gordon/qpid-releases/qpid-java/6.0.0/install/qpid-broker/6.0.0/config.json 2015-12-03 15:51:36,389 INFO [Broker-Config] (q.m.b.startup) - [Broker] BRK-1001 : Startup : Version: 6.0.0 Build: Unversioned directory 2015-12-03 15:51:36,532 INFO [Broker-Config] (q.m.b.platform) - [Broker] BRK-1010 : Platform : JVM : Oracle Corporation version: 1.7.0_25-mockbuild_2013_07_26_16_48-b00 OS : Linux version: 3.9.10-100.fc17.x86_64 arch: amd64 cores: 4 2015-12-03 15:51:36,535 INFO [Broker-Config] (q.m.b.max_memory) - [Broker] BRK-1011 : Maximum Memory : Heap : 518,979,584 bytes Direct : 1,610,612,736 bytes 2015-12-03 15:51:36,537 INFO [Broker-Config] (q.m.b.process) - [Broker] BRK-1017 : Process : PID : 23694 2015-12-03 15:51:36,597 INFO [Broker-Config] (q.m.c.created) - [Broker] [vh(/default)/ms(JsonFileConfigStore)] CFG-1001 : Created 2015-12-03 15:51:36,597 INFO [Broker-Config] (q.m.c.store_location) - [Broker] [vh(/default)/ms(JsonFileConfigStore)] CFG-1002 : Store location : /home/gordon/qpid-releases/qpid-java/6.0.0/install/qpid-broker/6.0.0/default/config/ 2015-12-03 15:51:36,597 INFO [Broker-Config] (q.m.c.recovery_start) - [Broker] [vh(/default)/ms(JsonFileConfigStore)] CFG-1004 : Recovery Start 2015-12-03 15:51:36,601 INFO [Broker-Config] (o.a.q.s.s.GenericStoreUpgrader) - VirtualHost store has model version 6.0. Number of record(s) 5 2015-12-03 15:51:36,604 INFO [Broker-Config] (q.m.v.created) - [Broker] VHT-1001 : Created : default 2015-12-03 15:51:36,610 INFO [Broker-Config] (q.m.c.recovery_complete) - [Broker] [vh(/default)/ms(JsonFileConfigStore)] CFG-1005 : Recovery Complete 2015-12-03 15:51:36,634 INFO [Broker-Config] (q.m.b.listening) - [Broker] BRK-1002 : Starting : Listening on TCP port 5672 2015-12-03 15:51:36,639 INFO [VirtualHostNode-default-Config] (q.m.e.created) - [Broker] EXH-1001 : Create : Durable Type: direct Name: amq.direct 2015-12-03 15:51:36,639 INFO [VirtualHostNode-default-Config] (q.m.e.created) - [Broker] EXH-1001 : Create : Durable Type: topic Name: amq.topic 2015-12-03 15:51:36,639 INFO [VirtualHostNode-default-Config] (q.m.e.created) - [Broker] EXH-1001 : Create : Durable Type: headers Name: amq.match 2015-12-03 15:51:36,639 INFO [VirtualHostNode-default-Config] (q.m.e.created) - [Broker] EXH-1001 : Create : Durable Type: fanout Name: amq.fanout 2015-12-03 15:51:36,652 INFO [Broker-Config] (q.m.m.startup) - [Broker] MNG-1001 : Web Management Startup 2015-12-03 15:51:37,083 WARN [VirtualHostNode-default-Config] (DERBY) - os.name=Linux os.arch=amd64 os.version=3.9.10-100.fc17.x86_64 2015-12-03 15:51:37,128 INFO [Broker-Config] (q.m.m.listening) - [Broker] MNG-1002 : Starting : HTTP : Listening on TCP port 8080 2015-12-03 15:51:37,129 INFO [Broker-Config] (q.m.m.ready) - [Broker] MNG-1004 : Web Management Ready 2015-12-03 15:51:47,089 INFO [VirtualHostNode-default-Config] (q.m.m.created) - [Broker] [vh(/default)/ms(DerbyMessageStore)] MST-1001 : Created 2015-12-03 15:51:47,089 INFO [VirtualHostNode-default-Config] (q.m.m.store_location) - [Broker] [vh(/default)/ms(DerbyMessageStore)] MST-1002 : Store location : /home/gordon/qpid-releases/qpid-java/6.0.0/install/qpid-broker/6.0.0/default/messages 2015-12-03 15:51:47,097 INFO [VirtualHostNode-default-Config] (q.m.m.recovery_start) - [Broker] [vh(/default)/ms(DerbyMessageStore)] MST-1004 : Recovery Start 2015-12-03 15:51:47,103 INFO [VirtualHostNode-default-Config] (q.m.t.recovery_start) - [Broker] [vh(/default)/ms(DerbyMessageStore)] TXN-1004 : Recovery Start 2015-12-03 15:51:47,114 INFO [VirtualHostNode-default-Config] (q.m.t.recovery_complete) - [Broker] [vh(/default)/ms(DerbyMessageStore)] TXN-1006 : Recovery Complete 2015-12-03 15:51:47,114 INFO [VirtualHostNode-default-Config] (q.m.m.recovered) - [Broker] [vh(/default)/ms(DerbyMessageStore)] MST-1005 : Recovered 0 messages 2015-12-03 15:51:47,115 INFO [VirtualHostNode-default-Config] (q.m.m.recovery_complete) - [Broker] [vh(/default)/ms(DerbyMessageStore)] MST-1006 : Recovery Complete 2015-12-03 15:51:47,117 INFO [Broker-Config] (q.m.b.ready) - [Broker] BRK-1004 : Qpid Broker Ready 2015-12-03 15:51:49,181 INFO [HttpManagement-HTTP-116] (q.m.m.open) - [mng:admin(/127.0.0.1:39039)] MNG-1007 : Open : User admin 2015-12-03 15:52:04,142 INFO [VirtualHostNode-default-Config] (q.m.q.created) - [mng:admin(/127.0.0.1:39039)] [vh(/default)/qu(examples)] QUE-1001 : Create : Durable 2015-12-03 15:52:21,575 INFO [Broker-Config] (q.m.a.create) - [mng:admin(/127.0.0.1:39039)] ATH-1001 : Create "anonymous" 2015-12-03 15:53:16,507 INFO [Broker-Config] (q.m.b.shutting_down) - [Shutdown] BRK-1003 : Shutting down : TCP port 5672 2015-12-03 15:53:16,509 INFO [Broker-Config] (q.m.m.shutting_down) - [Shutdown] MNG-1003 : Shutting down : HTTP : port 8080 2015-12-03 15:53:16,648 INFO [Broker-Config] (q.m.m.close) - [mng:admin(/127.0.0.1:39039)] MNG-1008 : Close : User admin 2015-12-03 15:53:16,649 INFO [Broker-Config] (q.m.m.stopped) - [Shutdown] MNG-1005 : Web Management Stopped 2015-12-03 15:53:17,737 WARN [VirtualHostNode-default-Config] (DERBY) - Thu Dec 03 15:53:17 GMT 2015: Shutting down instance a816c00e-0151-688a-aa85-0000030185a0 on database directory /home/gordon/qpid-releases/qpid-java/6.0.0/install/qpid-broker/6.0.0/default/messages/default with class loader sun.misc.Launcher$AppClassLoader@e1641c0 2015-12-03 15:53:17,756 INFO [VirtualHostNode-default-Config] (q.m.m.closed) - [Shutdown] [vh(/default)/ms(DerbyMessageStore)] MST-1003 : Closed 2015-12-03 15:53:17,760 INFO [VirtualHostNode-default-Config] (q.m.v.closed) - [Shutdown] VHT-1002 : Closed : default 2015-12-03 15:53:17,762 INFO [Broker-Config] (q.m.c.close) - [Shutdown] [vh(/default)/ms(JsonFileConfigStore)] CFG-1003 : Closed 2015-12-03 15:53:17,762 INFO [Broker-Config] (q.m.b.stopped) - [Shutdown] BRK-1005 : Stopped 2015-12-03 15:53:19,579 WARN [Broker-Config] (o.a.q.s.m.ConfiguredObjectTypeRegistry) - A class definition could not be found while processing the model for 'org.apache.qpid.server.virtualhostnode.berkeleydb.BDBHAVirtualHostNodeImpl': com/sleepycat/je/DatabaseException 2015-12-03 15:53:19,596 WARN [Broker-Config] (o.a.q.s.m.ConfiguredObjectTypeRegistry) - A class definition could not be found while processing the model for 'org.apache.qpid.server.virtualhost.berkeleydb.BDBHAVirtualHostImpl': com/sleepycat/je/rep/StateChangeListener 2015-12-03 15:53:19,791 INFO [Broker-Config] (o.a.q.s.s.GenericStoreUpgrader) - Broker store has model version 6.0. Number of record(s) 21 2015-12-03 15:53:19,819 INFO [Broker-Config] (q.m.a.create) - [Broker] ATH-1001 : Create "anonymous" 2015-12-03 15:53:19,858 INFO [Broker-Config] (q.m.a.create) - [Broker] ATH-1001 : Create "passwordFile" 2015-12-03 15:53:19,864 INFO [Broker-Config] (q.m.p.create) - [Broker] PRT-1001 : Create "AMQP" 2015-12-03 15:53:19,864 INFO [Broker-Config] (q.m.p.create) - [Broker] PRT-1001 : Create "HTTP" 2015-12-03 15:53:19,960 INFO [Broker-Config] (q.m.b.config) - [Broker] BRK-1006 : Using configuration : /home/gordon/qpid-releases/qpid-java/6.0.0/install/qpid-broker/6.0.0/config.json 2015-12-03 15:53:20,017 INFO [Broker-Config] (q.m.b.startup) - [Broker] BRK-1001 : Startup : Version: 6.0.0 Build: Unversioned directory 2015-12-03 15:53:20,168 INFO [Broker-Config] (q.m.b.platform) - [Broker] BRK-1010 : Platform : JVM : Oracle Corporation version: 1.7.0_25-mockbuild_2013_07_26_16_48-b00 OS : Linux version: 3.9.10-100.fc17.x86_64 arch: amd64 cores: 4 2015-12-03 15:53:20,172 INFO [Broker-Config] (q.m.b.max_memory) - [Broker] BRK-1011 : Maximum Memory : Heap : 518,979,584 bytes Direct : 1,610,612,736 bytes 2015-12-03 15:53:20,174 INFO [Broker-Config] (q.m.b.process) - [Broker] BRK-1017 : Process : PID : 23838 2015-12-03 15:53:20,196 INFO [Broker-Config] (q.m.c.created) - [Broker] [vh(/default)/ms(JsonFileConfigStore)] CFG-1001 : Created 2015-12-03 15:53:20,197 INFO [Broker-Config] (q.m.c.store_location) - [Broker] [vh(/default)/ms(JsonFileConfigStore)] CFG-1002 : Store location : /home/gordon/qpid-releases/qpid-java/6.0.0/install/qpid-broker/6.0.0/default/config/ 2015-12-03 15:53:20,197 INFO [Broker-Config] (q.m.c.recovery_start) - [Broker] [vh(/default)/ms(JsonFileConfigStore)] CFG-1004 : Recovery Start 2015-12-03 15:53:20,201 INFO [Broker-Config] (o.a.q.s.s.GenericStoreUpgrader) - VirtualHost store has model version 6.0. Number of record(s) 6 2015-12-03 15:53:20,212 INFO [Broker-Config] (q.m.v.created) - [Broker] VHT-1001 : Created : default 2015-12-03 15:53:20,243 INFO [Broker-Config] (q.m.c.recovery_complete) - [Broker] [vh(/default)/ms(JsonFileConfigStore)] CFG-1005 : Recovery Complete 2015-12-03 15:53:20,266 INFO [Broker-Config] (q.m.b.listening) - [Broker] BRK-1002 : Starting : Listening on TCP port 5672 2015-12-03 15:53:20,267 INFO [VirtualHostNode-default-Config] (q.m.e.created) - [Broker] EXH-1001 : Create : Durable Type: direct Name: amq.direct 2015-12-03 15:53:20,267 INFO [VirtualHostNode-default-Config] (q.m.e.created) - [Broker] EXH-1001 : Create : Durable Type: topic Name: amq.topic 2015-12-03 15:53:20,267 INFO [VirtualHostNode-default-Config] (q.m.e.created) - [Broker] EXH-1001 : Create : Durable Type: headers Name: amq.match 2015-12-03 15:53:20,267 INFO [VirtualHostNode-default-Config] (q.m.e.created) - [Broker] EXH-1001 : Create : Durable Type: fanout Name: amq.fanout 2015-12-03 15:53:20,269 INFO [VirtualHostNode-default-Config] (q.m.q.created) - [Broker] [vh(/default)/qu(examples)] QUE-1001 : Create : Durable 2015-12-03 15:53:20,277 INFO [Broker-Config] (q.m.m.startup) - [Broker] MNG-1001 : Web Management Startup 2015-12-03 15:53:20,705 WARN [VirtualHostNode-default-Config] (DERBY) - os.name=Linux os.arch=amd64 os.version=3.9.10-100.fc17.x86_64 2015-12-03 15:53:20,825 INFO [Broker-Config] (q.m.m.listening) - [Broker] MNG-1002 : Starting : HTTP : Listening on TCP port 8080 2015-12-03 15:53:20,826 INFO [Broker-Config] (q.m.m.ready) - [Broker] MNG-1004 : Web Management Ready 2015-12-03 15:53:21,174 INFO [VirtualHostNode-default-Config] (q.m.m.created) - [Broker] [vh(/default)/ms(DerbyMessageStore)] MST-1001 : Created 2015-12-03 15:53:21,174 INFO [VirtualHostNode-default-Config] (q.m.m.store_location) - [Broker] [vh(/default)/ms(DerbyMessageStore)] MST-1002 : Store location : /home/gordon/qpid-releases/qpid-java/6.0.0/install/qpid-broker/6.0.0/default/messages 2015-12-03 15:53:21,184 INFO [VirtualHostNode-default-Config] (q.m.m.recovery_start) - [Broker] [vh(/default)/ms(DerbyMessageStore)] MST-1004 : Recovery Start 2015-12-03 15:53:21,192 INFO [VirtualHostNode-default-Config] (q.m.t.recovery_start) - [Broker] [vh(/default)/ms(DerbyMessageStore)] TXN-1004 : Recovery Start 2015-12-03 15:53:21,207 INFO [VirtualHostNode-default-Config] (q.m.t.recovery_complete) - [Broker] [vh(/default)/ms(DerbyMessageStore)] TXN-1006 : Recovery Complete 2015-12-03 15:53:21,207 INFO [VirtualHostNode-default-Config] (q.m.m.recovered) - [Broker] [vh(/default)/ms(DerbyMessageStore)] MST-1005 : Recovered 0 messages 2015-12-03 15:53:21,208 INFO [VirtualHostNode-default-Config] (q.m.m.recovery_complete) - [Broker] [vh(/default)/ms(DerbyMessageStore)] MST-1006 : Recovery Complete 2015-12-03 15:53:21,210 INFO [Broker-Config] (q.m.b.ready) - [Broker] BRK-1004 : Qpid Broker Ready 2015-12-03 15:53:24,805 INFO [VirtualHostNode-default-Config] (q.m.s.create) - [con:0(ANONYMOUS@/127.0.0.1:38651/default)/ch:0] [sub:0(vh(/default)/qu(examples)] SUB-1001 : Create 2015-12-03 15:53:24,886 INFO [VirtualHostNode-default-Config] (q.m.s.close) - [con:0(ANONYMOUS@/127.0.0.1:38651/default)/ch:0] [sub:0(vh(/default)/qu(examples)] SUB-1002 : Close 2015-12-03 15:53:29,511 INFO [VirtualHostNode-default-Config] (q.m.s.create) - [con:1(ANONYMOUS@/127.0.0.1:38656/default)/ch:0] [sub:1(vh(/default)/qu(examples)] SUB-1001 : Create 2015-12-03 15:53:34,568 INFO [VirtualHostNode-default-Config] (q.m.s.close) - [con:1(ANONYMOUS@/127.0.0.1:38656/default)/ch:0] [sub:1(vh(/default)/qu(examples)] SUB-1002 : Close 2015-12-03 15:53:38,263 INFO [VirtualHostNode-default-Config] (q.m.s.create) - [con:3(ANONYMOUS@/127.0.0.1:38658/default)/ch:0] [sub:2(vh(/default)/qu(examples)] SUB-1001 : Create 2015-12-03 15:53:38,295 INFO [VirtualHostNode-default-Config] (q.m.s.close) - [con:3(ANONYMOUS@/127.0.0.1:38658/default)/ch:0] [sub:2(vh(/default)/qu(examples)] SUB-1002 : Close 2015-12-03 15:53:38,479 INFO [VirtualHostNode-default-Config] (q.m.s.create) - [con:4(ANONYMOUS@/127.0.0.1:38659/default)/ch:0] [sub:3(vh(/default)/qu(examples)] SUB-1001 : Create 2015-12-03 15:53:38,497 INFO [VirtualHostNode-default-Config] (q.m.s.close) - [con:4(ANONYMOUS@/127.0.0.1:38659/default)/ch:0] [sub:3(vh(/default)/qu(examples)] SUB-1002 : Close 2015-12-03 15:53:38,923 INFO [VirtualHostNode-default-Config] (q.m.s.create) - [con:5(ANONYMOUS@/127.0.0.1:38660/default)/ch:0] [sub:4(vh(/default)/qu(examples)] SUB-1001 : Create 2015-12-03 15:53:38,952 INFO [VirtualHostNode-default-Config] (q.m.s.close) - [con:5(ANONYMOUS@/127.0.0.1:38660/default)/ch:0] [sub:4(vh(/default)/qu(examples)] SUB-1002 : Close 2015-12-03 15:53:39,094 INFO [VirtualHostNode-default-Config] (q.m.s.create) - [con:6(ANONYMOUS@/127.0.0.1:38661/default)/ch:0] [sub:5(vh(/default)/qu(examples)] SUB-1001 : Create 2015-12-03 15:53:39,244 INFO [VirtualHostNode-default-Config] (q.m.s.close) - [con:6(ANONYMOUS@/127.0.0.1:38661/default)/ch:0] [sub:5(vh(/default)/qu(examples)] SUB-1002 : Close 2015-12-03 15:53:39,375 INFO [VirtualHostNode-default-Config] (q.m.s.create) - [con:8(ANONYMOUS@/127.0.0.1:38663/default)/ch:0] [sub:6(vh(/default)/qu(examples)] SUB-1001 : Create 2015-12-03 15:53:39,543 INFO [VirtualHostNode-default-Config] (q.m.s.close) - [con:8(ANONYMOUS@/127.0.0.1:38663/default)/ch:0] [sub:6(vh(/default)/qu(examples)] SUB-1002 : Close 2015-12-03 15:53:45,248 INFO [VirtualHostNode-default-Config] (q.m.s.create) - [con:10(ANONYMOUS@/127.0.0.1:38665/default)/ch:0] [sub:7(vh(/default)/qu(examples)] SUB-1001 : Create 2015-12-03 15:53:45,335 INFO [VirtualHostNode-default-Config] (q.m.q.created) - [con:11(ANONYMOUS@/127.0.0.1:38666/default)/ch:0] [vh(/default)/qu(3c0ff2d8-3083-4c33-802c-5be24b84b71e)] QUE-1001 : Create : AutoDelete Transient 2015-12-03 15:53:45,340 INFO [VirtualHostNode-default-Config] (q.m.s.create) - [con:11(ANONYMOUS@/127.0.0.1:38666/default)/ch:0] [sub:8(vh(/default)/qu(3c0ff2d8-3083-4c33-802c-5be24b84b71e)] SUB-1001 : Create 2015-12-03 15:53:52,633 INFO [VirtualHostNode-default-Config] (q.m.s.close) - [con:10(ANONYMOUS@/127.0.0.1:38665/default)/ch:0] [sub:7(vh(/default)/qu(examples)] SUB-1002 : Close 2015-12-03 15:53:52,674 INFO [VirtualHostNode-default-Config] (q.m.s.close) - [con:11(ANONYMOUS@/127.0.0.1:38666/default)/ch:0] [sub:8(vh(/default)/qu(3c0ff2d8-3083-4c33-802c-5be24b84b71e)] SUB-1002 : Close 2015-12-03 15:53:52,679 INFO [VirtualHostNode-default-Config] (q.m.q.deleted) - [con:11(ANONYMOUS@/127.0.0.1:38666/default)] [vh(/default)/qu(3c0ff2d8-3083-4c33-802c-5be24b84b71e)] QUE-1002 : Deleted 2015-12-03 15:53:55,403 INFO [VirtualHostNode-default-Config] (q.m.s.create) - [con:12(ANONYMOUS@/127.0.0.1:38668/default)/ch:0] [sub:9(vh(/default)/qu(examples)] SUB-1001 : Create 2015-12-03 15:54:28,106 INFO [VirtualHostNode-default-Config] (q.m.q.created) - [con:13(ANONYMOUS@/127.0.0.1:38669/default)/ch:0] [vh(/default)/qu(9537ef16-93ed-4306-91c0-8357e24f6495)] QUE-1001 : Create : AutoDelete Transient 2015-12-03 15:54:28,113 INFO [VirtualHostNode-default-Config] (q.m.s.create) - [con:13(ANONYMOUS@/127.0.0.1:38669/default)/ch:0] [sub:10(vh(/default)/qu(9537ef16-93ed-4306-91c0-8357e24f6495)] SUB-1001 : Create 2015-12-03 15:55:11,421 INFO [VirtualHostNode-default-Config] (q.m.s.close) - [con:13(ANONYMOUS@/127.0.0.1:38669/default)/ch:0] [sub:10(vh(/default)/qu(9537ef16-93ed-4306-91c0-8357e24f6495)] SUB-1002 : Close 2015-12-03 15:55:11,424 INFO [VirtualHostNode-default-Config] (q.m.q.deleted) - [con:13(ANONYMOUS@/127.0.0.1:38669/default)] [vh(/default)/qu(9537ef16-93ed-4306-91c0-8357e24f6495)] QUE-1002 : Deleted 2015-12-03 15:55:13,158 INFO [VirtualHostNode-default-Config] (q.m.s.close) - [con:12(ANONYMOUS@/127.0.0.1:38668/default)/ch:0] [sub:9(vh(/default)/qu(examples)] SUB-1002 : Close 2015-12-03 15:56:05,708 INFO [IO-/127.0.0.1:38670] (o.a.q.s.e.TopicExchange) - Message routing key: abc No routes. 2015-12-03 16:35:24,849 INFO [Broker-Config] (q.m.b.shutting_down) - [Shutdown] BRK-1003 : Shutting down : TCP port 5672 2015-12-03 16:35:24,852 INFO [Broker-Config] (q.m.m.shutting_down) - [Shutdown] MNG-1003 : Shutting down : HTTP : port 8080 2015-12-03 16:35:24,979 INFO [Broker-Config] (q.m.m.stopped) - [Shutdown] MNG-1005 : Web Management Stopped 2015-12-03 16:35:25,234 WARN [VirtualHostNode-default-Config] (DERBY) - Thu Dec 03 16:35:25 GMT 2015: Shutting down instance a816c00e-0151-688c-3f57-000002f43f40 on database directory /home/gordon/qpid-releases/qpid-java/6.0.0/install/qpid-broker/6.0.0/default/messages/default with class loader sun.misc.Launcher$AppClassLoader@e1641c0 2015-12-03 16:35:25,260 INFO [VirtualHostNode-default-Config] (q.m.m.closed) - [Shutdown] [vh(/default)/ms(DerbyMessageStore)] MST-1003 : Closed 2015-12-03 16:35:25,262 INFO [VirtualHostNode-default-Config] (q.m.v.closed) - [Shutdown] VHT-1002 : Closed : default 2015-12-03 16:35:25,268 INFO [Broker-Config] (q.m.c.close) - [Shutdown] [vh(/default)/ms(JsonFileConfigStore)] CFG-1003 : Closed 2015-12-03 16:35:25,269 INFO [Broker-Config] (q.m.b.stopped) - [Shutdown] BRK-1005 : Stopped
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
