Skip to content

Instantly share code, notes, and snippets.

ERROR [2015-10-27 13:14:24,630] [qtp276055539-21459 - GET /cws/v1/pge/bill-comparison/bb417b2f-29ee-11e4-b0f1-0025b50000cf?bill=PREVIOUS&asOf=NOW] c.y.d.j.LoggingExceptionMapper - Error handling a reque
st: 59f6f104aceeb9dd
com.netflix.hystrix.exception.HystrixRuntimeException: com.opower.account.resources.AccountResource.getAccountByUuid timed-out and fallback disabled.
at com.netflix.hystrix.HystrixCommand.getFallbackOrThrowException(HystrixCommand.java:1675) ~[bill-comparison-server-0.0.4-SNAPSHOT.jar:na]
at com.netflix.hystrix.HystrixCommand.access$1900(HystrixCommand.java:103) ~[bill-comparison-server-0.0.4-SNAPSHOT.jar:na]
at com.netflix.hystrix.HystrixCommand$TimeoutObservable$1$1.run(HystrixCommand.java:1023) ~[bill-comparison-server-0.0.4-SNAPSHOT.jar:na]
at com.netflix.hystrix.strategy.concurrency.HystrixContextRunnable$1.call(HystrixContextRunnable.java:41) ~[bill-comparison-server-0.0.4-SNAPSHOT.jar:na]
at com.netflix.hystrix.strategy.concurrency.HystrixC
kitchen | Chef::Exceptions::RecipeNotFound
kitchen | --------------------------------
kitchen | could not find recipe test for cookbook platform_db
(use "git add <file>..." to include in what will be committed)
test/README.md
test/metadata.rb
test/recipes/test.rb
@cluePrints
cluePrints / java_debug_capture.sh
Created August 10, 2012 16:57
Script to gather info about a java process - useful for producing informative bug reports.
#!/bin/bash
#
# Quickly collect information about a java process:
# - heap dump
# - stack trace
#
# Set this to control number of snapshots kept:
#
MAX_DUMPS=5
#
EXPORT CLIENT_FQDN="my.client.com"
EXPORT SERVER_FQDN="my.server.com"
EXPORT CLIENT_IP=". . ."
EXPORT SERVER_IP=". . ."
cat > /etc/sysconfig/network << EOF
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=$CLIENT_FQDN
@cluePrints
cluePrints / gist:2521535
Created April 28, 2012 19:27
Installing Rails @ Amazon Linux

Steps

  • Build tools:

      sudo yum groupinstall "Development Tools"
    
  • Dependencies:

      yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel \
    

libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel

@cluePrints
cluePrints / rails-install-ubuntu.sh
Created February 28, 2012 20:29 — forked from vesan/rails-install-ubuntu.sh
Rails Girls Install Scripts for OS X and Ubuntu
echo "Updates packages. Asks for your password."
sudo apt-get update -y
echo "Installs packages. Give your password when asked."
sudo apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev -y
echo "Installs ImageMagick for image processing"
sudo apt-get install imagemagick --fix-missing -y
echo "Installs RVM (Ruby Version Manager) for handling Ruby installation"
@cluePrints
cluePrints / about.md
Created August 12, 2011 11:01 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer