[xwiki-users] exception during page deletion
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?
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 <edvorg@gmail.com> 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
Thanks Marius. I'll try to look into in. 2016年8月31日(水) 21:38 Marius Dumitru Florea <mariusdumitru.florea@xwiki.com>:
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 <edvorg@gmail.com> 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
participants (2)
-
Edward Knyshov -
Marius Dumitru Florea