Forgot to mention


-----Oorspronkelijk bericht-----
Van: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Namens Mark Jas
Verzonden: donderdag 14 maart 2013 12:34
Aan: XWiki Users
Onderwerp: Re: [xwiki-users] TRANSPORT_ERROR with SSO in tree view

Hi Marius,

I used firebug like you said. Here my findings:
-       Scheme is ok. (all http)
-       hostname is ok (all "xwiki")
-       the console shows me a lot of request with a "401 authorization 
required" (not only on the tree page, but also on other pages) 
-       all the REST request on the tree page have "401 authorization required" 
responses.
-       No authentication errors in apache logs
-       http://xwiki/xwiki/rest/ with SSO gives me an "Internal Server Error" 
(no error in apache logs)
-       http://xwiki/xwiki/rest/ without SSO gives me some XML
-       All REST requests I see in the console are the same: 
http://xwiki/xwiki/rest/wikis/xwiki/spaces?r=221031

Hope you can help.
Thanks.
Mark

-----Oorspronkelijk bericht-----
Van: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Namens Marius 
Dumitru Florea
Verzonden: donderdag 14 maart 2013 8:22
Aan: XWiki Users
Onderwerp: Re: [xwiki-users] TRANSPORT_ERROR with SSO in tree view

On Wed, Mar 13, 2013 at 9:06 PM, Mark Jas <m...@nieuwenborg.nl> wrote:
> Hello,
>
>
> I get a popup with the error “Server returned TRANSPORT_ERROR with no error 
> message.” If I select the tree view in the document index.
>
> I’m using xwiki 4.5 with kerberos SSO. If I disable kerberos in apache and 
> use the normal login, everything works just fine.
>
> Is this a bug?

Could be. TRANSPORT_ERROR normally happens when a request made by the tree 
fails (usually because the URL is bad). The tree uses the REST system to fetch 
its data, so all requests made by the tree are /rest/ requests. It would be of 
great help if you could tell us what requests are failing (their URL is 
important). In order to check this you can use Firefox with its Firebug 
extension. This extension has a Console tab where you can see all the (AJAX) 
requests made by the editor and its tree, if the console was opened before the 
page was loaded, otherwise you need to reload the page. The failed requests are 
displayed in red so they are easy to notice. You can click on each request to 
get more information, but more importantly you can right click to get the full 
URL with parameters. Post here the bad URLs and also the URL for the edit mode.

The things to check are:
* are the REST URLs using the same scheme (HTTP/HTTPS) as the edit mode URL?
* do they have the same domain?
* is the REST system working when Kerberos SSO is enabled?

Thanks,
Marius

>
>
> Mark
>
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to