[xwiki-users] saving user's changes problems
Hi all, In a 1.3-milestone-1.7186 installation I frequently get the following error while trying to inline edit an user. I also get this error if I edit user's objects. The name of the group doesn't appear always in the error message (Here you will read XWiki.XWikiAdminGroup): Error number 3201 in 3: Exception while saving document XWiki.rrodriguez Wrapped Exception: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [com.xpn.xwiki.objects.LargeStringProperty# XWiki.XWikiAdminGroup, ] com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document XWiki.rrodriguez Wrapped Exception: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [com.xpn.xwiki.objects.LargeStringProperty# XWiki.XWikiAdminGroup, ] at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:410) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:91) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1078) at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:120) at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:129) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:147) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445) at java.lang.Thread.run(Unknown Source) Please, does this make any sense for you? Could I do anything to avoid these errors? Thanks!!! -- Ricardo Rodríguez Your EPEC Network ICT Team
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Hi all,
In a 1.3-milestone-1.7186 installation I frequently get the following error while trying to inline edit an user. I also get this error if I edit user's objects. The name of the group doesn't appear always in the error message (Here you will read XWiki.XWikiAdminGroup):
I've exported/imported this database in a 1.3RC1 installation and it is working fine there: 2008-03-01 23:04:19,752 [http://xpescaderias.xen.net/xwiki/bin/login/XWiki/XWikiLogin] [http-80-1] INFO .AbstractXWikiMigrationManager - Starting migration for database [xwiki_pesca]... 2008-03-01 23:04:20,042 [http://xpescaderias.xen.net/xwiki/bin/login/XWiki/XWikiLogin] [http-80-1] INFO .AbstractXWikiMigrationManager - Current storage version = [6080] 2008-03-01 23:04:20,042 [http://xpescaderias.xen.net/xwiki/bin/login/XWiki/XWikiLogin] [http-80-1] INFO .AbstractXWikiMigrationManager - List of migrations that will be executed: 2008-03-01 23:04:20,043 [http://xpescaderias.xen.net/xwiki/bin/login/XWiki/XWikiLogin] [http-80-1] INFO .AbstractXWikiMigrationManager - R6405XWIKI1933 - See http://jira.xwiki.org/jira/browse/XWIKI-1933 2008-03-01 23:04:20,043 [http://xpescaderias.xen.net/xwiki/bin/login/XWiki/XWikiLogin] [http-80-1] INFO .AbstractXWikiMigrationManager - R7345XWIKI2079 - See http://jira.xwiki.org/jira/browse/XWIKI-2079 2008-03-01 23:04:20,045 [http://xpescaderias.xen.net/xwiki/bin/login/XWiki/XWikiLogin] [http-80-1] INFO .AbstractXWikiMigrationManager - Running migration [R6405XWIKI1933] with version [6405] 2008-03-01 23:04:20,350 [http://xpescaderias.xen.net/xwiki/bin/login/XWiki/XWikiLogin] [http-80-1] INFO .AbstractXWikiMigrationManager - New storage version is now [6406] 2008-03-01 23:04:20,350 [http://xpescaderias.xen.net/xwiki/bin/login/XWiki/XWikiLogin] [http-80-1] INFO .AbstractXWikiMigrationManager - Running migration [R7345XWIKI2079] with version [7350] 2008-03-01 23:04:20,375 [http://xpescaderias.xen.net/xwiki/bin/login/XWiki/XWikiLogin] [http-80-1] INFO .AbstractXWikiMigrationManager - New storage version is now [7351] sh-3.2# After this database migration, the database works fine. Thus, a clear doubt arises: May use this updated 7351 storage version database in the 1.3M1 release? This will allow me to keep working with this installation until the final 1.3 is released and not suffer this user edition problems. Thanks. Best regards, Ricardo -- Ricardo Rodríguez Your EPEC Network ICT Team
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Hi all,
In a 1.3-milestone-1.7186 installation I frequently get the following error while trying to inline edit an user. I also get this error if I edit user's objects. The name of the group doesn't appear always in the error message (Here you will read XWiki.XWikiAdminGroup):
See http://jira.xwiki.org/jira/browse/XWIKI-1937 -- Sergiu Dumitriu http://purl.org/net/sergiu/
Sergiu Dumitriu wrote:
Thanks! -- Ricardo Rodríguez Your EPEC Network ICT Team
Sergiu Dumitriu wrote:
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Hi all,
In a 1.3-milestone-1.7186 installation I frequently get the following error while trying to inline edit an user. I also get this error if I edit user's objects. The name of the group doesn't appear always in the error message (Here you will read XWiki.XWikiAdminGroup):
Sergiu, please, I understand that this answer belongs to the previous thread "import_listoferrorsfiles" but not to this different issue while editing users, doesn't it? Thanks! -- Ricardo Rodríguez Your EPEC Network ICT Team
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Sergiu Dumitriu wrote:
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Hi all,
In a 1.3-milestone-1.7186 installation I frequently get the following error while trying to inline edit an user. I also get this error if I edit user's objects. The name of the group doesn't appear always in the error message (Here you will read XWiki.XWikiAdminGroup):
Sergiu, please, I understand that this answer belongs to the previous thread "import_listoferrorsfiles" but not to this different issue while editing users, doesn't it?
Indeed, I replied to the wrong mail. Sorry. -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
[Ricardo Rodriguez] Your EPEC Network ICT Team -
Sergiu Dumitriu