Re: I can't open the admin page, it's always loading.

2013-09-19 Thread Alexandre Rafalovitch
I think IE8 itself might the bug! :-) Many popular libraries have dropped <=IE7 support completely and are phasing out IE8 as well. Looks like D3 - a visualization library used for some of Admin stuff - is doing that as well. Though I thought Admin javascript loading was more robust than that. Re

Re: I can't open the admin page, it's always loading.

2013-09-19 Thread Micheal Chao
I'm using windows7 and IE8, i debuged the script, it showed error: "var d3_formatPrefixes = ["y","z","a","f","p","n","μ","m","","k","M","G","T","P","E","Z","Y"].map(d3_formatPrefix);" can't find object's method. so i changed my browse, and it works. thanks a lot. is this a bug of solr? -- Vi

Re: I can't open the admin page, it's always loading.

2013-09-19 Thread Alexandre Rafalovitch
You may have some over-eager Ad Blockers! Check the network panel of Firebug/Chrome console/whatever you have. See if some resources are not loaded. Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality o

Re: I can't open the admin page, it's always loading.

2013-09-19 Thread Chris Hostetter
: Hi, I followed the tutoral to download solr4.4 and unzip it, and then i : started jetty. i can post data and search correctly, but when i try to open : admin page, it's always show "loading". the admin UI is entirely rendered by client side javascript in your browser -- so the most important

Re: I can't open the admin page, it's always loading.

2013-09-19 Thread Furkan KAMACI
Could you paste your jetty logs of when you try to open admin page. 19 Eylül 2013 Perşembe tarihinde Micheal Chao adlı kullanıcı şöyle yazdı: > Hi, I followed the tutoral to download solr4.4 and unzip it, and then i > started jetty. i can post data and search correctly, but when i try to open > a