-
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
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 |
#!/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 |
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" |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer