Skip to content

Instantly share code, notes, and snippets.

View stefanogualdi's full-sized avatar

Stefano Gualdi stefanogualdi

View GitHub Profile
References:
[1] http://www.virtualzone.de/2012-05-01/ubuntu-12-04-on-citrix-xenserver-5-6/
[2] http://thetechshop.org/showthread.php?847-Citrix-Xenserver-Template-for-Ubuntu-12.04-and-the-weird-Rebooting-to-Read-Only-Mode
Steps:
1. New VM
* Two choices:
@stefanogualdi
stefanogualdi / gist:6158313
Created August 5, 2013 18:42
Stacktrace on heroku
2013-08-05T18:34:33.167903+00:00 app[web.1]: Aug 05, 2013 6:34:22 PM io.netty.util.concurrent.DefaultPromise notifyListener0
2013-08-05T18:34:33.284707+00:00 app[web.1]: WARNING: An exception was thrown by io.netty.handler.stream.ChunkedWriteHandler$3.operationComplete()
2013-08-05T18:34:33.394665+00:00 app[web.1]: java.lang.IllegalStateException: recycled already
2013-08-05T18:34:33.503444+00:00 app[web.1]: at io.netty.util.Recycler$Stack.push(Recycler.java:96)
2013-08-05T18:34:33.611201+00:00 app[web.1]: at io.netty.util.Recycler.recycle(Recycler.java:56)
2013-08-05T18:34:33.722130+00:00 app[web.1]: at io.netty.util.internal.PendingWrite.recycle(PendingWrite.java:57)
2013-08-05T18:34:33.844369+00:00 app[web.1]: at io.netty.util.internal.PendingWrite.successAndRecycle(PendingWrite.java:78)
2013-08-05T18:34:33.954130+00:00 app[web.1]: at io.netty.handler.stream.ChunkedWriteHandler$3.operationComplete(ChunkedWriteHandler.java:284)
2013-08-05T18:34:34.064101+00:00 app[web.1]: at io.netty.handler.stream.C