Hi all, Hoping someone can spot where i have gone wrong because i've been staring at it too long. Basically trying to get a dummy hobo app up on NetBSD.
Ruby is -bash-4.1$ ruby -v ruby 1.8.7 (2009-06-12 patchlevel 174) [i486-netbsdelf] -bash-4.1$ I have the following gems installed -bash-4.1$ gem list *** LOCAL GEMS *** actionmailer (2.3.5, 2.2.2) actionpack (2.3.5, 2.2.2) activerecord (2.3.5, 2.2.2) activeresource (2.3.5, 2.2.2) activesupport (2.3.5, 2.2.2) addressable (2.1.1) bluecloth (2.0.7, 2.0.5) calendar_date_select (1.15) cgi_multipart_eof_fix (2.5.0) coderay (0.9.1, 0.8.357) daemons (1.0.10) fastthread (1.0.7) gem_plugin (0.2.3) gemcutter (0.5.0) hobo (1.0.0) hobofields (1.0.0) hobosupport (1.0.0) htmlentities (4.2.0) json (1.2.0) json_pure (1.2.2) mislav-will_paginate (2.3.11) mongrel (1.1.5) mongrel_cluster (1.0.5) panztel-actionwebservice (2.3.5) rack (1.1.0, 1.0.1) rails (2.3.5, 2.2.2) rake (0.8.7) RedCloth (4.2.2) sqlite3-ruby (1.2.5) will_paginate (2.3.12) -bash-4.1$ When i run script/server it starts but when i access the page i get the following trace /usr/pkg/lib/ruby/1.8/rexml/element.rb:124:in `root' /usr/pkg/lib/ruby/1.8/rexml/element.rb:126:in `root' /usr/pkg/lib/ruby/1.8/rexml/element.rb:132:in `document' /usr/pkg/lib/ruby/1.8/rexml/element.rb:1047:in `get_attribute' /usr/pkg/lib/ruby/1.8/rexml/element.rb:973:in `[]' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:877:in `promote_static_tag_to_method_call?' /usr/pkg/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:380:in `any?' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:877:in `each' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:877:in `any?' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:877:in `promote_static_tag_to_method_call?' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:857:in `static_element_to_erb' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:170:in `element_to_erb' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:122:in `node_to_erb' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:104:in `children_to_erb' /usr/pkg/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:380:in `map' /usr/pkg/lib/ruby/1.8/rexml/parent.rb:40:in `each' /usr/pkg/lib/ruby/1.8/rexml/parent.rb:40:in `each' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:104:in `map' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:104:in `children_to_erb' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:706:in `default_param_proc' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:624:in `parameter_tags_hash' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:229:in `with_containing_tag_name' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:623:in `parameter_tags_hash' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:539:in `tag_call' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:168:in `element_to_erb' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:122:in `node_to_erb' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:104:in `children_to_erb' /usr/pkg/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:380:in `map' /usr/pkg/lib/ruby/1.8/rexml/parent.rb:40:in `each' /usr/pkg/lib/ruby/1.8/rexml/parent.rb:40:in `each' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:104:in `map' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:104:in `children_to_erb' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:706:in `default_param_proc' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:624:in `parameter_tags_hash' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:229:in `with_containing_tag_name' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:623:in `parameter_tags_hash' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:748:in `param_proc' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:669:in `parameter_tag_hash_item' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:617:in `parameter_tags_hash' /usr/pkg/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:380:in `map' /usr/pkg/lib/ruby/1.8/rexml/parent.rb:40:in `each' /usr/pkg/lib/ruby/1.8/rexml/parent.rb:40:in `each' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:593:in `map' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:593:in `parameter_tags_hash' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:539:in `tag_call' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:168:in `element_to_erb' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:122:in `node_to_erb' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:104:in `children_to_erb' /usr/pkg/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:380:in `map' /usr/pkg/lib/ruby/1.8/rexml/parent.rb:40:in `each' /usr/pkg/lib/ruby/1.8/rexml/parent.rb:40:in `each' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:104:in `map' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:104:in `children_to_erb' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:93:in `process_src' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:80:in `create_render_page_method' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template.rb:64:in `compile' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml.rb:173:in `compile_renderer_class' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml.rb:159:in `make_renderer_class' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml.rb:112:in `page_renderer' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml.rb:78:in `page_renderer_for_template' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template_handler.rb:19:in `render_for_rails22' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template_handler.rb:142:in `render_dryml' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_view/base.rb:306:in `with_template' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template_handler.rb:138:in `render_dryml' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template_handler.rb:106:in `render' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_view/template.rb:205:in `render_template' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_view/base.rb:265:in `render' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/base.rb:1250:in `render_for_file_without_dryml' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/dryml/template_handler.rb:83:in `render_for_file' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/base.rb:945:in `render_without_benchmark' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:51:in `render' /usr/pkg/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/core_ext/benchmark.rb:17:in `ms' /usr/pkg/lib/ruby/1.8/benchmark.rb:308:in `realtime' /usr/pkg/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/core_ext/benchmark.rb:17:in `ms' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:51:in `render' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/base.rb:1326:in `default_render' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/base.rb:1332:in `perform_action_without_filters' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/filters.rb:617:in `call_filters' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/filters.rb:638:in `run_before_filters' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/controller.rb:23:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/hobo-1.0.0/lib/hobo/controller.rb:23:in `included_in_class' /usr/pkg/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:182:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:182:in `evaluate_method' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/filters.rb:184:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/filters.rb:635:in `run_before_filters' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/filters.rb:615:in `call_filters' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/pkg/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/core_ext/benchmark.rb:17:in `ms' /usr/pkg/lib/ruby/1.8/benchmark.rb:308:in `realtime' /usr/pkg/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/core_ext/benchmark.rb:17:in `ms' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/rescue.rb:160:in `perform_action_without_flash' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/flash.rb:146:in `perform_action' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/base.rb:532:in `send' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/base.rb:532:in `process_without_filters' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/filters.rb:606:in `process' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/base.rb:391:in `process' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/base.rb:386:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/routing/route_set.rb:437:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:87:in `dispatch' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:121:in `_call' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack' /usr/pkg/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:29:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:29:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/pkg/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:9:in `cache' /usr/pkg/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:28:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/string_coercion.rb:25:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/head.rb:9:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/methodoverride.rb:24:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/params_parser.rb:15:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/session/cookie_store.rb:93:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/failsafe.rb:26:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in `synchronize' /usr/pkg/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:114:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/reloader.rb:34:in `run' /usr/pkg/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:108:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/rails/rack/static.rb:31:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/urlmap.rb:46:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/urlmap.rb:40:in `each' /usr/pkg/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/urlmap.rb:40:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/rails/rack/log_tailer.rb:17:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/content_length.rb:13:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/chunked.rb:15:in `call' /usr/pkg/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/handler/mongrel.rb:64:in `process' /usr/pkg/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client' /usr/pkg/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each' /usr/pkg/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client' /usr/pkg/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' /usr/pkg/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize' /usr/pkg/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new' /usr/pkg/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' /usr/pkg/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize' /usr/pkg/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new' /usr/pkg/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run' /usr/pkg/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/handler/mongrel.rb:34:in `run' /usr/pkg/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/commands/server.rb:111 /usr/pkg/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/pkg/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 It does this with Typo too so i know its a system issue just cant spot it. Ready to give up now. Thanks for any suggestions. Mark -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
