Skip to content

Instantly share code, notes, and snippets.

View GarstgerUnhold's full-sized avatar

Johannes Wollert GarstgerUnhold

View GitHub Profile
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'
Specify -J-Xmx####m to increase it (#### = cap size in MB).
Specify -w for full OutOfMemoryError stack trace
PermGen space
rake aborted!
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'
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
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
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'