This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'http://rubygems.org' | |
gem 'rack' | |
gem 'activesupport' | |
gem "torquebox", '2.0.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
09:54:38,555 INFO [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015876: Starting deployment of "search_api-knob.yml" | |
09:54:38,555 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015863: Replacement of deployment "search_api-knob.yml" by deployment "search_api-knob.yml" was rolled back with failure mes | |
sage {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"search_api-knob.yml\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"search_api-knob.yml\".STRUC | |
TURE: Failed to process phase STRUCTURE of deployment \"search_api-knob.yml\""}} | |
09:54:38,557 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-20) MSC00001: Failed to start service jboss.deployment.unit."search_api-knob.yml".STRUCTURE: org.jboss.msc.service.StartException i | |
n service jboss.deployment.unit."search_api-knob.yml".STRUCTURE: Failed to process phase STRUCTURE of deployment "search_api-knob.yml" | |
at org.jboss.as.server.deployment.DeploymentUnitPhaseServic |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10:39:23,588 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 44) JBAS016200: Activating ConfigAdmin Subsystem | |
10:39:23,613 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 49) JBAS010280: Activating Infinispan subsystem. | |
10:39:23,636 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 50) JBAS016300: Activating JacORB Subsystem | |
10:39:23,639 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /192.168.20.194:9999 | |
10:39:23,671 INFO [org.jboss.as.security] (ServerService Thread Pool -- 68) JBAS013101: Activating Security Subsystem | |
10:39:23,677 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 55) JBAS010260: Activating JGroups subsystem. | |
10:39:23,693 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 62) JBAS011800: Activating Naming Subsystem | |
10:39:23,704 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 63) JBAS011940: Activating OSGi Subsystem | |
10:39:23,709 INFO [org.jboss.as.security] (MSC service threa |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00:01:33,502 WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a814c2:-a998a16:4f956b63:266e18f, node_name=1, branch_uid=0:ffffc0a814c2:-a998a16:4f956b63:266e190, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.FINISH_OK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@62f7c57d > | |
00:01:33,534 WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016038: No XAResource to recover < formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a814c2:-a998a16:4f956b63:266e18f, node_name=1, branch_uid=0:ffffc0a814c2:-a998a16:4f956b63:266e190, subordinatenodename=null, eis_name=unknown eis name > | |
00:01:33,536 WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
template |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JBWEB000065: HTTP Status 500 - org.jruby.exceptions.RaiseException: (RuntimeError) can't modify frozen array | |
JBWEB000309: type JBWEB000066: Exception report | |
JBWEB000068: message org.jruby.exceptions.RaiseException: (RuntimeError) can't modify frozen array | |
JBWEB000069: description JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request. | |
JBWEB000070: exception |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rubygems' | |
require 'bundler/setup' | |
Bundler.require(:default) | |
class MongoClient | |
def initialize | |
@mongo_client = Mongo::MongoClient.new 'localhost',30999, pool_size: 3, pool_timeout:1, op_timeout:1, connect_timeout:1, read: :secondary | |
#:secondary_preferred | |
@mongo_database = @mongo_client['mongodb_outage_test'] | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gem 'mongo' | |
gem 'bson_ext' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m30999| 2015-01-26T14:59:41.936+0100 [Balancer] distributed lock 'balancer/Lowang-MacBook-Pro.local:30999:1422278030:16807' unlocked. | |
m31102| 2015-01-26T14:59:44.699+0100 [conn210] end connection 192.168.1.220:52935 (4 connections now open) | |
m31102| 2015-01-26T14:59:44.701+0100 [initandlisten] connection accepted from 192.168.1.220:52951 #213 (5 connections now open) | |
m31100| 2015-01-26T14:59:46.655+0100 [conn234] end connection 192.168.1.220:52936 (10 connections now open) | |
m31100| 2015-01-26T14:59:46.656+0100 [initandlisten] connection accepted from 192.168.1.220:52952 #237 (11 connections now open) | |
m30999| 2015-01-26T14:59:47.945+0100 [Balancer] distributed lock 'balancer/Lowang-MacBook-Pro.local:30999:1422278030:16807' acquired, ts : 54c64853ce5c61cbab9c833b | |
m30999| 2015-01-26T14:59:47.945+0100 [Balancer] distributed lock 'balancer/Lowang-MacBook-Pro.local:30999:1422278030:16807' unlocked. | |
m30999| 2015-01-26T14:59:50.723+0100 [LockPinger] cluster Lowang-MacBook-Pro.local:29000 pinged successfully at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'http://rubygems.org' | |
ruby "1.9.3", :engine => "jruby", :engine_version => "1.7.19" | |
gem 'torquebox-messaging', '~> 3.1.2', platform: :jruby | |
gem 'torquebox', '~> 3.1.2', platform: :jruby |
OlderNewer