Re: Solr 4.1 UI fail to display result

2013-03-08 Thread Stefan Matheis
I know, it's a bit late on this thread, but for the record - filed and already fixed: https://issues.apache.org/jira/browse/SOLR-4349 On Saturday, February 2, 2013 at 6:35 PM, J Mohamed Zahoor wrote: It works In chrome though... ./Zahoor@iPhone On 02-Feb-2013, at 4:34 PM, J Mohamed

Re: Solr 4.1 UI fail to display result

2013-02-02 Thread J Mohamed Zahoor
I'm not sure why .. but this sounds like the JSON Parser was called with an HTML- or XML-String? After you hit the Execute Button on the Website, on the top of the right content-area, there is a link - which is what the UI will request .. if you open that in another browser-tab or with

Re: Solr 4.1 UI fail to display result

2013-02-02 Thread J Mohamed Zahoor
It works In chrome though... ./Zahoor@iPhone On 02-Feb-2013, at 4:34 PM, J Mohamed Zahoor zah...@indix.com wrote: I'm not sure why .. but this sounds like the JSON Parser was called with an HTML- or XML-String? After you hit the Execute Button on the Website, on the top of the right

Solr 4.1 UI fail to display result

2013-01-30 Thread J Mohamed Zahoor
Hi Iam using 4.1 release and i see a problem when i set the response type as JSON in the UI. I am using Safari 6.0.2 and i see a SyntaxError: JSON Parse error: Unrecognized token ''. app.js line 465. When i debug more.. i see the response is still coming in XML format. Is anyone else

Re: Solr 4.1 UI fail to display result

2013-01-30 Thread J Mohamed Zahoor
The stack is format_json -- app.js (465) json -- query.js (59) complete - query.js (77) fire -- require.js (3099) fireWith -- require.js (3217) done -- require.js (9469) callback -- require.js (10235) ./zahoor On 30-Jan-2013, at 6:43 PM, J Mohamed Zahoor zah...@indix.com wrote: Hi Iam

Re: Solr 4.1 UI fail to display result

2013-01-30 Thread Alexandre Rafalovitch
Before worrying about anything else, try doing a full cache clean. My (Chrome) browser was caching Solr 4.0 resources for unreasonably long period of time until I completely disable its cache (in dev tools) and tried the full reload. Or try a browser you did not use before. Regards, Alex.

Re: Solr 4.1 UI fail to display result

2013-01-30 Thread J Mohamed Zahoor
Hi Alex, Cleared Cache - Problem persists. Disabled Cache - problem Persists. This was in Safari though. ./zahoor On 30-Jan-2013, at 6:55 PM, Alexandre Rafalovitch arafa...@gmail.com wrote: Before worrying about anything else, try doing a full cache clean. My (Chrome) browser was caching