Re: [xwiki-users] exception during page deletion

2016-09-01 Thread Edward Knyshov
Thanks Marius. I'll try to look into in.

2016年8月31日(水) 21:38 Marius Dumitru Florea :

> The exception doesn't seem to be specific to the delete action. You
> probably get the same exception for any REST request that uses the JSON
> serialization for the response. Try /xwiki/rest/?media=json . It looks like
> the version of Jackson that Wildfly has loaded doesn't match what the
> Restlet expects. Maybe Wildfly doesn't isolated correctly the application
> context (check if Wildfly provides its own version of Jackson).
>
> Hope this helps,
> Marius
>
> On Fri, Aug 26, 2016 at 1:34 PM, Edward Knyshov  wrote:
>
> > When users deletes a page I get and page saying that I should wait until
> > page is deleted. I check browser console and I see 500 response from
> xwiki
> > and nothing happens. If I go to some parent page, I see that page is
> > deleted. Checked xwiki log and see an exception:
> > https://gist.github.com/edvorg/9519c5055011ecdb319f6dcbdee39a76
> > does anybody know why could it happen?
> > ___
> > 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


Re: [xwiki-users] exception during page deletion

2016-08-31 Thread Marius Dumitru Florea
The exception doesn't seem to be specific to the delete action. You
probably get the same exception for any REST request that uses the JSON
serialization for the response. Try /xwiki/rest/?media=json . It looks like
the version of Jackson that Wildfly has loaded doesn't match what the
Restlet expects. Maybe Wildfly doesn't isolated correctly the application
context (check if Wildfly provides its own version of Jackson).

Hope this helps,
Marius

On Fri, Aug 26, 2016 at 1:34 PM, Edward Knyshov  wrote:

> When users deletes a page I get and page saying that I should wait until
> page is deleted. I check browser console and I see 500 response from xwiki
> and nothing happens. If I go to some parent page, I see that page is
> deleted. Checked xwiki log and see an exception:
> https://gist.github.com/edvorg/9519c5055011ecdb319f6dcbdee39a76
> does anybody know why could it happen?
> ___
> 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


[xwiki-users] exception during page deletion

2016-08-26 Thread Edward Knyshov
When users deletes a page I get and page saying that I should wait until
page is deleted. I check browser console and I see 500 response from xwiki
and nothing happens. If I go to some parent page, I see that page is
deleted. Checked xwiki log and see an exception:
https://gist.github.com/edvorg/9519c5055011ecdb319f6dcbdee39a76
does anybody know why could it happen?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users