Darrell Berry
2009-Mar-20 17:01 UTC
[Instiki] upgr to 0.16.5, now get blank pages back except on localhost
Hi -- we had a working 0.13.x (I think) instiki install. Upgraded to 0.16.5 today (install in new directory, copy of database, run upgrade_instiki script, edit config file with server name), and while I can access it just fine from the server machine itself, from other machines in the same network segment, I just get empty pages back -- not 404s or any errors, just no data in the pages it returns. I''ve reverted back to the previous copy, but we have some serious issues with the cacheing bugs in that and really need to get up to 0.16.5 ASAP! Here is a log excerpt demonstrating what the server is doing with those requests which result in black pages returned (in this case, the requests are from client machine 192.168.254.42). FYI, the server is set up in internal DNS as wiki.XXX.internal and resolvable as such by clients on the network Al thoughts gratefully appreciated! D Processing WikiController#show (for 192.168.254.42 at 2009-03-20 15:39:07) [GET] Parameters: {"id"=>"HomePage", "web"=>"wiki"} Reading page ''HomePage'' from web ''wiki'' Page ''HomePage'' found Cached fragment hit: views/wiki/show/HomePage (0.7ms) Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x271274c @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected. Filter chain halted as [#<ActionController::Filters::AroundFilter:0x2711964 @method=#<ActionController::Caching::Actions::ActionCacheFilter: 0x271274c @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @kind=:filter, @options={:only=>#<Set: {"file_list", "list", "s5", "recently_revised", "published", "print", "atom_with_content", "tex", "show", "authors", "atom_with_headlines"}>, :if=>#<Proc:0x0249ed08@/Applications/instiki/app/controllers/ wiki_controller.rb:12>, :unless=>nil}, @identifier=nil>] did_not_yield. Completed in 23ms (View: 1, DB: 6) | 200 OK [http://wiki.XXX.internal/wiki/show/HomePage] Processing WikiController#index (for 192.168.254.42 at 2009-03-20 15:39:16) [GET] Redirected to http://wiki.XXX.internal:2500/wiki/show/HomePage Completed in 13ms (DB: 3) | 302 Found [http://wiki.XXX.internal/] Processing WikiController#show (for 192.168.254.42 at 2009-03-20 15:39:16) [GET] Parameters: {"id"=>"HomePage", "web"=>"wiki"} Reading page ''HomePage'' from web ''wiki'' Page ''HomePage'' found Cached fragment hit: views/wiki/show/HomePage (0.6ms) Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x271274c @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected. Filter chain halted as [#<ActionController::Filters::AroundFilter:0x2711964 @method=#<ActionController::Caching::Actions::ActionCacheFilter: 0x271274c @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @kind=:filter, @options={:only=>#<Set: {"file_list", "list", "s5", "recently_revised", "published", "print", "atom_with_content", "tex", "show", "authors", "atom_with_headlines"}>, :if=>#<Proc:0x0249ed08@/Applications/instiki/app/controllers/ wiki_controller.rb:12>, :unless=>nil}, @identifier=nil>] did_not_yield. Completed in 23ms (View: 1, DB: 6) | 200 OK [http://wiki.XXX.internal/wiki/show/HomePage]
Jacques Distler
2009-Mar-21 04:12 UTC
[Instiki] upgr to 0.16.5, now get blank pages back except on localhost
On Mar 20, 2009, at 12:01 PM, Darrell Berry wrote:> Hi -- we had a working 0.13.x (I think) instiki install. Upgraded to > 0.16.5 today (install in new directory, copy of database, run > upgrade_instiki script, edit config file with server name), and while > I can access it just fine from the server machine itself, from other > machines in the same network segment, I just get empty pages back -- > not 404s or any errors, just no data in the pages it returns.If you can access your wiki from localhost, but not from another machine, that would seem to be an indication that the problem lies with your networking setup (firewall? proxy server? dns? ...?), rather than with Instiki.> I''ve reverted back to the previous copy, but we have some serious > issues with the cacheing bugs in that and really need to get up to > 0.16.5 ASAP! > > Here is a log excerpt demonstrating what the server is doing with > those requests which result in black pages returned (in this case, the > requests are from client machine 192.168.254.42). > > [snip]This is exactly what a log entry for a successful cache-hit would look like. And, I gather, if you accessed the same page from localhost, you would get a nearly identical log entry, EXCEPT that you would actually be able to see the page. JD -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 253 bytes Desc: This is a digitally signed message part URL: <http://rubyforge.org/pipermail/instiki-users/attachments/20090320/85d706cb/attachment.bin>
Darrell Berry
2009-Mar-21 11:32 UTC
[Instiki] upgr to 0.16.5, now get blank pages back except on localhost
Yeah you would think so -- but there''s nothing between the server and the client machine that would filter content -- and replacing he current version with the earlier install, it all works again (same server, same client, same network)! Any thoughts on anything else that I can trace to try and understand this? D On 21 Mar 2009, at 04:12, Jacques Distler wrote:> > On Mar 20, 2009, at 12:01 PM, Darrell Berry wrote: > >> Hi -- we had a working 0.13.x (I think) instiki install. Upgraded to >> 0.16.5 today (install in new directory, copy of database, run >> upgrade_instiki script, edit config file with server name), and while >> I can access it just fine from the server machine itself, from other >> machines in the same network segment, I just get empty pages back -- >> not 404s or any errors, just no data in the pages it returns. > > If you can access your wiki from localhost, but not from another > machine, that would seem to be an indication that the problem lies > with your networking setup (firewall? proxy server? dns? ...?), > rather than with Instiki.
Jacques Distler
2009-Mar-22 07:23 UTC
[Instiki] upgr to 0.16.5, now get blank pages back except on localhost
On Mar 21, 2009, at 6:32 AM, Darrell Berry wrote:> Yeah you would think so -- but there''s nothing between the server > and the client machine that would filter content -- and replacing he > current version with the earlier install, it all works again (same > server, same client, same network)! Any thoughts on anything else > that I can trace to try and understand this?curl -D - http://wiki.XXX.internal:2500/wiki/show/HomePage | less might offer some insights. As would trying other actions (new/ edit/...) instead of ''show''. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 253 bytes Desc: This is a digitally signed message part URL: <http://rubyforge.org/pipermail/instiki-users/attachments/20090322/d412e566/attachment.bin>