I''m trying to run Instiki locally with Windows ME. When I try loading: http://127.0.0.1:2500/ or: http://localhost:2500 in my browser, I get a blank white screen. When I try to run instiki, here''s the output: => Instiki started on http://0.0.0.0:2500 => Ctrl-C to shutdown; call with --help for options [2006-7-13 04:00:13] INFO WEBrick 1.3.1 [2006-7-13 04:00:13] INFO ruby 1.8.2 (2004-12-25) [i386-mswin32] [2006-7-13 04:00:14] INFO WEBrick::HTTPServer#start: pid=119670033 port=2500 127.0.0.1 - - [13/Jul/2006:04:00:31 Eastern Daylight Time] "GET / HTTP/1.1" 500 0 - -> / Nothing about storing data files.... I tried experimenting with older versions of Instiki, but when I do, I just get an error message in place of the above output and nothing happens at all. Thanks, Jason
Jason Howard wrote:> I''m trying to run Instiki locally with Windows ME. > > When I try loading: http://127.0.0.1:2500/ or: http://localhost:2500 > in my browser, I get a blank white screen.Hi Jason, I have the same problem on WinXP. I posted here a week ago and no one replied. So I guess we''re out of luck.... Simon> > When I try to run instiki, here''s the output: > > => Instiki started on http://0.0.0.0:2500 > => Ctrl-C to shutdown; call with --help for options > [2006-7-13 04:00:13] INFO WEBrick 1.3.1 > [2006-7-13 04:00:13] INFO ruby 1.8.2 (2004-12-25) [i386-mswin32] > [2006-7-13 04:00:14] INFO WEBrick::HTTPServer#start: pid=119670033 port=2500 > 127.0.0.1 - - [13/Jul/2006:04:00:31 Eastern Daylight Time] "GET / HTTP/1.1" 500 > 0 > - -> / > > Nothing about storing data files.... > > I tried experimenting with older versions of Instiki, but when I do, I > just get an error message in place of the above output and nothing > happens at all. > > Thanks, > Jason > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > >
On Jul 13, 2006, at 7:22 AM, Simon Dorfman wrote:> Jason Howard wrote: >> I''m trying to run Instiki locally with Windows ME. >> >> When I try loading: http://127.0.0.1:2500/ or: http://localhost:2500 >> in my browser, I get a blank white screen. > > Hi Jason, I have the same problem on WinXP. I posted here a week > ago and > no one replied. So I guess we''re out of luck.... > SimonIt''s hard to believe that you two are the only ones trying to run Instiki on Windows. At this point it would probably for someone who has it working under Windows would reply, even f they don''t know what your problem is. I am planning to move a site from OS X to WinXP in the near future and these posts concern me. -- Seven Deadly Sins? I thought it was a to-do list!
OK, I''ll bite. I run Instiki 0.11.0 on WinXP, and all''s well. I have no idea what your problem might be. Were it me, I''d re-install. Don''t know what else to try. TOm C. On Thu, 13 Jul 2006 09:55:11 -0700, Chris Gehlker <canyonrat at mac.com> wrote:> > On Jul 13, 2006, at 7:22 AM, Simon Dorfman wrote: > >> Jason Howard wrote: >>> I''m trying to run Instiki locally with Windows ME. >>> >>> When I try loading: http://127.0.0.1:2500/ or: http://localhost:2500 >>> in my browser, I get a blank white screen. >> >> Hi Jason, I have the same problem on WinXP. I posted here a week >> ago and >> no one replied. So I guess we''re out of luck.... >> Simon > > It''s hard to believe that you two are the only ones trying to run > Instiki on Windows. At this point it would probably for someone who > has it working under Windows would reply, even f they don''t know what > your problem is. I am planning to move a site from OS X to WinXP in > the near future and these posts concern me. > -- > Seven Deadly Sins? I thought it was a to-do list! > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users-- ===============================================Tom Cloyd, MS MA, LMHC Private practice Psychotherapist Bellingham, Washington, U.S.A: (360) 920-1226 << TC.BestMindHealth.com / BestMindHealth.com >> << tomcloyd at bestmindhealth.com >> ================================================
On Jul 13, 2006, at 10:06 AM, Tom Cloyd wrote:> OK, I''ll bite. I run Instiki 0.11.0 on WinXP, and all''s well. I > have no > idea what your problem might be. Were it me, I''d re-install. Don''t > know > what else to try.Thanks TOm, That''s encouraging. -- A young idea is a beautiful and a fragile thing. Attack people, not ideas.
On 7/13/06 4:32 AM, "Jason Howard" <dewiniaeth at gmail.com> wrote:> I''m trying to run Instiki locally with Windows ME. > > When I try loading: http://127.0.0.1:2500/ or: http://localhost:2500 > in my browser, I get a blank white screen. > > When I try to run instiki, here''s the output: > > => Instiki started on http://0.0.0.0:2500The line above may be the clue ^^^^^^^^ See the 0.0.0.0, you are connecting to 127.0.0.1, not 0.0.0.0 and for some reason windows is not resolving these to be the same thing. Try changing your default ip binding in script/server or pass "-b 127.0.0.1" on the command line when you start instiki. I am on Mac where 0.0.0.0 does work, so I have no way of testing this, so good luck. On 7/13/06 4:32 AM, "Jason Howard" <dewiniaeth at gmail.com> wrote:> => Instiki started on http://0.0.0.0:2500> => Ctrl-C to shutdown; call with --help for options > [2006-7-13 04:00:13] INFO WEBrick 1.3.1 > [2006-7-13 04:00:13] INFO ruby 1.8.2 (2004-12-25) [i386-mswin32] > [2006-7-13 04:00:14] INFO WEBrick::HTTPServer#start: pid=119670033 port=2500 > 127.0.0.1 - - [13/Jul/2006:04:00:31 Eastern Daylight Time] "GET / HTTP/1.1" > 500 > 0 > - -> / > > Nothing about storing data files.... > > I tried experimenting with older versions of Instiki, but when I do, I > just get an error message in place of the above output and nothing > happens at all. > > Thanks, > Jason > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users-- Daryl self email: ( daryl at: eddl dot: us )
I run instiki 11 on windows XP without any problems. Love it. I could not get it to run on windows 2003 server or windows 2000 server ... but that may be because of security settings on those machines. Ruby would run, but webbrick never seemed to start .... -----Original Message----- From: instiki-users-bounces at rubyforge.org [mailto:instiki-users-bounces at rubyforge.org] On Behalf Of Chris Gehlker Sent: Thursday, July 13, 2006 1:28 PM To: tomcloyd at bestmindhealth.com; Instiki-users Subject: Re: [Instiki] Running Instiki -- just get blank page On Jul 13, 2006, at 10:06 AM, Tom Cloyd wrote:> OK, I''ll bite. I run Instiki 0.11.0 on WinXP, and all''s well. I > have no > idea what your problem might be. Were it me, I''d re-install. Don''t > know > what else to try.Thanks TOm, That''s encouraging. -- A young idea is a beautiful and a fragile thing. Attack people, not ideas. _______________________________________________ Instiki-users mailing list Instiki-users at rubyforge.org http://rubyforge.org/mailman/listinfo/instiki-users
Daryl Richter wrote:>> When I try to run instiki, here''s the output: >> >> => Instiki started on http://0.0.0.0:2500 > > The line above may be the clue ^^^^^^^^ > > See the 0.0.0.0, you are connecting to 127.0.0.1, not 0.0.0.0 and for some > reason windows is not resolving these to be the same thing. > > Try changing your default ip binding in script/server or pass "-b 127.0.0.1" > on the command line when you start instiki.I tried this and I''m still getting a white page when I go to localhost:2500 and 127.0.0.1:2500. Here''s my console output: C:\ruby\instiki-0.11.0>ruby instiki -b 127.0.0.1 => Instiki started on http://127.0.0.1:2500 => Ctrl-C to shutdown; call with --help for options [2006-07-13 13:27:03] INFO WEBrick 1.3.1 [2006-07-13 13:27:03] INFO ruby 1.8.4 (2005-12-24) [i386-mswin32] [2006-07-13 13:27:03] INFO WEBrick::HTTPServer#start: pid=3172 port=2500 127.0.0.1 - - [13/Jul/2006:13:27:27 Central Standard Time] "GET / HTTP/1.1" 500 0 - -> / 127.0.0.1 - - [13/Jul/2006:13:27:28 Central Standard Time] "GET /favicon.ico HTT P/1.1" 200 0 - -> /favicon.ico 127.0.0.1 - - [13/Jul/2006:13:27:36 Central Standard Time] "GET / HTTP/1.1" 500 0 - -> / 127.0.0.1 - - [13/Jul/2006:13:27:36 Central Standard Time] "GET /favicon.ico HTT P/1.1" 200 0 - -> /favicon.ico
On Jul 13, 2006, at 11:11 AM, Daryl Richter wrote:> See the 0.0.0.0, you are connecting to 127.0.0.1, not 0.0.0.0 and > for some > reason windows is not resolving these to be the same thing. > > Try changing your default ip binding in script/server or pass "-b > 127.0.0.1" > on the command line when you start instiki. > > I am on Mac where 0.0.0.0 does work, so I have no way of testing > this, so > good luck.I''m no expert and they also resolve to the same thing on my Mac, but RFC 3330 says that 127.0.0.1 is the loopback address while the 0.0.0.0 block are for "source hosts on ''this'' network". The was "this" network is capitalized implies to me that some other machine on the LAN might be the source host. Do the people having trouble have a LAN with other machines? -- No matter how far you have gone on the wrong road, turn back. -Turkish proverb
On 7/13/06 2:31 PM, "Simon Dorfman" <simon at noatv.com> wrote:> Daryl Richter wrote: >>> When I try to run instiki, here''s the output: >>> >>> => Instiki started on http://0.0.0.0:2500 >> >> The line above may be the clue ^^^^^^^^ >> >> See the 0.0.0.0, you are connecting to 127.0.0.1, not 0.0.0.0 and for some >> reason windows is not resolving these to be the same thing. >> >> Try changing your default ip binding in script/server or pass "-b 127.0.0.1" >> on the command line when you start instiki. > > I tried this and I''m still getting a white page when I go to > localhost:2500 and 127.0.0.1:2500. Here''s my console output: >Note that you are starting in production mode because you aren''t specifying the -e flag. What is in your config/database.yml? Are you sure that you have the database set up for production mode? What db are you using? Here''s what my production entry looks like: production: adapter: postgresql host: localhost port: 5432 database: instiki_prd username: instiki password: [your password here]> C:\ruby\instiki-0.11.0>ruby instiki -b 127.0.0.1 > => Instiki started on http://127.0.0.1:2500 > => Ctrl-C to shutdown; call with --help for options > [2006-07-13 13:27:03] INFO WEBrick 1.3.1 > [2006-07-13 13:27:03] INFO ruby 1.8.4 (2005-12-24) [i386-mswin32] > [2006-07-13 13:27:03] INFO WEBrick::HTTPServer#start: pid=3172 port=2500 > 127.0.0.1 - - [13/Jul/2006:13:27:27 Central Standard Time] "GET / > HTTP/1.1" 500 > 0 > - -> / > 127.0.0.1 - - [13/Jul/2006:13:27:28 Central Standard Time] "GET > /favicon.ico HTT > P/1.1" 200 0 > - -> /favicon.ico > 127.0.0.1 - - [13/Jul/2006:13:27:36 Central Standard Time] "GET / > HTTP/1.1" 500 > 0 > - -> / > 127.0.0.1 - - [13/Jul/2006:13:27:36 Central Standard Time] "GET > /favicon.ico HTT > P/1.1" 200 0 > - -> /favicon.ico > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users