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.

Regards,
   Alex.

Personal website: http://www.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
- Time is the quality of nature that keeps events from happening all at
once. Lately, it doesn't seem to be working.  (Anonymous  - via GTD book)


On Fri, Sep 20, 2013 at 8:48 AM, Micheal Chao wrote:

> 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?
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/I-can-t-open-the-admin-page-it-s-always-loading-tp4091051p4091157.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>


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?




--
View this message in context: 
http://lucene.472066.n3.nabble.com/I-can-t-open-the-admin-page-it-s-always-loading-tp4091051p4091157.html
Sent from the Solr - User mailing list archive at Nabble.com.


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 of nature that keeps events from happening all at
once. Lately, it doesn't seem to be working.  (Anonymous  - via GTD book)


On Thu, Sep 19, 2013 at 9:21 PM, Micheal Chao wrote:

> 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".
>
> and then i setup solr on tomcat 7.0, but it's the same.
>
> what's wrong? please help, thanks.
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/I-can-t-open-the-admin-page-it-s-always-loading-tp4091051.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>


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 question we need to know is what OS & 
browser you are using to access the web UI.

if your browser has a debug/error console available, it would also help to 
know if it mentions any errors/warnings.


-Hoss


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
> admin page, it's always show "loading".
>
> and then i setup solr on tomcat 7.0, but it's the same.
>
> what's wrong? please help, thanks.
>
>
>
> --
> View this message in context:
http://lucene.472066.n3.nabble.com/I-can-t-open-the-admin-page-it-s-always-loading-tp4091051.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>