[xwiki-users] (no subject)

2016-12-21 Thread Ekku Laukkarinen
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob( QueuedThreadPool.java:635) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run( QueuedThreadPool.java:555) at java.lang.Thread.run(Thread.java:745) *org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.XWikiDocument#-8266574047497816716]*So my guess is that hibernate fails to load the entities and has to load each entity multiple times? Is this result of a corrupt database due upgrade or something else? This error repeats multiple times for each DocumentTree loading ( and also some other resources ). I have also tried to increase the amount of documents cached. Any help is appreciated. - Ekku Laukkarinen

[xwiki-users] Attachment name encoding issue

2017-01-04 Thread Ekku Laukkarinen
Hello, I'm using Rest API to send some attachments into my XWiki as a multipart post (pages/xxx/attachments). Posting works fine and attachments appear and are loadable correctly. However decoding special characters such as é in attachment names fails. Uploading attachments via XWiki interface wor