Skip to content

Instantly share code, notes, and snippets.

View GarstgerUnhold's full-sized avatar

Johannes Wollert GarstgerUnhold

View GitHub Profile
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.OutOfMemoryError: Java heap space)
org.eclipse.swt.SWT:-1:in `error'
org.eclipse.swt.SWT:-1:in `error'
org.eclipse.swt.widgets.Synchronizer:-1:in `syncExec'
org.eclipse.swt.widgets.Display:-1:in `syncExec'
/Users/johannes/workspace/redcar/plugins/swt/lib/swt.rb:105:in `sync_exec'
/Users/johannes/workspace/redcar/plugins/redcar/redcar.rb:20:in `update_gui'
/Users/johannes/workspace/redcar/plugins/html_view/lib/html_view.rb:95:in `attach_controller_listeners'
/Users/johannes/workspace/redcar/plugins/core/lib/core/observable.rb:103:in `call'
/Users/johannes/workspace/redcar/plugins/core/lib/core/observable.rb:103:in `observable_run_blocks'
Counting objects: 1564, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (762/762), done.
Writing objects: 100% (1564/1564), 376.11 KiB, done.
Total 1564 (delta 805), reused 1432 (delta 769)
error: RPC failed; result=22, HTTP code = 405
function filter_git_repo ()
{
cd ../GitRepos/$1;
git filter-branch --subdirectory-filter $1 -- --all;
cd ../../cockpit-svn/
}
function push_git_repo ()
{
git push $1 --all
Error in command Redcar::Project::FileSaveCommand
NativeException: java.lang.IllegalArgumentException: Index out of bounds
org.eclipse.swt.SWT:-1:in `error'
org.eclipse.swt.SWT:-1:in `error'
org.eclipse.swt.SWT:-1:in `error'
org.eclipse.swt.custom.StyledText:-1:in `getOffsetAtLine'
/Users/johannes/workspace/redcar/plugins/edit_view_swt/lib/edit_view_swt/document.rb:80:in `replace'
/Users/johannes/workspace/redcar/plugins/edit_view/lib/edit_view/document.rb:225:in `replace'
/Users/johannes/workspace/redcar/plugins/strip_trailing_spaces/lib/strip_trailing_spaces.rb:44:in `before_save'
/Users/johannes/workspace/redcar/plugins/edit_view/lib/edit_view/document.rb:72:in `between_save_hooks'
Specify -J-Xmx####m to increase it (#### = cap size in MB).
Specify -w for full OutOfMemoryError stack trace
PermGen space
rake aborted!
Error in speedbar listener: undefined method `edit_view' for nil:NilClass
/Users/johannes/workspace/redcar/plugins/edit_view/lib/edit_view/command.rb:11:in `edit_view'
/johannes/workspace/redcar/plugins/edit_view/lib/edit_view/command.rb:7:in `doc'
/johannes/workspace/redcar/plugins/redcar/redcar.rb:655:in `doc'
/johannes/workspace/redcar/plugins/redcar/redcar.rb:644
/johannes/workspace/redcar/plugins/application_swt/lib/application_swt/speedbar.rb:237:in `instance_exec'
/johannes/workspace/redcar/plugins/application_swt/lib/application_swt/speedbar.rb:237:in `key_press'
/johannes/workspace/redcar/plugins/application_swt/lib/application_swt/speedbar.rb:233:in `each'
/johannes/workspace/redcar/plugins/application_swt/lib/application_swt/speedbar.rb:233:in `key_press'
/johannes/workspace/redcar/plugins/application_swt/lib/application_swt/speedbar.rb:195:in `keyPressed'
/Users/johannes/workspace/redmine/lib/redmine/menu_manager.rb:53:in `add_at': Child already added (RuntimeError)
from /Users/johannes/workspace/redmine/lib/redmine/menu_manager.rb:363:in `push'
from /Users/johannes/workspace/redmine/lib/redmine/plugin.rb:178:in `menu'
from /Users/johannes/workspace/redmine/vendor/plugins/redmine_reporting/init.rb:42:in `evaluate_init_rb'
from /Users/johannes/workspace/redmine/lib/redmine/plugin.rb:67:in `instance_eval'
from /Users/johannes/workspace/redmine/lib/redmine/plugin.rb:67:in `register'
from /Users/johannes/workspace/redmine/vendor/plugins/redmine_reporting/init.rb:9:in `evaluate_init_rb'
from /Users/johannes/.rvm/gems/ree-1.8.7-2010.02/gems/rails-2.3.5/lib/rails/plugin.rb:158:in `evaluate_init_rb'
from /Users/johannes/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.5/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'
from /Users/johannes/.rvm/gems/ree-1.8.7-2010.02/gems/rails-2.3.5/lib/rails/plugin.rb:154:in `evaluate_init_rb'
ruby -I"lib:test" "/Users/$(whoami)/.rvm/gems/ree-1.8.7-2010.02/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" test/unit/mailer_test.rb
# Author: Pieter Noordhuis
# Description: Simple demo to showcase Redis PubSub with EventMachine
#
# Requirements:
# - rubygems: eventmachine, thin, cramp, sinatra, yajl-ruby
# - a browser with WebSocket support
#
# Usage:
# ruby redis_pubsub_demo.rb
#