PDA

View Full Version : Page won't load anymore



gouwzee
04-26-2010, 09:19 AM
I use dekiwiki inside my company LAN and use the ticket template to generate project pages. The pages turned out very slow to load inside IE so I advised my colleagues to start using Firefox. Now all of a sudden the templated pages won't load at all on computers in our domain. I suspect local policies from IT, but I haven't found the setting yet.
My laptop is not in our domain and it loads the pages just fine.
Anybody have an idea what could block a templated page from loading/rendering?


The ticket template:
http://developer.mindtouch.com/Template:Ticket
http://developer.mindtouch.com/Template:TicketForm

My IT contact says he isn't blocking anything and recommended me trying fiddler (http://www.fiddler2.com).
Testing with fiddler I saw the following HTTP requests returned a 502:
http://dekiwiki/@api/deki/services/default/36/res/deki/mindtouch.web.js
http://dekiwiki/@api/deki/services/default/36/res/deki/mindtouch.deki.js
http://dekiwiki/@api/deki/services/default/33/res/jquery/jquery-ui.js

My conclusion is that in IE, these 3 HTTP requests never get returned and the browser keeps waiting until timeout at 5 minutes.
As soon as I disable the ticket template inside a page, the URLs above are no longer requested and the page loads fine.

Guerric
04-26-2010, 06:16 PM
Looks like you are mirroring the dekiapi() script locally. How did you set this up? Did your configuration change recently?

gouwzee
04-26-2010, 08:31 PM
Looks like you are mirroring the dekiapi() script locally. How did you set this up? Did your configuration change recently?

mm, I remember doing something like that a long time ago. I'll check it out tomorrow

gouwzee
04-28-2010, 09:37 PM
The solution was clearing the browser cache. It is often necessary with IE (versions 7 & 8) and sometimes with firefox as well, apparently.
problem kinda resolved