Re: [xwiki-users] Delete page - Error number 0 in 3: Exception while hibernate execute

2015-10-20 Thread LA
No, I don't know. Probably it has happen in the proces of migrating from Windows Mysql to Linux Mysql. -- View this message in context: http://xwiki.475771.n2.nabble.com/Delete-page-Error-number-0-in-3-Exception-while-hibernate-execute-tp7596386p7596554.html Sent from the XWiki- Users mailing

Re: [xwiki-users] documentTree macro fails to render in xwiki 7.2

2015-10-20 Thread Juan Martín Sotuyo Dodero
Juan Martín Sotuyo Dodero - CTO Office: +54.11 - 5217.7850 Mobile: +54.911 - 3684.5544 Skype: jsotuyod Argentina Head Office Viamonte 1181, 3rd fl, CABA, C1053ABW www.monits.com On Tue, Oct 20, 2015 at 12:54 PM, Marius Dumitru Florea < mariusdumitru.flo...@xwiki.com> wrote: On Tue, Oct 20, 2015

Re: [xwiki-users] Delete page - Error number 0 in 3: Exception while hibernate execute

2015-10-20 Thread vinc...@massol.net
Hi, Glad that you solve it. Do you know why you had a column with autoincrement removed? Normally you shouldn’t have this by default AFAIK. Does it mean someone had played with the schema on your side? Thanks -Vincent On 20 Oct 2015 at 16:22:40, LA (l-aalder...@jazo.eu(mailto:l-aalder...@jaz

Re: [xwiki-users] documentTree macro fails to render in xwiki 7.2

2015-10-20 Thread Marius Dumitru Florea
On Tue, Oct 20, 2015 at 2:23 PM, Juan Martín Sotuyo Dodero < jmsot...@monits.com> wrote: > This happens consistently on all pages. I initially tried to use the > Document Tree macro on Dashboard, but seeing it fail I wrote it in a new > empty page and the result is the exact same. > What is the s

Re: [xwiki-users] Delete page - Error number 0 in 3: Exception while hibernate execute

2015-10-20 Thread LA
Finally solved this problem, the Auto Increment in the xwikirecyclebin Column Xdd_ID was unchecked. Since I checked this button, I can delete pages again. -- View this message in context: http://xwiki.475771.n2.nabble.com/Delete-page-Error-number-0-in-3-Exception-while-hibernate-execute-tp75963

Re: [xwiki-users] Delete page - Error number 0 in 3: Exception while hibernate execute

2015-10-20 Thread LA
Also for the table xwikiattrecyclebin Column XDA_ID auto increment was unchecked. When check this button, Attachments can be removed. Thanks for your fast response and your tips. -- View this message in context: http://xwiki.475771.n2.nabble.com/Delete-page-Error-number-0-in-3-Exception-while-h

Re: [xwiki-users] Delete page - Error number 0 in 3: Exception while hibernate execute

2015-10-20 Thread LA
Hi, The version of mysql is 14.14 Distrib 5.5.44, it is running on Ubuntu and xWiki is on the same server. The STRICT_TRANS_TABLES mode is not enabled. -- View this message in context: http://xwiki.475771.n2.nabble.com/Delete-page-Error-number-0-in-3-Exception-while-hibernate-execute-tp75963

Re: [xwiki-users] Delete page - Error number 0 in 3: Exception while hibernate execute

2015-10-20 Thread vinc...@massol.net
Hi,   So I checked our schema and the XDD_ID field is the primary key for the Deleted Documents table:                                 This definition has not changed since forever so the problem is elsewhere. Since that id is generated I don’t see how it cannot have a default value…. Now

Re: [xwiki-users] documentTree macro fails to render in xwiki 7.2

2015-10-20 Thread Juan Martín Sotuyo Dodero
This happens consistently on all pages. I initially tried to use the Document Tree macro on Dashboard, but seeing it fail I wrote it in a new empty page and the result is the exact same. This is a recently upgraded wiki from 4.0.0. Other than this (which is a completely new feature coming from 4.0

Re: [xwiki-users] Master-Detail Tutorial with AWM (was Re: Migration away from TikiWiki - Forms based question.)

2015-10-20 Thread vinc...@massol.net
Hi Scott, You didn’t come back to us about what you were able to achieve? I hope you haven’t stopped using XWiki! :) Thanks -Vincent On 22 Sep 2015 at 15:04:14, Scott-Exley, Gus J (justin.scott-ex...@bannerhealth.com) wrote: Hi Vincent I didn’t then I tried it just on a sandbox running on

Re: [xwiki-users] documentTree macro fails to render in xwiki 7.2

2015-10-20 Thread Marius Dumitru Florea
On Tue, Oct 20, 2015 at 5:59 AM, Juan Martín Sotuyo Dodero < jmsot...@monits.com> wrote: > Hey everyone! > > I’m having an issue with xwiki 7.2 when rendering the document tree macro. > > The issue seems to be that the macro is not generating the appropriate > HTML. > > {{documentTree/}} is render

Re: [xwiki-users] Delete page - Error number 0 in 3: Exception while hibernate execute

2015-10-20 Thread LA
No, we do not using the Filesystem Storage for attachments. -- View this message in context: http://xwiki.475771.n2.nabble.com/Delete-page-Error-number-0-in-3-Exception-while-hibernate-execute-tp7596386p7596538.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] Delete page - Error number 0 in 3: Exception while hibernate execute

2015-10-20 Thread vinc...@massol.net
On 20 Oct 2015 at 10:42:47, LA (l-aalder...@jazo.eu(mailto:l-aalder...@jazo.eu)) wrote: > I can confirm this, also tried to do a upgrade to 6.4.5, also with the > Distribution Wizard. > Everything works only deleting a page doesn’t. Are you using the Filesystem storage for attachments? Thanks

Re: [xwiki-users] Delete page - Error number 0 in 3: Exception while hibernate execute

2015-10-20 Thread LA
I can confirm this, also tried to do a upgrade to 6.4.5, also with the Distribution Wizard. Everything works only deleting a page doesn't. -- View this message in context: http://xwiki.475771.n2.nabble.com/Delete-page-Error-number-0-in-3-Exception-while-hibernate-execute-tp7596386p7596536.html

Re: [xwiki-users] Delete page - Error number 0 in 3: Exception while hibernate execute

2015-10-20 Thread vinc...@massol.net
Hi LA, Could you confirm that you’ve done the DB migration as I suggested in my first reply to Hamster? “ This looks like some error of upgrading the schema. Are you sure that you have enabled data migration: xwiki.store.migration=1 xwiki.store.migration.databases=all " Thanks -Vincent O

Re: [xwiki-users] Delete page - Error number 0 in 3: Exception while hibernate execute

2015-10-20 Thread LA
We still receiving the error messages after trying to delete a page or attachment. I also tried to do a upgrade and repair with the Distribution Wizard, but the error messages remain. The error message in the Catalina.out: 2015-10-20 10:23:00,312 [] WARN o.h.u.JDBCExceptionReporter- SQL Error