Hi, I''m trying to get Instiki-0.11pl1 running on OS X 10.4.9 with Ruby 1.8.5, Rails 1.2.2, MySQL 4.1.18, but I''ve hit several problems installing. Hopefully someone can help. I''ve got the production database created and configured and WEBrick is running. When I point my browser at http://localhost:2500 I get the Rails error: LoadError in <controller not set>#<action not set> Already loaded file ''./app/controllers/application.rb'' \\ but ''ApplicationController'' was not set, perhaps you \\ need to rename ''./app/controllers/application.rb''? So I renamed application.1.rb to application_controller (as application.rb is empty) and wiki_controller.1.rb to wiki_controller.rb (as the supplied wiki_controller.rb is empty). Tried again with the browser. Get the error message: SystemStackError in <controller not set>#<action not set> stack level too deep ... (and a 3000 line stack trace - some is at the bottom of this email) The stack trace seems to say that some dependency is missing. Can anyone tell me what gems I need to run instiki? Is getting instiki working this difficult? ;-) Please let me know what I''m doing wrong.... Cheers, Ed. ---Stack trace--- Processing Base#index (for 127.0.0.1 at 2007-04-10 20:30:51) [GET] Parameters: {} SystemStackError (stack level too deep): /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in `const_load!'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in `const_missing'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in `const_get'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in `const_missing'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in `const_missing'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in `const_get'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in `const_missing'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in `const_missing'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in `const_get'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in `const_missing'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in `const_missing'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in `const_get'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in `const_missing'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in `const_missing'' (about 3000 lines of this, then..) /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in `const_get'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in `const_missing'' /app/controllers/wiki_controllerrb:6 /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/custom_requirerb:27:in `gem_original_require'' /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/custom_requirerb:27:in `require'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:214:in `require'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:39:in `require_or_load'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:22:in `depend_on'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:178:in `require_dependency'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:134:in `load_file!'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:97:in `const_load!'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in `each'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in `const_load!'' /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in `const_missing'' generated/routing/recognitionrb:151:in `recognize_path'' /vendor/rails/actionpack/lib/action_controller/routingrb:458:in `recognize!'' /vendor/rails/railties/lib/dispatcherrb:38:in `dispatch'' /vendor/rails/railties/lib/webrick_serverrb:117:in `handle_dispatch'' /vendor/rails/railties/lib/webrick_serverrb:83:in `service'' /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:104:in `service'' /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:65:in `run'' /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:173:in `start_thread'' /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in `start'' /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in `start_thread'' /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:95:in `start'' /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `each'' /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `start'' /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:23:in `start'' /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:82:in `start'' /vendor/rails/railties/lib/webrick_serverrb:69:in `dispatch'' /script/server:49 /instiki:6:in `load'' /instiki:6 ---End of stack trace---
Hi (again). I removed the /vendor/rails directory as instructed in the previous thread about ''Upgrading from 0.10.2''. This stops the system stack error, but now I get: "MissingSourceFile in AdminController#create_system no such file to load -- application" Thanks, Ed. On 11/04/07, Ed Sweet <edsweet at gmail.com> wrote:> Hi, > > I''m trying to get Instiki-0.11pl1 running on OS X 10.4.9 with Ruby > 1.8.5, Rails 1.2.2, MySQL 4.1.18, but I''ve hit several problems > installing. Hopefully someone can help. > > I''ve got the production database created and configured and WEBrick is > running. When I point my browser at http://localhost:2500 I get the > Rails error: > > LoadError in <controller not set>#<action not set> > Already loaded file ''./app/controllers/application.rb'' \\ > but ''ApplicationController'' was not set, perhaps you \\ > need to rename ''./app/controllers/application.rb''? > > So I renamed application.1.rb to application_controller (as > application.rb is empty) and wiki_controller.1.rb to > wiki_controller.rb (as the supplied wiki_controller.rb is empty). > Tried again with the browser. Get the error message: > > SystemStackError in <controller not set>#<action not set> > > stack level too deep > ... > (and a 3000 line stack trace - some is at the bottom of this email) > > The stack trace seems to say that some dependency is missing. Can > anyone tell me what gems I need to run instiki? > > Is getting instiki working this difficult? ;-) Please let me know what > I''m doing wrong.... > > Cheers, > > Ed. > > ---Stack trace--- > Processing Base#index (for 127.0.0.1 at 2007-04-10 20:30:51) [GET] > Parameters: {} > > SystemStackError (stack level too deep): > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in > `const_load!'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing'' > > (about 3000 lines of this, then..) > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing'' > /app/controllers/wiki_controllerrb:6 > /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/custom_requirerb:27:in > `gem_original_require'' > /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/custom_requirerb:27:in > `require'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:214:in > `require'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:39:in > `require_or_load'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:22:in > `depend_on'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:178:in > `require_dependency'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:134:in > `load_file!'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:97:in > `const_load!'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in > `each'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in > `const_load!'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing'' > generated/routing/recognitionrb:151:in `recognize_path'' > /vendor/rails/actionpack/lib/action_controller/routingrb:458:in `recognize!'' > /vendor/rails/railties/lib/dispatcherrb:38:in `dispatch'' > /vendor/rails/railties/lib/webrick_serverrb:117:in `handle_dispatch'' > /vendor/rails/railties/lib/webrick_serverrb:83:in `service'' > /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:104:in `service'' > /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:65:in `run'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:173:in `start_thread'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in `start'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in `start_thread'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:95:in `start'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `each'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `start'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:23:in `start'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:82:in `start'' > /vendor/rails/railties/lib/webrick_serverrb:69:in `dispatch'' > /script/server:49 > /instiki:6:in `load'' > /instiki:6 > ---End of stack trace--- >
Erm.... is anyone watching this list? Am I posting to the right place? Was my question that dumb? Thanks, Ed. ---------- Forwarded message ---------- From: Ed Sweet <edsweet at gmail.com> Date: 11-Apr-2007 16:19 Subject: Re: Problems installing... To: instiki-users at rubyforge.org Hi (again). I removed the /vendor/rails directory as instructed in the previous thread about ''Upgrading from 0.10.2''. This stops the system stack error, but now I get: "MissingSourceFile in AdminController#create_system no such file to load -- application" Thanks, Ed. On 11/04/07, Ed Sweet <edsweet at gmail.com> wrote:> Hi, > > I''m trying to get Instiki-0.11pl1 running on OS X 10.4.9 with Ruby > 1.8.5, Rails 1.2.2, MySQL 4.1.18, but I''ve hit several problems > installing. Hopefully someone can help. > > I''ve got the production database created and configured and WEBrick is > running. When I point my browser at http://localhost:2500 I get the > Rails error: > > LoadError in <controller not set>#<action not set> > Already loaded file ''./app/controllers/application.rb'' \\ > but ''ApplicationController'' was not set, perhaps you \\ > need to rename ''./app/controllers/application.rb''? > > So I renamed application.1.rb to application_controller (as > application.rb is empty) and wiki_controller.1.rb to > wiki_controller.rb (as the supplied wiki_controller.rb is empty). > Tried again with the browser. Get the error message: > > SystemStackError in <controller not set>#<action not set> > > stack level too deep > ... > (and a 3000 line stack trace - some is at the bottom of this email) > > The stack trace seems to say that some dependency is missing. Can > anyone tell me what gems I need to run instiki? > > Is getting instiki working this difficult? ;-) Please let me know what > I''m doing wrong.... > > Cheers, > > Ed. > > ---Stack trace--- > Processing Base#index (for 127.0.0.1 at 2007-04-10 20:30:51) [GET] > Parameters: {} > > SystemStackError (stack level too deep): > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in > `const_load!'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing'' > > (about 3000 lines of this, then..) > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing'' > /app/controllers/wiki_controllerrb:6 > /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/custom_requirerb:27:in > `gem_original_require'' > /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/custom_requirerb:27:in > `require'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:214:in > `require'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:39:in > `require_or_load'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:22:in > `depend_on'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:178:in > `require_dependency'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:134:in > `load_file!'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:97:in > `const_load!'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in > `each'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in > `const_load!'' > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing'' > generated/routing/recognitionrb:151:in `recognize_path'' > /vendor/rails/actionpack/lib/action_controller/routingrb:458:in `recognize!'' > /vendor/rails/railties/lib/dispatcherrb:38:in `dispatch'' > /vendor/rails/railties/lib/webrick_serverrb:117:in `handle_dispatch'' > /vendor/rails/railties/lib/webrick_serverrb:83:in `service'' > /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:104:in `service'' > /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:65:in `run'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:173:in `start_thread'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in `start'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in `start_thread'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:95:in `start'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `each'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `start'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:23:in `start'' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:82:in `start'' > /vendor/rails/railties/lib/webrick_serverrb:69:in `dispatch'' > /script/server:49 > /instiki:6:in `load'' > /instiki:6 > ---End of stack trace--- >
hello ed, yes, indeed there are some people reading this list; i just cannot really tell what your problem is. if you have mongrel installed, you might want to try to start instiki via mongrel, since some of your errors seem to be webrick related(?) another try for you: you might want to compile readline with ./configure --prefix=/usr/local then compile ruby (maybe you might even want to try 1.8.6) with the following ./configure parameters: ./configure --prefix=/usr/local --enable-shared --enable-pthreads --enable-install-doc --without-tk --with-readline-dir=/usr/local make clean && make && make install && make install-doc then make sure you are calling the correct ruby-version by putting a export PATH="/usr/local/bin:/usr/local/sbin:$PATH" in your ~/.bash_history file. else you are maybe calling the old ruby (1.8.2) that comes with osx tiger. tell me if that fixes your problem. also the file application.1.rb sounds strange for me. did you find that in the 0.11.pl1 distribution or where did that come from? regards, matthias On 4/17/07, Ed Sweet <edsweet at gmail.com> wrote:> Erm.... is anyone watching this list? Am I posting to the right place? > Was my question that dumb? > > Thanks, > > Ed. > > ---------- Forwarded message ---------- > From: Ed Sweet <edsweet at gmail.com> > Date: 11-Apr-2007 16:19 > Subject: Re: Problems installing... > To: instiki-users at rubyforge.org > > > Hi (again). > > I removed the /vendor/rails directory as instructed in the previous > thread about ''Upgrading from 0.10.2''. This stops the system stack > error, but now I get: > > "MissingSourceFile in AdminController#create_system > no such file to load -- application" > > Thanks, > > Ed. > > On 11/04/07, Ed Sweet <edsweet at gmail.com> wrote: > > Hi, > > > > I''m trying to get Instiki-0.11pl1 running on OS X 10.4.9 with Ruby > > 1.8.5, Rails 1.2.2, MySQL 4.1.18, but I''ve hit several problems > > installing. Hopefully someone can help. > > > > I''ve got the production database created and configured and WEBrick is > > running. When I point my browser at http://localhost:2500 I get the > > Rails error: > > > > LoadError in <controller not set>#<action not set> > > Already loaded file ''./app/controllers/application.rb'' \\ > > but ''ApplicationController'' was not set, perhaps you \\ > > need to rename ''./app/controllers/application.rb''? > > > > So I renamed application.1.rb to application_controller (as > > application.rb is empty) and wiki_controller.1.rb to > > wiki_controller.rb (as the supplied wiki_controller.rb is empty). > > Tried again with the browser. Get the error message: > > > > SystemStackError in <controller not set>#<action not set> > > > > stack level too deep > > ... > > (and a 3000 line stack trace - some is at the bottom of this email) > > > > The stack trace seems to say that some dependency is missing. Can > > anyone tell me what gems I need to run instiki? > > > > Is getting instiki working this difficult? ;-) Please let me know what > > I''m doing wrong.... > > > > Cheers, > > > > Ed. > > > > ---Stack trace--- > > Processing Base#index (for 127.0.0.1 at 2007-04-10 20:30:51) [GET] > > Parameters: {} > > > > SystemStackError (stack level too deep): > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in > > `const_load!'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > > `const_missing'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > > `const_get'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > > `const_missing'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > > `const_missing'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > > `const_get'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > > `const_missing'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > > `const_missing'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > > `const_get'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > > `const_missing'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > > `const_missing'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > > `const_get'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > > `const_missing'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > > `const_missing'' > > > > (about 3000 lines of this, then..) > > > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > > `const_get'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > > `const_missing'' > > /app/controllers/wiki_controllerrb:6 > > /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/custom_requirerb:27:in > > `gem_original_require'' > > /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/custom_requirerb:27:in > > `require'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:214:in > > `require'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:39:in > > `require_or_load'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:22:in > > `depend_on'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:178:in > > `require_dependency'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:134:in > > `load_file!'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:97:in > > `const_load!'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in > > `each'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in > > `const_load!'' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > > `const_missing'' > > generated/routing/recognitionrb:151:in `recognize_path'' > > /vendor/rails/actionpack/lib/action_controller/routingrb:458:in `recognize!'' > > /vendor/rails/railties/lib/dispatcherrb:38:in `dispatch'' > > /vendor/rails/railties/lib/webrick_serverrb:117:in `handle_dispatch'' > > /vendor/rails/railties/lib/webrick_serverrb:83:in `service'' > > /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:104:in `service'' > > /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:65:in `run'' > > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:173:in `start_thread'' > > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in `start'' > > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in `start_thread'' > > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:95:in `start'' > > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `each'' > > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `start'' > > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:23:in `start'' > > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:82:in `start'' > > /vendor/rails/railties/lib/webrick_serverrb:69:in `dispatch'' > > /script/server:49 > > /instiki:6:in `load'' > > /instiki:6 > > ---End of stack trace--- > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >
Thanks for your reply Matthias, answers in-line:> yes, indeed there are some people reading this list; i just cannot > really tell what your problem is.sorry, I thought I''d given as much information as I had.> if you have mongrel installed, you might want to try to start instiki via mongrel, since some of your errors seem to be webrick related(?)Hmmm... I use webrick all the time for my other applications. Strange insitki is the only thing that doesn''t work with it!> another try for you: you might want to compile readline with ./configure --prefix=/usr/localI already have the readline libs (v5.1) in /usr/local.> > then compile ruby (maybe you might even want to try 1.8.6) with the > following ./configure parameters: > ./configure --prefix=/usr/local --enable-shared --enable-pthreads > --enable-install-doc --without-tk --with-readline-dir=/usr/local > make clean && make && make install && make install-doc > then make sure you are calling the correct ruby-version by putting a > export PATH="/usr/local/bin:/usr/local/sbin:$PATH" > in your ~/.bash_history file. else you are maybe calling the old ruby > (1.8.2) that comes with osx tiger.No, I''m definately calling ruby 1.8.5. I can see this when I start WEBRick. But, I have updated my Ruby to 1.8.6 and compiled as you wanted.> also the file application.1.rb sounds strange for me. did you find that in the 0.11.pl1 distribution?Yes, application.1.rb is in the controllers directory of 0.11.pl1. I''m still a bit confused as to why all the *.1.rb files are in the distribution. Can you explain? Why are all the *.rb files empty and the *.1.rb files containing all the code? So, I downloaded a brand new copy of 0.11p1 (just to be sure) configured database.yml, removed /vendor/rails and ran booted up Mongrel (1.0.1). I get the stack trace at the bottom of this mail in the production.log when I try to access http://localhost:3000. Thanks, Ed. Expected /Users/Ed/Documents/instiki-0.11.pl1/app/controllers/wiki_controller.rb to define WikiController /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:249:in `load_missing_constant'' /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:452:in `const_missing'' /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:464:in `const_missing'' /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/inflector.rb:250:in `constantize'' /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/core_ext/string/inflections.rb:148:in `constantize'' /Users/Ed/.rubygems/gems/actionpack-1.13.2/lib/action_controller/routing.rb:1284:in `recognize'' /Users/Ed/.rubygems/gems/rails-1.2.2/lib/dispatcher.rb:40:in `dispatch'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run'' /Users/Ed/.rubygems/gems/mongrel-1.0.1/bin/mongrel_rails:243 /Users/Ed/.rubygems/bin/mongrel_rails:18:in `load'' /Users/Ed/.rubygems/bin/mongrel_rails:18
ok, so I removed all the empty files and renamed all the *.1.rb files to the correct file name. All seems to be working ok. Are the filenames in the 0.11p1 package broken somehow? Is it just me? Ed. On 17/04/07, Ed Sweet <edsweet at gmail.com> wrote:> Thanks for your reply Matthias, answers in-line: > > > yes, indeed there are some people reading this list; i just cannot > > really tell what your problem is. > > sorry, I thought I''d given as much information as I had. > > > if you have mongrel installed, you might want to try to start instiki via mongrel, since some of your errors seem to be webrick related(?) > > Hmmm... I use webrick all the time for my other applications. Strange > insitki is the only thing that doesn''t work with it! > > > another try for you: you might want to compile readline with ./configure --prefix=/usr/local > > I already have the readline libs (v5.1) in /usr/local. > > > > then compile ruby (maybe you might even want to try 1.8.6) with the > > following ./configure parameters: > > ./configure --prefix=/usr/local --enable-shared --enable-pthreads > > --enable-install-doc --without-tk --with-readline-dir=/usr/local > > make clean && make && make install && make install-doc > > then make sure you are calling the correct ruby-version by putting a > > export PATH="/usr/local/bin:/usr/local/sbin:$PATH" > > in your ~/.bash_history file. else you are maybe calling the old ruby > > (1.8.2) that comes with osx tiger. > > No, I''m definately calling ruby 1.8.5. I can see this when I start > WEBRick. But, I have updated my Ruby to 1.8.6 and compiled as you > wanted. > > > also the file application.1.rb sounds strange for me. did you find that in the 0.11.pl1 distribution? > > Yes, application.1.rb is in the controllers directory of 0.11.pl1. > > I''m still a bit confused as to why all the *.1.rb files are in the > distribution. Can you explain? Why are all the *.rb files empty and > the *.1.rb files containing all the code? > > So, I downloaded a brand new copy of 0.11p1 (just to be sure) > configured database.yml, removed /vendor/rails and ran booted up > Mongrel (1.0.1). > > I get the stack trace at the bottom of this mail in the production.log > when I try to access http://localhost:3000. > > Thanks, > > Ed. > > Expected /Users/Ed/Documents/instiki-0.11.pl1/app/controllers/wiki_controller.rb > to define WikiController > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:249:in > `load_missing_constant'' > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:452:in > `const_missing'' > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:464:in > `const_missing'' > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/inflector.rb:250:in > `constantize'' > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/core_ext/string/inflections.rb:148:in > `constantize'' > /Users/Ed/.rubygems/gems/actionpack-1.13.2/lib/action_controller/routing.rb:1284:in > `recognize'' > /Users/Ed/.rubygems/gems/rails-1.2.2/lib/dispatcher.rb:40:in `dispatch'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run'' > /Users/Ed/.rubygems/gems/mongrel-1.0.1/bin/mongrel_rails:243 > /Users/Ed/.rubygems/bin/mongrel_rails:18:in `load'' > /Users/Ed/.rubygems/bin/mongrel_rails:18 >
ed, can it be your unzip-tool creates those *.1 files? i was now testing the 0.11.pl1 package, both the ZIP and TGZ work fine for me, without any of those .1 files... On 4/17/07, Ed Sweet <edsweet at gmail.com> wrote:> ok, so I removed all the empty files and renamed all the *.1.rb files > to the correct file name. > > All seems to be working ok. > > Are the filenames in the 0.11p1 package broken somehow? Is it just me? > > Ed. > > On 17/04/07, Ed Sweet <edsweet at gmail.com> wrote: > > Thanks for your reply Matthias, answers in-line: > > > > > yes, indeed there are some people reading this list; i just cannot > > > really tell what your problem is. > > > > sorry, I thought I''d given as much information as I had. > > > > > if you have mongrel installed, you might want to try to start instiki via mongrel, since some of your errors seem to be webrick related(?) > > > > Hmmm... I use webrick all the time for my other applications. Strange > > insitki is the only thing that doesn''t work with it! > > > > > another try for you: you might want to compile readline with ./configure --prefix=/usr/local > > > > I already have the readline libs (v5.1) in /usr/local. > > > > > > then compile ruby (maybe you might even want to try 1.8.6) with the > > > following ./configure parameters: > > > ./configure --prefix=/usr/local --enable-shared --enable-pthreads > > > --enable-install-doc --without-tk --with-readline-dir=/usr/local > > > make clean && make && make install && make install-doc > > > then make sure you are calling the correct ruby-version by putting a > > > export PATH="/usr/local/bin:/usr/local/sbin:$PATH" > > > in your ~/.bash_history file. else you are maybe calling the old ruby > > > (1.8.2) that comes with osx tiger. > > > > No, I''m definately calling ruby 1.8.5. I can see this when I start > > WEBRick. But, I have updated my Ruby to 1.8.6 and compiled as you > > wanted. > > > > > also the file application.1.rb sounds strange for me. did you find that in the 0.11.pl1 distribution? > > > > Yes, application.1.rb is in the controllers directory of 0.11.pl1. > > > > I''m still a bit confused as to why all the *.1.rb files are in the > > distribution. Can you explain? Why are all the *.rb files empty and > > the *.1.rb files containing all the code? > > > > So, I downloaded a brand new copy of 0.11p1 (just to be sure) > > configured database.yml, removed /vendor/rails and ran booted up > > Mongrel (1.0.1). > > > > I get the stack trace at the bottom of this mail in the production.log > > when I try to access http://localhost:3000. > > > > Thanks, > > > > Ed. > > > > Expected /Users/Ed/Documents/instiki-0.11.pl1/app/controllers/wiki_controller.rb > > to define WikiController > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:249:in > > `load_missing_constant'' > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:452:in > > `const_missing'' > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:464:in > > `const_missing'' > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/inflector.rb:250:in > > `constantize'' > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/core_ext/string/inflections.rb:148:in > > `constantize'' > > /Users/Ed/.rubygems/gems/actionpack-1.13.2/lib/action_controller/routing.rb:1284:in > > `recognize'' > > /Users/Ed/.rubygems/gems/rails-1.2.2/lib/dispatcher.rb:40:in `dispatch'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run'' > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/bin/mongrel_rails:243 > > /Users/Ed/.rubygems/bin/mongrel_rails:18:in `load'' > > /Users/Ed/.rubygems/bin/mongrel_rails:18 > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >
Hi Matthias, Interesting - I think you''re onto something. When I use stuffit expander (I know, I''m lazy) to extract the files I get the *.1.rb and empty files created. When I use the command line (i.e. tar -xzvf...) the files are not created - but there are ._*.rb files created of what I presume are changed files (e.g. wiki_file.rb) - are these svn/cvs versioning files? I wonder if stuffit expander is getting confused somehow? Thanks, this seems to be the problem, though I''ve never had it with other tar.gz files I''ve downloaded before. Any ideas? Ed. On 17/04/07, Matthias Tarasiewicz <parasew at gmail.com> wrote:> ed, can it be your unzip-tool creates those *.1 files? i was now > testing the 0.11.pl1 package, both the ZIP and TGZ work fine for me, > without any of those .1 files... > > On 4/17/07, Ed Sweet <edsweet at gmail.com> wrote: > > ok, so I removed all the empty files and renamed all the *.1.rb files > > to the correct file name. > > > > All seems to be working ok. > > > > Are the filenames in the 0.11p1 package broken somehow? Is it just me? > > > > Ed. > > > > On 17/04/07, Ed Sweet <edsweet at gmail.com> wrote: > > > Thanks for your reply Matthias, answers in-line: > > > > > > > yes, indeed there are some people reading this list; i just cannot > > > > really tell what your problem is. > > > > > > sorry, I thought I''d given as much information as I had. > > > > > > > if you have mongrel installed, you might want to try to start instiki via mongrel, since some of your errors seem to be webrick related(?) > > > > > > Hmmm... I use webrick all the time for my other applications. Strange > > > insitki is the only thing that doesn''t work with it! > > > > > > > another try for you: you might want to compile readline with ./configure --prefix=/usr/local > > > > > > I already have the readline libs (v5.1) in /usr/local. > > > > > > > > then compile ruby (maybe you might even want to try 1.8.6) with the > > > > following ./configure parameters: > > > > ./configure --prefix=/usr/local --enable-shared --enable-pthreads > > > > --enable-install-doc --without-tk --with-readline-dir=/usr/local > > > > make clean && make && make install && make install-doc > > > > then make sure you are calling the correct ruby-version by putting a > > > > export PATH="/usr/local/bin:/usr/local/sbin:$PATH" > > > > in your ~/.bash_history file. else you are maybe calling the old ruby > > > > (1.8.2) that comes with osx tiger. > > > > > > No, I''m definately calling ruby 1.8.5. I can see this when I start > > > WEBRick. But, I have updated my Ruby to 1.8.6 and compiled as you > > > wanted. > > > > > > > also the file application.1.rb sounds strange for me. did you find that in the 0.11.pl1 distribution? > > > > > > Yes, application.1.rb is in the controllers directory of 0.11.pl1. > > > > > > I''m still a bit confused as to why all the *.1.rb files are in the > > > distribution. Can you explain? Why are all the *.rb files empty and > > > the *.1.rb files containing all the code? > > > > > > So, I downloaded a brand new copy of 0.11p1 (just to be sure) > > > configured database.yml, removed /vendor/rails and ran booted up > > > Mongrel (1.0.1). > > > > > > I get the stack trace at the bottom of this mail in the production.log > > > when I try to access http://localhost:3000. > > > > > > Thanks, > > > > > > Ed. > > > > > > Expected /Users/Ed/Documents/instiki-0.11.pl1/app/controllers/wiki_controller.rb > > > to define WikiController > > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:249:in > > > `load_missing_constant'' > > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:452:in > > > `const_missing'' > > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:464:in > > > `const_missing'' > > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/inflector.rb:250:in > > > `constantize'' > > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/core_ext/string/inflections.rb:148:in > > > `constantize'' > > > /Users/Ed/.rubygems/gems/actionpack-1.13.2/lib/action_controller/routing.rb:1284:in > > > `recognize'' > > > /Users/Ed/.rubygems/gems/rails-1.2.2/lib/dispatcher.rb:40:in `dispatch'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run'' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/bin/mongrel_rails:243 > > > /Users/Ed/.rubygems/bin/mongrel_rails:18:in `load'' > > > /Users/Ed/.rubygems/bin/mongrel_rails:18 > > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >
On Apr 17, 2007, at 3:00 AM, Matthias Tarasiewicz wrote:> hello ed, > yes, indeed there are some people reading this list; i just cannot > really tell what your problem is. if you have mongrel installed, you > might want to try to start instiki via mongrel, since some of your > errors seem to be webrick related(?) > another try for you: you might want to compile readline with > ./configure --prefix=/usr/local > > then compile ruby (maybe you might even want to try 1.8.6) with the > following ./configure parameters: > ./configure --prefix=/usr/local --enable-shared --enable-pthreads > --enable-install-doc --without-tk --with-readline-dir=/usr/local > make clean && make && make install && make install-docIdeally he''s just use the macports version which would set this up correctly (in /opt/local). And 1.8.6 wouldn''t hurt either.> > then make sure you are calling the correct ruby-version by putting a > export PATH="/usr/local/bin:/usr/local/sbin:$PATH" > in your ~/.bash_history file. else you are maybe calling the old ruby > (1.8.2) that comes with osx tiger. > > tell me if that fixes your problem. also the file application.1.rb > sounds strange for me. did you find that in the 0.11.pl1 distribution > or where did that come from? > > > regards, > matthias > > > On 4/17/07, Ed Sweet <edsweet at gmail.com> wrote: >> Erm.... is anyone watching this list? Am I posting to the right >> place? >> Was my question that dumb? >> >> Thanks, >> >> Ed. >> >> ---------- Forwarded message ---------- >> From: Ed Sweet <edsweet at gmail.com> >> Date: 11-Apr-2007 16:19 >> Subject: Re: Problems installing... >> To: instiki-users at rubyforge.org >> >> >> Hi (again). >> >> I removed the /vendor/rails directory as instructed in the previous >> thread about ''Upgrading from 0.10.2''. This stops the system stack >> error, but now I get: >> >> "MissingSourceFile in AdminController#create_system >> no such file to load -- application" >> >> Thanks, >> >> Ed. >> >> On 11/04/07, Ed Sweet <edsweet at gmail.com> wrote: >>> Hi, >>> >>> I''m trying to get Instiki-0.11pl1 running on OS X 10.4.9 with Ruby >>> 1.8.5, Rails 1.2.2, MySQL 4.1.18, but I''ve hit several problems >>> installing. Hopefully someone can help. >>> >>> I''ve got the production database created and configured and >>> WEBrick is >>> running. When I point my browser at http://localhost:2500 I get the >>> Rails error: >>> >>> LoadError in <controller not set>#<action not set> >>> Already loaded file ''./app/controllers/application.rb'' \\ >>> but ''ApplicationController'' was not set, perhaps you \\ >>> need to rename ''./app/controllers/application.rb''? >>> >>> So I renamed application.1.rb to application_controller (as >>> application.rb is empty) and wiki_controller.1.rb to >>> wiki_controller.rb (as the supplied wiki_controller.rb is empty). >>> Tried again with the browser. Get the error message: >>> >>> SystemStackError in <controller not set>#<action not set> >>> >>> stack level too deep >>> ... >>> (and a 3000 line stack trace - some is at the bottom of this email) >>> >>> The stack trace seems to say that some dependency is missing. Can >>> anyone tell me what gems I need to run instiki? >>> >>> Is getting instiki working this difficult? ;-) Please let me know >>> what >>> I''m doing wrong.... >>> >>> Cheers, >>> >>> Ed. >>> >>> ---Stack trace--- >>> Processing Base#index (for 127.0.0.1 at 2007-04-10 20:30:51) [GET] >>> Parameters: {} >>> >>> SystemStackError (stack level too deep): >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:80:in >>> `const_load!'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:72:in >>> `const_missing'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:189:in >>> `const_get'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:189:in >>> `const_missing'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:72:in >>> `const_missing'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:189:in >>> `const_get'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:189:in >>> `const_missing'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:72:in >>> `const_missing'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:189:in >>> `const_get'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:189:in >>> `const_missing'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:72:in >>> `const_missing'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:189:in >>> `const_get'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:189:in >>> `const_missing'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:72:in >>> `const_missing'' >>> >>> (about 3000 lines of this, then..) >>> >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:189:in >>> `const_get'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:189:in >>> `const_missing'' >>> /app/controllers/wiki_controllerrb:6 >>> /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/ >>> custom_requirerb:27:in >>> `gem_original_require'' >>> /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/ >>> custom_requirerb:27:in >>> `require'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:214:in >>> `require'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:39:in >>> `require_or_load'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:22:in >>> `depend_on'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:178:in >>> `require_dependency'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:134:in >>> `load_file!'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:97:in >>> `const_load!'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:80:in >>> `each'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:80:in >>> `const_load!'' >>> /vendor/rails/activerecord/lib///activesupport/lib/ >>> active_support/dependenciesrb:72:in >>> `const_missing'' >>> generated/routing/recognitionrb:151:in `recognize_path'' >>> /vendor/rails/actionpack/lib/action_controller/routingrb: >>> 458:in `recognize!'' >>> /vendor/rails/railties/lib/dispatcherrb:38:in `dispatch'' >>> /vendor/rails/railties/lib/webrick_serverrb:117:in >>> `handle_dispatch'' >>> /vendor/rails/railties/lib/webrick_serverrb:83:in `service'' >>> /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:104:in >>> `service'' >>> /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:65:in `run'' >>> /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:173:in >>> `start_thread'' >>> /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in `start'' >>> /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in >>> `start_thread'' >>> /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:95:in `start'' >>> /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `each'' >>> /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `start'' >>> /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:23:in `start'' >>> /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:82:in `start'' >>> /vendor/rails/railties/lib/webrick_serverrb:69:in `dispatch'' >>> /script/server:49 >>> /instiki:6:in `load'' >>> /instiki:6 >>> ---End of stack trace--- >>> >> _______________________________________________ >> Instiki-users mailing list >> Instiki-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/instiki-users >> > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users