From misleb at pnca.edu Mon Apr 2 14:32:01 2007 From: misleb at pnca.edu (Matthew Isleb) Date: Mon, 2 Apr 2007 11:32:01 -0700 Subject: [Instiki] Upgrade from 0.10.2 Message-ID: <64855476-178F-4C91-AB2A-AF1EEA70E184@pnca.edu> Hi, I'm trying to upgrade from 0.10.2 (MySQL backend) to 0.11pl1. I updated the database.yml file to point to my old database but all I get is a blank page. A log file (development in this case) is created, but nothing is in there besides the initial timestamp. None of the requests seem to be making it to the controllers. I know it will work if I leave it at the default sqlite3 database. It will go through the basic setup process. So I assume it has something to do with my old database and/or MySQL. This is Ruby 1.8.5 w/ Rails 1.2.2, BTW. -matthew From parasew at gmail.com Tue Apr 3 08:02:19 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Tue, 3 Apr 2007 14:02:19 +0200 Subject: [Instiki] Upgrade from 0.10.2 In-Reply-To: <64855476-178F-4C91-AB2A-AF1EEA70E184@pnca.edu> References: <64855476-178F-4C91-AB2A-AF1EEA70E184@pnca.edu> Message-ID: <78ccd8360704030502o5e0d147wbbfac24335cca20c@mail.gmail.com> hello matthew, please try to remove the direcory /vendor/rails from the instiki 0.11.pl1 directory in this case. this is a known bug in the current version and fixed in the upcoming release. please report back if that solves your issue! -matthias On 4/2/07, Matthew Isleb wrote: > Hi, > > I'm trying to upgrade from 0.10.2 (MySQL backend) to 0.11pl1. I > updated the database.yml file to point to my old database but all I > get is a blank page. A log file (development in this case) is > created, but nothing is in there besides the initial timestamp. None > of the requests seem to be making it to the controllers. I know it > will work if I leave it at the default sqlite3 database. It will go > through the basic setup process. So I assume it has something to do > with my old database and/or MySQL. > > This is Ruby 1.8.5 w/ Rails 1.2.2, BTW. > > -matthew > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From edsweet at gmail.com Wed Apr 11 06:40:42 2007 From: edsweet at gmail.com (Ed Sweet) Date: Wed, 11 Apr 2007 11:40:42 +0100 Subject: [Instiki] Problems installing... Message-ID: <9f4832620704110340v49962225j9ae2a8e111b3bf7f@mail.gmail.com> 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 # 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 # 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--- From edsweet at gmail.com Wed Apr 11 11:19:40 2007 From: edsweet at gmail.com (Ed Sweet) Date: Wed, 11 Apr 2007 16:19:40 +0100 Subject: [Instiki] Problems installing... In-Reply-To: <9f4832620704110340v49962225j9ae2a8e111b3bf7f@mail.gmail.com> References: <9f4832620704110340v49962225j9ae2a8e111b3bf7f@mail.gmail.com> Message-ID: <9f4832620704110819x2a442284n23125aacc11c8162@mail.gmail.com> 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 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 # > 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 # > > 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--- > From edsweet at gmail.com Tue Apr 17 05:28:49 2007 From: edsweet at gmail.com (Ed Sweet) Date: Tue, 17 Apr 2007 10:28:49 +0100 Subject: [Instiki] Fwd: Problems installing... In-Reply-To: <9f4832620704110819x2a442284n23125aacc11c8162@mail.gmail.com> References: <9f4832620704110340v49962225j9ae2a8e111b3bf7f@mail.gmail.com> <9f4832620704110819x2a442284n23125aacc11c8162@mail.gmail.com> Message-ID: <9f4832620704170228k610be4bcsc4f783147fcde63f@mail.gmail.com> 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 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 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 # > 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 # > > 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--- > From parasew at gmail.com Tue Apr 17 06:00:13 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Tue, 17 Apr 2007 12:00:13 +0200 Subject: [Instiki] Fwd: Problems installing... In-Reply-To: <9f4832620704170228k610be4bcsc4f783147fcde63f@mail.gmail.com> References: <9f4832620704110340v49962225j9ae2a8e111b3bf7f@mail.gmail.com> <9f4832620704110819x2a442284n23125aacc11c8162@mail.gmail.com> <9f4832620704170228k610be4bcsc4f783147fcde63f@mail.gmail.com> Message-ID: <78ccd8360704170300y406c1f58oafb30ab5c8dbb54d@mail.gmail.com> 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 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 > 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 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 # > > 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 # > > > > 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 > From edsweet at gmail.com Tue Apr 17 08:01:02 2007 From: edsweet at gmail.com (Ed Sweet) Date: Tue, 17 Apr 2007 13:01:02 +0100 Subject: [Instiki] Fwd: Problems installing... In-Reply-To: <78ccd8360704170300y406c1f58oafb30ab5c8dbb54d@mail.gmail.com> References: <9f4832620704110340v49962225j9ae2a8e111b3bf7f@mail.gmail.com> <9f4832620704110819x2a442284n23125aacc11c8162@mail.gmail.com> <9f4832620704170228k610be4bcsc4f783147fcde63f@mail.gmail.com> <78ccd8360704170300y406c1f58oafb30ab5c8dbb54d@mail.gmail.com> Message-ID: <9f4832620704170501u56f59a59jdcb4e5dbe870369@mail.gmail.com> 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 From edsweet at gmail.com Tue Apr 17 08:11:37 2007 From: edsweet at gmail.com (Ed Sweet) Date: Tue, 17 Apr 2007 13:11:37 +0100 Subject: [Instiki] Fwd: Problems installing... In-Reply-To: <9f4832620704170501u56f59a59jdcb4e5dbe870369@mail.gmail.com> References: <9f4832620704110340v49962225j9ae2a8e111b3bf7f@mail.gmail.com> <9f4832620704110819x2a442284n23125aacc11c8162@mail.gmail.com> <9f4832620704170228k610be4bcsc4f783147fcde63f@mail.gmail.com> <78ccd8360704170300y406c1f58oafb30ab5c8dbb54d@mail.gmail.com> <9f4832620704170501u56f59a59jdcb4e5dbe870369@mail.gmail.com> Message-ID: <9f4832620704170511k4681d06eldbaf6472613b42c9@mail.gmail.com> 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 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 > From parasew at gmail.com Tue Apr 17 08:43:03 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Tue, 17 Apr 2007 14:43:03 +0200 Subject: [Instiki] Fwd: Problems installing... In-Reply-To: <9f4832620704170511k4681d06eldbaf6472613b42c9@mail.gmail.com> References: <9f4832620704110340v49962225j9ae2a8e111b3bf7f@mail.gmail.com> <9f4832620704110819x2a442284n23125aacc11c8162@mail.gmail.com> <9f4832620704170228k610be4bcsc4f783147fcde63f@mail.gmail.com> <78ccd8360704170300y406c1f58oafb30ab5c8dbb54d@mail.gmail.com> <9f4832620704170501u56f59a59jdcb4e5dbe870369@mail.gmail.com> <9f4832620704170511k4681d06eldbaf6472613b42c9@mail.gmail.com> Message-ID: <78ccd8360704170543t6166b8b5ud2c23ffe91489f50@mail.gmail.com> 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 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 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 > From edsweet at gmail.com Tue Apr 17 10:29:14 2007 From: edsweet at gmail.com (Ed Sweet) Date: Tue, 17 Apr 2007 15:29:14 +0100 Subject: [Instiki] Fwd: Problems installing... In-Reply-To: <78ccd8360704170543t6166b8b5ud2c23ffe91489f50@mail.gmail.com> References: <9f4832620704110340v49962225j9ae2a8e111b3bf7f@mail.gmail.com> <9f4832620704110819x2a442284n23125aacc11c8162@mail.gmail.com> <9f4832620704170228k610be4bcsc4f783147fcde63f@mail.gmail.com> <78ccd8360704170300y406c1f58oafb30ab5c8dbb54d@mail.gmail.com> <9f4832620704170501u56f59a59jdcb4e5dbe870369@mail.gmail.com> <9f4832620704170511k4681d06eldbaf6472613b42c9@mail.gmail.com> <78ccd8360704170543t6166b8b5ud2c23ffe91489f50@mail.gmail.com> Message-ID: <9f4832620704170729u6610713ra6204467374c6333@mail.gmail.com> 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 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 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 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 > From misleb at pnca.edu Tue Apr 17 12:26:29 2007 From: misleb at pnca.edu (Matthew Isleb) Date: Tue, 17 Apr 2007 09:26:29 -0700 Subject: [Instiki] Fwd: Problems installing... In-Reply-To: <78ccd8360704170300y406c1f58oafb30ab5c8dbb54d@mail.gmail.com> References: <9f4832620704110340v49962225j9ae2a8e111b3bf7f@mail.gmail.com> <9f4832620704110819x2a442284n23125aacc11c8162@mail.gmail.com> <9f4832620704170228k610be4bcsc4f783147fcde63f@mail.gmail.com> <78ccd8360704170300y406c1f58oafb30ab5c8dbb54d@mail.gmail.com> Message-ID: <17E87029-D289-4D66-8118-B4D59D68266B@pnca.edu> 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-doc Ideally 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 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 >> 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 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 # >>> 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 # >>> >>> 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 From parasew at gmail.com Thu Apr 19 05:21:31 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Thu, 19 Apr 2007 11:21:31 +0200 Subject: [Instiki] instiki SVN move to Rubyforge Message-ID: <78ccd8360704190221s397f7f1fs9ad4feb0efdc24ad@mail.gmail.com> hello development and users list, i moved the instiki subversion repository to rubyforge, since the people at textdrive don't respond to my support requests and dev.instiki.org gets spammed to death. find the new repository at the rubyforge site http://rubyforge.org/projects/instiki http://rubyforge.org/scm/?group_id=186 those people who need or want a developer account, please contact me directly via mail. please also commit patches, support requests, bugs and that kind of stuff only to the rubyforge page from now on. -matthias From dpguest at bestweb.net Fri Apr 20 17:42:28 2007 From: dpguest at bestweb.net (David Guest) Date: Fri, 20 Apr 2007 17:42:28 -0400 Subject: [Instiki] Instiki on the Abyss Web Server Message-ID: <462933C4.6020101@bestweb.net> The Abyss Web server is an incredible product. For a big $60, you can host as many websites as you want on your own server. It is incredibly easy to set up... It does not crash.. and it includes DOS protection and protection from some hacking attacks. I use it in an intranet and on my own Web Server. Today with Aprelium.com's great support, I was able to get Instiki up and running ... Terrific ... I don't need Webrick.... Since Abyss runs as a service ... if the computer goes down, Abyss will come right back up... If anyone wants to know the steps to follow to get Instiki to run with Abyss, let me know. David Guest From misleb at pnca.edu Fri Apr 20 19:28:22 2007 From: misleb at pnca.edu (Matthew Isleb) Date: Fri, 20 Apr 2007 16:28:22 -0700 Subject: [Instiki] Instiki on the Abyss Web Server In-Reply-To: <462933C4.6020101@bestweb.net> References: <462933C4.6020101@bestweb.net> Message-ID: <798C4B07-9D09-4C87-8140-086FEC72D225@pnca.edu> Oh my god, that was one incredibly lame "testimonial." What are you, the owner of the company or something? So let me get this straight. For a "big" (whatever that means) $60 I can get a personal web server to replace the perfectly good copy of Apache that comes pre-installed and configured on every modern operating system besides Windows. I could even install Apache on Windows. Not to mention the hundred other open source web servers out there. As for supporting ASP... I'm sure anyone doing ASP work already has an appropriate development web server. So WTF? Who is going to buy this software? Methinks you might be about 10 years too late to market with this. Good luck. On Apr 20, 2007, at 2:42 PM, David Guest wrote: > The Abyss Web server is an incredible product. For a big $60, you can > host as many websites as you want on your own server. > > It is incredibly easy to set up... It does not crash.. and it > includes > DOS protection and protection from some hacking attacks. > > I use it in an intranet and on my own Web Server. > > Today with Aprelium.com's great support, I was able to get Instiki up > and running ... > > Terrific ... I don't need Webrick.... > > Since Abyss runs as a service ... if the computer goes down, Abyss > will > come right back up... > > If anyone wants to know the steps to follow to get Instiki to run with > Abyss, let me know. > > David Guest > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From simon.heres at biola.edu Tue Apr 24 16:58:29 2007 From: simon.heres at biola.edu (Simon Heres) Date: Tue, 24 Apr 2007 13:58:29 -0700 Subject: [Instiki] Error - cannot access wiki Message-ID: All of a sudden one day, we are getting "The website cannot display the page" message in our browser. It was working previously, and I have no clue why this is happening. I suspect some corruption. I have tried upgrading Ruby and Instiki. Upon running the instiki.bat file (ruby c:\instiki\instiki.rb), I get the following: C:\Documents and Settings\pele\Desktop>ruby c:\reference_wiki\instiki.rb => Instiki started on http://0.0.0.0:2500 => Ctrl-C to shutdown; call with --help for options [2007-04-24 13:50:40] INFO WEBrick 1.3.1 [2007-04-24 13:50:40] INFO ruby 1.8.6 (2007-03-13) [i386-mswin32] [2007-04-24 13:50:40] WARN TCPServer Error: Bad file descriptor - bind(2) c:/ruby/lib/ruby/1.8/webrick/utils.rb:73:in `initialize': Bad file descriptor - bind(2) (Errno::EBADF) from c:/ruby/lib/ruby/1.8/webrick/utils.rb:73:in `new' from c:/ruby/lib/ruby/1.8/webrick/utils.rb:73:in `create_listeners' from c:/ruby/lib/ruby/1.8/webrick/utils.rb:70:in `each' from c:/ruby/lib/ruby/1.8/webrick/utils.rb:70:in `create_listeners' from c:/ruby/lib/ruby/1.8/webrick/server.rb:75:in `listen' from c:/ruby/lib/ruby/1.8/webrick/server.rb:63:in `initialize' from c:/ruby/lib/ruby/1.8/webrick/httpserver.rb:24:in `initialize' from c:/reference_wiki/script/../config/../vendor/rails/railties/lib/web rick_server.rb:61:in `new' from c:/reference_wiki/script/../config/../vendor/rails/railties/lib/web rick_server.rb:61:in `dispatch' from c:/reference_wiki/script/server:49 from c:/reference_wiki/instiki.rb:2:in `load' from c:/reference_wiki/instiki.rb:2 Is anyone able to decipher this and help me out? Simon Heres Biola University Library From parasew at gmail.com Wed Apr 25 03:58:57 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Wed, 25 Apr 2007 09:58:57 +0200 Subject: [Instiki] Error - cannot access wiki In-Reply-To: References: Message-ID: <78ccd8360704250058i121a9e76y7add6b750cd5b8e1@mail.gmail.com> hello simon; this looks like a ruby related issue -- on which os are you, windows XP? please try reinstalling with the ruby one-click installer for windows, this might solve your issues: http://rubyforge.org/projects/rubyinstaller/ On 4/24/07, Simon Heres wrote: > All of a sudden one day, we are getting "The website cannot display the > page" message in our browser. It was working previously, and I have no > clue why this is happening. I suspect some corruption. > > I have tried upgrading Ruby and Instiki. Upon running the instiki.bat file > (ruby c:\instiki\instiki.rb), I get the following: > > C:\Documents and Settings\pele\Desktop>ruby c:\reference_wiki\instiki.rb > => Instiki started on http://0.0.0.0:2500 > => Ctrl-C to shutdown; call with --help for options > [2007-04-24 13:50:40] INFO WEBrick 1.3.1 > [2007-04-24 13:50:40] INFO ruby 1.8.6 (2007-03-13) [i386-mswin32] > [2007-04-24 13:50:40] WARN TCPServer Error: Bad file descriptor - bind(2) > c:/ruby/lib/ruby/1.8/webrick/utils.rb:73:in `initialize': Bad file > descriptor - > bind(2) (Errno::EBADF) > from c:/ruby/lib/ruby/1.8/webrick/utils.rb:73:in `new' > from c:/ruby/lib/ruby/1.8/webrick/utils.rb:73:in `create_listeners' > from c:/ruby/lib/ruby/1.8/webrick/utils.rb:70:in `each' > from c:/ruby/lib/ruby/1.8/webrick/utils.rb:70:in `create_listeners' > from c:/ruby/lib/ruby/1.8/webrick/server.rb:75:in `listen' > from c:/ruby/lib/ruby/1.8/webrick/server.rb:63:in `initialize' > from c:/ruby/lib/ruby/1.8/webrick/httpserver.rb:24:in `initialize' > from > c:/reference_wiki/script/../config/../vendor/rails/railties/lib/web > rick_server.rb:61:in `new' > from > c:/reference_wiki/script/../config/../vendor/rails/railties/lib/web > rick_server.rb:61:in `dispatch' > from c:/reference_wiki/script/server:49 > from c:/reference_wiki/instiki.rb:2:in `load' > from c:/reference_wiki/instiki.rb:2 > > Is anyone able to decipher this and help me out? > > Simon Heres > Biola University Library > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From assaph at gmail.com Wed Apr 25 10:47:13 2007 From: assaph at gmail.com (Assaph Mehr) Date: Thu, 26 Apr 2007 00:47:13 +1000 Subject: [Instiki] Error - cannot access wiki In-Reply-To: References: Message-ID: <3ff47be90704250747p2ec616d4lc872291e5d3db0e@mail.gmail.com> > C:\Documents and Settings\pele\Desktop>ruby c:\reference_wiki\instiki.rb > => Instiki started on http://0.0.0.0:2500 > => Ctrl-C to shutdown; call with --help for options > [2007-04-24 13:50:40] INFO WEBrick 1.3.1 > [2007-04-24 13:50:40] INFO ruby 1.8.6 (2007-03-13) [i386-mswin32] > [2007-04-24 13:50:40] WARN TCPServer Error: Bad file descriptor - bind(2) > c:/ruby/lib/ruby/1.8/webrick/utils.rb:73:in `initialize': Bad file > descriptor - > bind(2) (Errno::EBADF) Some other process is already bound to port 2500. Find out what it is with TCPView or just restart the machine may help. HTH, Assaph