[xwiki-users] Upgrade fails!
Hi xwiki-users! Our xwiki is in version 0.9.543 and we need a working upgrade path. But it seems that all our effort end up in a non operational state. Currently i try to get working the stable XWiki Enterprise 1.7.2. After installing, importing the xar, copying the database and starting tomcat, it does a lot of conversions. All I get afterwards is an exception report: root cause com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context Wrapped Exception: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences Wrapped Exception: java.lang.String com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:326) [...] In the logfile a probably wrong sql statement can be found: insert into xwikipreferences (XWP_LANGUAGE, XWP_DEFAULT_LANGUAGE, XWP_MULTI_LINGUAL, XWP_AUTHENTICATE_EDIT, XWP_AUTHENTICATE_VIEW, XWP_AUTH_ACTIVE_CHECK, XWP_BACKLINKS, XWP_SKIN, XWP_STYLESHEET, XWP_STYLESHEETS, XWP_EDITOR, XWP_EDITBOX_WIDTH, XWP_EDITBOX_HEIGHT, XWP_WEBCOPYRIGHT, XWP_TITLE, XWP_VERSION, XWP_MENU, XWP_META, XWP_USE_EMAIL_VERIFICATION, XWP_SMTP_SERVER, XWP_ADMIN_EMAIL, XWP_VALIDATION_EMAIL_CONTENT, XWP_CONFIRMATION_EMAIL_CONTENT, XWP_INVITATION_EMAIL_CONTENT, XWP_MACROS_LANGUAGE, XWP_MACROS_VELOCITY, XWP_MACROS_GROOVY, XWP_MACROS_WIKI2, XWP_MACROS_MAPPING, XWP_NOTIFICATION_PAGES, XWP_LEFT_PANELS, XWP_RIGHT_PANELS, XWP_SHOW_LEFT_PANELS, XWP_SHOW_RIGHT_PANELS, XWP_PAGE_WIDTH, XWP_LANGUAGES, XWP_REGISTRATION_ANONYMOUS, XWP_REGISTRATION_REGISTERED, XWP_EDIT_ANONYMOUS, XWP_EDIT_REGISTERED, XWP_COMMENT_ANONYMOUS, XWP_COMMENT_REGISTERED, XWP_DOCUMENT_BUNDLES, XWP_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences Wrapped Exception: java.lang.String at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:590) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:135) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:128) Can someone give me a helping hand, please? Stefan -- View this message in context: http://n2.nabble.com/Upgrade-fails%21-tp2378958p2378958.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Stefan Gundlach wrote:
Hi xwiki-users!
Our xwiki is in version 0.9.543 and we need a working upgrade path. But it seems that all our effort end up in a non operational state.
Currently i try to get working the stable XWiki Enterprise 1.7.2. After installing, importing the xar, copying the database and starting tomcat, it does a lot of conversions. All I get afterwards is an exception report:
root cause com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context Wrapped Exception: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences Wrapped Exception: java.lang.String com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:326) [...]
A deeper stacktrace would be useful, as this is just the top error, which doesn't say much about the real problem.
In the logfile a probably wrong sql statement can be found:
insert into xwikipreferences (XWP_LANGUAGE, XWP_DEFAULT_LANGUAGE, XWP_MULTI_LINGUAL, XWP_AUTHENTICATE_EDIT, XWP_AUTHENTICATE_VIEW, XWP_AUTH_ACTIVE_CHECK, XWP_BACKLINKS, XWP_SKIN, XWP_STYLESHEET, XWP_STYLESHEETS, XWP_EDITOR, XWP_EDITBOX_WIDTH, XWP_EDITBOX_HEIGHT, XWP_WEBCOPYRIGHT, XWP_TITLE, XWP_VERSION, XWP_MENU, XWP_META, XWP_USE_EMAIL_VERIFICATION, XWP_SMTP_SERVER, XWP_ADMIN_EMAIL, XWP_VALIDATION_EMAIL_CONTENT, XWP_CONFIRMATION_EMAIL_CONTENT, XWP_INVITATION_EMAIL_CONTENT, XWP_MACROS_LANGUAGE, XWP_MACROS_VELOCITY, XWP_MACROS_GROOVY, XWP_MACROS_WIKI2, XWP_MACROS_MAPPING, XWP_NOTIFICATION_PAGES, XWP_LEFT_PANELS, XWP_RIGHT_PANELS, XWP_SHOW_LEFT_PANELS, XWP_SHOW_RIGHT_PANELS, XWP_PAGE_WIDTH, XWP_LANGUAGES, XWP_REGISTRATION_ANONYMOUS, XWP_REGISTRATION_REGISTERED, XWP_EDIT_ANONYMOUS, XWP_EDIT_REGISTERED, XWP_COMMENT_ANONYMOUS, XWP_COMMENT_REGISTERED, XWP_DOCUMENT_BUNDLES, XWP_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences Wrapped Exception: java.lang.String at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:590) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:135) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:128)
Can someone give me a helping hand, please?
Stefan
This looks like a problem with a changed XClass definition, but without the nested exceptions I cannot be sure. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Sergiu Dumitriu-2 wrote:
A deeper stacktrace would be useful, as this is just the top error, which doesn't say much about the real problem.
[...]
This looks like a problem with a changed XClass definition, but without the nested exceptions I cannot be sure.
OK, take a look at this, sql-debug is switched off: 10:46:49,845 WARN http-8180-Processor25 RequestUtils:createActionForm:175 - No FormBeanConfig found under 'view' com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences Wrapped Exception: java.lang.String at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:590) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:135) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:128) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1282) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1244) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1239) at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:2916) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:748) at com.xpn.xwiki.XWiki.<init>(XWiki.java:668) at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:316) at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:387) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) 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.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.plugin.webdav.DavFilter.doFilter(DavFilter.java:68) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Wrapped Exception: java.lang.ClassCastException: java.lang.String at org.hibernate.type.IntegerType.set(IntegerType.java:41) at org.hibernate.type.NullableType.nullSafeSet(NullableType.java:136) at org.hibernate.type.NullableType.nullSafeSet(NullableType.java:107) at org.hibernate.persister.entity.AbstractEntityPersister.dehydrate(AbstractEntityPersister.java:2002) at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2248) at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2665) at org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:60) at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:279) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:263) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:167) at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298) at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27) at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000) at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:343) at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106) at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:866) at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:837) at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:580) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:135) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:128) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1282) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1244) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1239) at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:2916) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:748) at com.xpn.xwiki.XWiki.<init>(XWiki.java:668) at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:316) at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:387) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) 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.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.plugin.webdav.DavFilter.doFilter(DavFilter.java:68) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) 10:46:55,033 WARN http-8180-Processor25 RequestProcessor:processException:528 - Unhandled Exception thrown: class com.xpn.xwiki.XWikiException 10:46:55,035 ERROR http-8180-Processor25 [action]:invoke:253 - Servlet.service() for servlet action threw exception com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context Wrapped Exception: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences Wrapped Exception: java.lang.String at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:326) at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:387) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) 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.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.plugin.webdav.DavFilter.doFilter(DavFilter.java:68) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Wrapped Exception: com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences Wrapped Exception: java.lang.String at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:590) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:135) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:128) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1282) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1244) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1239) at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:2916) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:748) at com.xpn.xwiki.XWiki.<init>(XWiki.java:668) at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:316) at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:387) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) 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.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.plugin.webdav.DavFilter.doFilter(DavFilter.java:68) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Wrapped Exception: java.lang.ClassCastException: java.lang.String at org.hibernate.type.IntegerType.set(IntegerType.java:41) at org.hibernate.type.NullableType.nullSafeSet(NullableType.java:136) at org.hibernate.type.NullableType.nullSafeSet(NullableType.java:107) at org.hibernate.persister.entity.AbstractEntityPersister.dehydrate(AbstractEntityPersister.java:2002) at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2248) at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2665) at org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:60) at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:279) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:263) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:167) at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298) at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27) at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000) at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:343) at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106) at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:866) at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:837) at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:580) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:135) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:128) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1282) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1244) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1239) at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:2916) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:748) at com.xpn.xwiki.XWiki.<init>(XWiki.java:668) at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:316) at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:387) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) 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.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.plugin.webdav.DavFilter.doFilter(DavFilter.java:68) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) -- View this message in context: http://n2.nabble.com/Upgrade-fails%21-tp2378958p2383006.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Stefan Gundlach wrote:
Sergiu Dumitriu-2 wrote:
A deeper stacktrace would be useful, as this is just the top error, which doesn't say much about the real problem.
[...]
This looks like a problem with a changed XClass definition, but without the nested exceptions I cannot be sure.
OK, take a look at this, sql-debug is switched off:
Can you send me the old xwiki.hbm.xml file you had in the 0.9 instance? I think there's a change in the mapping that's not documented. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Sergiu Dumitriu-2 wrote:
[...]
Can you send me the old xwiki.hbm.xml file you had in the 0.9 instance? I think there's a change in the mapping that's not documented.
Ah yes: here it comes (WEB-INF/classes/xwiki.hbm.xml): <?xml version="1.0"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD//EN" "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd"> <hibernate-mapping auto-import="true"> <!-- com.xpn.xwiki.doc.XWikiDocument root --> <class name="com.xpn.xwiki.doc.XWikiDocument" table="xwikidoc"> <id name="id" type="long" unsaved-value="any"> <column name="XWD_ID" not-null="true"/> <generator class="assigned" /> </id> <property name="fullName" type="string"> <column name="XWD_FULLNAME" length="255" not-null="true"/> </property> <property name="name" type="string"> <column name="XWD_NAME" length="255" not-null="true"/> </property> <property name="language" type="string"> <column name="XWD_LANGUAGE" length="5" /> </property> <property name="defaultLanguage" type="string"> <column name="XWD_DEFAULT_LANGUAGE" length="5" /> </property> <property name="translation" type="integer"> <column name="XWD_TRANSLATION" not-null="true" /> </property> <property name="date" type="timestamp"> <column name="XWD_DATE" not-null="true"/> </property> <property name="creationDate" type="timestamp"> <column name="XWD_CREATION_DATE" /> </property> <property name="author" type="string"> <column name="XWD_AUTHOR" length="255"/> </property> <property name="creator" type="string"> <column name="XWD_CREATOR" length="255"/> </property> <property name="web" type="string"> <column name="XWD_WEB" length="255" not-null="true"/> </property> <property name="content" type="string"> <column name="XWD_CONTENT" length="200000" not-null="true"/> </property> <property name="archive" type="string"> <column name="XWD_ARCHIVE" length="200000" not-null="true"/> </property> <property name="version" type="string"> <column name="XWD_VERSION" length="255" not-null="true"/> </property> <property name="parent" type="string"> <column name="XWD_PARENT" length="511"/> </property> </class> <class name="com.xpn.xwiki.doc.XWikiAttachment" table="xwikiattachment"> <id name="id" type="long" unsaved-value="any"> <column name="XWA_ID" not-null="true"/> <generator class="assigned" /> </id> <property name="docId" type="long"> <column name="XWA_DOC_ID" /> </property> <property name="filename" type="string"> <column name="XWA_FILENAME" length="255" not-null="true"/> </property> <property name="filesize" type="integer"> <column name="XWA_SIZE" /> </property> <property name="date" type="timestamp"> <column name="XWA_DATE" not-null="true" /> </property> <property name="author" type="string"> <column name="XWA_AUTHOR" length="255"/> </property> <property name="version" type="string"> <column name="XWA_VERSION" length="255" not-null="true"/> </property> <property name="comment" type="string"> <column name="XWA_COMMENT" length="255" /> </property> </class> <class name="com.xpn.xwiki.doc.XWikiAttachmentContent" table="xwikiattachment_content"> <id name="id" type="long" unsaved-value="any"> <column name="XWA_ID" not-null="true"/> <generator class="assigned" /> </id> <property name="content" type="binary"> <column name="XWA_CONTENT" length="4000000" not-null="true"/> </property> </class> <class name="com.xpn.xwiki.doc.XWikiAttachmentArchive" table="xwikiattachment_archive"> <id name="id" type="long" unsaved-value="any"> <column name="XWA_ID" not-null="true"/> <generator class="assigned" /> </id> <property name="archive" type="binary"> <column name="XWA_ARCHIVE" length="4000000" /> </property> </class> <class name="com.xpn.xwiki.objects.classes.PropertyClass" table="xwikiclassesprop"> <composite-id unsaved-value="any"> <key-property name="id" column="XWP_ID" type="integer" /> <key-property name="name" column="XWP_NAME" type="string" /> </composite-id> <property name="prettyName" type="string"> <column name="XWP_PRETTYNAME" length="255"/> </property> <property name="classType" type="string"> <column name="XWP_CLASSTYPE" length="255"/> </property> <property name="unmodifiable" type="boolean"> <column name="XWP_UNMODIFIABLE" /> </property> <property name="number" type="integer"> <column name="XWP_NUMBER" /> </property> <joined-subclass name="com.xpn.xwiki.objects.classes.NumberClass" table="xwikinumberclasses"> <key> <column name="XWN_ID" /> <column name="XWN_NAME" /> </key> <property name="size" type="integer"> <column name="XWN_SIZE" /> </property> <property name="numberType" type="string"> <column name="XWN_NUMBERTYPE" length="20" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.classes.StringClass" table="xwikistringclasses"> <key> <column name="XWS_ID" /> <column name="XWS_NAME" /> </key> <property name="size" type="integer"> <column name="XWS_SIZE" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.classes.DateClass" table="xwikidateclasses"> <key> <column name="XWS_ID" /> <column name="XWS_NAME" /> </key> <property name="size" type="integer"> <column name="XWS_SIZE" /> </property> <property name="emptyIsToday" type="integer"> <column name="XWS_EMPTY_IS_TODAY" /> </property> <property name="dateFormat" type="string"> <column name="XWS_DATE_FORMAT" length="255"/> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.classes.PasswordClass" table="xwikistringclasses"> <key> <column name="XWS_ID" /> <column name="XWS_NAME" /> </key> <property name="size" type="integer"> <column name="XWS_SIZE" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.classes.TextAreaClass" table="xwikistringclasses"> <key> <column name="XWS_ID" /> <column name="XWS_NAME" /> </key> <property name="size" type="integer"> <column name="XWS_SIZE" /> </property> <property name="rows" type="integer"> <column name="XWS_ROWS" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.classes.BooleanClass" table="xwikibooleanclasses"> <key> <column name="XWN_ID" /> <column name="XWN_NAME" /> </key> <property name="displayType" type="string"> <column name="XWN_DISPLAYTYPE" length="20" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.classes.StaticListClass" table="xwikislistclasses"> <key> <column name="XWL_ID" /> <column name="XWL_NAME" /> </key> <property name="displayType" type="string"> <column name="XWL_DISPLAYTYPE" length="20" /> </property> <property name="multiSelect" type="boolean"> <column name="XWL_MULTISELECT" /> </property> <property name="size" type="integer"> <column name="XWL_SIZE" /> </property> <property name="relationalStorage" type="boolean"> <column name="XWL_RELATIONAL" /> </property> <property name="values" type="string"> <column name="XWL_VALUES" length="2000" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.classes.DBListClass" table="xwikidblistclasses"> <key> <column name="XWL_ID" /> <column name="XWL_NAME" /> </key> <property name="displayType" type="string"> <column name="XWL_DISPLAYTYPE" length="20" /> </property> <property name="multiSelect" type="boolean"> <column name="XWL_MULTISELECT" /> </property> <property name="size" type="integer"> <column name="XWL_SIZE" /> </property> <property name="relationalStorage" type="boolean"> <column name="XWL_RELATIONAL" /> </property> <property name="sql" type="string"> <column name="XWL_SQL" length="2000" /> </property> </joined-subclass> </class> <class name="com.xpn.xwiki.objects.classes.BaseClass" table="xwikiclasses"> <id name="id" type="integer" unsaved-value="any"> <column name="XWO_ID" not-null="true" /> <generator class="assigned" /> </id> <property name="name" type="string"> <column name="XWO_NAME" not-null="true" length="255"/> </property> </class> <class name="com.xpn.xwiki.objects.BaseProperty" table="xwikiproperties"> <composite-id unsaved-value="any"> <key-property name="id" column="XWP_ID" type="integer" /> <key-property name="name" column="XWP_NAME" type="string" /> </composite-id> <property name="classType" type="string"> <column name="XWP_CLASSTYPE" length="255"/> </property> <joined-subclass name="com.xpn.xwiki.objects.IntegerProperty" table="xwikiintegers"> <key> <column name="XWI_ID" /> <column name="XWI_NAME" /> </key> <property name="value" type="integer"> <column name="XWI_VALUE" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.LongProperty" table="xwikilongs"> <key> <column name="XWL_ID" /> <column name="XWL_NAME" /> </key> <property name="value" type="long"> <column name="XWL_VALUE" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.FloatProperty" table="xwikifloats"> <key> <column name="XWF_ID" /> <column name="XWF_NAME" /> </key> <property name="value" type="float"> <column name="XWF_VALUE" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.DoubleProperty" table="xwikidoubles"> <key> <column name="XWD_ID" /> <column name="XWD_NAME" /> </key> <property name="value" type="double"> <column name="XWD_VALUE" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.StringProperty" table="xwikistrings"> <key> <column name="XWS_ID" /> <column name="XWS_NAME" /> </key> <property name="value" type="string"> <column name="XWS_VALUE" length="255" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.DateProperty" table="xwikidates"> <key> <column name="XWS_ID" /> <column name="XWS_NAME" /> </key> <property name="value" type="timestamp"> <column name="XWS_VALUE" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.LargeStringProperty" table="xwikilargestrings"> <key> <column name="XWL_ID" /> <column name="XWL_NAME" /> </key> <property name="value" type="string"> <column name="XWL_VALUE" length="60000" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.StringListProperty" table="xwikilargestrings"> <key> <column name="XWL_ID" /> <column name="XWL_NAME" /> </key> <property name="textValue" type="string"> <column name="XWL_VALUE" length="60000" /> </property> </joined-subclass> <joined-subclass name="com.xpn.xwiki.objects.DBStringListProperty" table="xwikilists"> <key> <column name="XWL_ID" /> <column name="XWL_NAME" /> </key> <list name="list" table="xwikilistitems" batch-size="10"> <key> <column name="XWL_ID" /> <column name="XWL_NAME" /> </key> <index column="XWL_NUMBER"/> <element column="XWL_VALUE" type="string" /> </list> </joined-subclass> </class> <class name="com.xpn.xwiki.objects.BaseObject" table="xwikiobjects"> <id name="id" type="integer" unsaved-value="any"> <column name="XWO_ID" not-null="true" /> <generator class="assigned" /> </id> <property name="number" type="integer"> <column name="XWO_NUMBER" not-null="false" /> </property> <property name="name" type="string"> <column name="XWO_NAME" not-null="true" length="255"/> </property> <property name="className" type="string"> <column name="XWO_CLASSNAME" not-null="true" length="255"/> </property> </class> <class name="com.xpn.xwiki.stats.impl.DocumentStats" table="xwikistatsdoc"> <id name="id" type="integer" unsaved-value="any"> <column name="XWS_ID" not-null="true" /> <generator class="assigned" /> </id> <property name="number" type="integer"> <column name="XWS_NUMBER" not-null="false" /> </property> <property name="name" type="string"> <column name="XWS_NAME" not-null="true" length="255"/> </property> <property name="className" type="string"> <column name="XWS_CLASSNAME" not-null="true" length="255"/> </property> <property name="action" type="string"> <column name="XWS_ACTION" not-null="true" length="255"/> </property> <property name="pageViews" type="integer"> <column name="XWS_PAGE_VIEWS" not-null="false" /> </property> <property name="uniqueVisitors" type="integer"> <column name="XWS_UNIQUE_VISITORS" not-null="false" /> </property> <property name="period" type="integer"> <column name="XWS_PERIOD" not-null="false" /> </property> <property name="visits" type="integer"> <column name="XWS_VISITS" not-null="false" /> </property> </class> <class name="com.xpn.xwiki.stats.impl.RefererStats" table="xwikistatsreferer"> <id name="id" type="integer" unsaved-value="any"> <column name="XWR_ID" not-null="true" /> <generator class="assigned" /> </id> <property name="number" type="integer"> <column name="XWR_NUMBER" not-null="false" /> </property> <property name="name" type="string"> <column name="XWR_NAME" not-null="true" length="255"/> </property> <property name="className" type="string"> <column name="XWR_CLASSNAME" not-null="true" length="255"/> </property> <property name="referer" type="string"> <column name="XWR_REFERER" not-null="true" length="255"/> </property> <property name="pageViews" type="integer"> <column name="XWR_PAGE_VIEWS" not-null="false" /> </property> <property name="period" type="integer"> <column name="XWR_PERIOD" not-null="false" /> </property> </class> <class name="com.xpn.xwiki.stats.impl.VisitStats" table="xwikistatsvisit"> <id name="id" type="integer" unsaved-value="any"> <column name="XWV_ID" not-null="true" /> <generator class="assigned" /> </id> <property name="number" type="integer"> <column name="XWV_NUMBER" not-null="false" /> </property> <property name="name" type="string"> <column name="XWV_NAME" not-null="true" length="255"/> </property> <property name="className" type="string"> <column name="XWV_CLASSNAME" not-null="true" length="255"/> </property> <property name="IP" type="string"> <column name="XWV_IP" not-null="true" length="32"/> </property> <property name="userAgent" type="string"> <column name="XWV_USER_AGENT" not-null="true" length="255"/> </property> <property name="cookie" type="string"> <column name="XWV_COOKIE" not-null="true" length="255"/> </property> <property name="uniqueID" type="string"> <column name="XWV_UNIQUE_ID" not-null="true" length="255"/> </property> <property name="pageViews" type="integer"> <column name="XWV_PAGE_VIEWS" not-null="false" /> </property> <property name="pageSaves" type="integer"> <column name="XWV_PAGE_SAVES" not-null="false" /> </property> <property name="downloads" type="integer"> <column name="XWV_DOWNLOADS" not-null="false" /> </property> <property name="startDate" type="timestamp"> <column name="XWV_START_DATE" not-null="false" /> </property> <property name="endDate" type="timestamp"> <column name="XWV_END_DATE" not-null="false" /> </property> </class> </hibernate-mapping> -- View this message in context: http://n2.nabble.com/Upgrade-fails%21-tp2378958p2394349.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Stefan Gundlach wrote:
Sergiu Dumitriu-2 wrote:
[...]
Can you send me the old xwiki.hbm.xml file you had in the 0.9 instance? I think there's a change in the mapping that's not documented.
Ah yes: here it comes (WEB-INF/classes/xwiki.hbm.xml):
There doesn't seem to be anything wrong with it. Can you do something more? Extract from WEB-INF/lib/xwiki-core-1.x.jar the file log4j.properties, copy it to WEB-INF/classes/, edit it and replace the line: log4j.logger.org.hibernate.type=warn with log4j.logger.org.hibernate.type=trace Restart your wiki, and now right before the exception, in the log there should be a line indicating what value is causing problem. Can you do this and send me the log? -- Sergiu Dumitriu http://purl.org/net/sergiu/
Sergiu Dumitriu-2 wrote:
Ah yes: here it comes (WEB-INF/classes/xwiki.hbm.xml):
There doesn't seem to be anything wrong with it. Can you do something more?
Extract from WEB-INF/lib/xwiki-core-1.x.jar the file log4j.properties, copy it to WEB-INF/classes/, edit it and replace the line:
log4j.logger.org.hibernate.type=warn
with
log4j.logger.org.hibernate.type=trace
Restart your wiki, and now right before the exception, in the log there should be a line indicating what value is causing problem. Can you do this and send me the log?
Ok, I've done that and this is the result, see below. I'not quite sure for what kind of value I should look, so its rather lengthy again. By the way - thank you for helping. [...] 2009-02-27 17:55:50,570 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1' to parameter: 1 2009-02-27 17:55:50,570 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'XWiki.XWikiPreferences' to parameter: 2 2009-02-27 17:55:50,570 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'XWiki.XWikiGlobalRights' to parameter: 3 2009-02-27 17:55:50,570 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900568' to parameter: 4 2009-02-27 17:55:50,571 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.IntegerProperty' to parameter: 1 2009-02-27 17:55:50,571 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900568' to parameter: 2 2009-02-27 17:55:50,571 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'allow' to parameter: 3 2009-02-27 17:55:50,571 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1' to parameter: 1 2009-02-27 17:55:50,571 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900568' to parameter: 2 2009-02-27 17:55:50,571 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'allow' to parameter: 3 2009-02-27 17:55:50,574 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.LargeStringProperty' to parameter: 1 2009-02-27 17:55:50,574 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900568' to parameter: 2 2009-02-27 17:55:50,574 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'groups' to parameter: 3 2009-02-27 17:55:50,574 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'XWiki.AllGetits' to parameter: 1 2009-02-27 17:55:50,574 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900568' to parameter: 2 2009-02-27 17:55:50,575 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'groups' to parameter: 3 2009-02-27 17:55:50,577 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.StringProperty' to parameter: 1 2009-02-27 17:55:50,577 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900568' to parameter: 2 2009-02-27 17:55:50,577 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'levels' to parameter: 3 2009-02-27 17:55:50,577 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'edit,view' to parameter: 1 2009-02-27 17:55:50,577 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900568' to parameter: 2 2009-02-27 17:55:50,577 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'levels' to parameter: 3 2009-02-27 17:55:50,580 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.LargeStringProperty' to parameter: 1 2009-02-27 17:55:50,580 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900568' to parameter: 2 2009-02-27 17:55:50,580 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'users' to parameter: 3 2009-02-27 17:55:50,580 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding '' to parameter: 1 2009-02-27 17:55:50,580 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900568' to parameter: 2 2009-02-27 17:55:50,580 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'users' to parameter: 3 2009-02-27 17:55:50,582 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '2' to parameter: 1 2009-02-27 17:55:50,582 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'XWiki.XWikiPreferences' to parameter: 2 2009-02-27 17:55:50,583 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'XWiki.XWikiGlobalRights' to parameter: 3 2009-02-27 17:55:50,583 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900569' to parameter: 4 2009-02-27 17:55:50,583 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.IntegerProperty' to parameter: 1 2009-02-27 17:55:50,583 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900569' to parameter: 2 2009-02-27 17:55:50,583 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'allow' to parameter: 3 2009-02-27 17:55:50,583 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '0' to parameter: 1 2009-02-27 17:55:50,583 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900569' to parameter: 2 2009-02-27 17:55:50,583 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'allow' to parameter: 3 2009-02-27 17:55:50,586 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.LargeStringProperty' to parameter: 1 2009-02-27 17:55:50,586 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900569' to parameter: 2 2009-02-27 17:55:50,586 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'groups' to parameter: 3 2009-02-27 17:55:50,587 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'XWiki.XWikiGuest' to parameter: 1 2009-02-27 17:55:50,587 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900569' to parameter: 2 2009-02-27 17:55:50,587 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'groups' to parameter: 3 2009-02-27 17:55:50,589 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.StringProperty' to parameter: 1 2009-02-27 17:55:50,589 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900569' to parameter: 2 2009-02-27 17:55:50,589 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'levels' to parameter: 3 2009-02-27 17:55:50,589 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'view' to parameter: 1 2009-02-27 17:55:50,589 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900569' to parameter: 2 2009-02-27 17:55:50,589 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'levels' to parameter: 3 2009-02-27 17:55:50,592 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.LargeStringProperty' to parameter: 1 2009-02-27 17:55:50,593 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900569' to parameter: 2 2009-02-27 17:55:50,593 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'users' to parameter: 3 2009-02-27 17:55:50,593 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding '' to parameter: 1 2009-02-27 17:55:50,593 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1929900569' to parameter: 2 2009-02-27 17:55:50,593 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'users' to parameter: 3 2009-02-27 17:55:50,596 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '0' to parameter: 1 2009-02-27 17:55:50,596 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'XWiki.XWikiPreferences' to parameter: 2 2009-02-27 17:55:50,596 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'XWiki.XWikiPreferences' to parameter: 3 2009-02-27 17:55:50,596 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-944455444' to parameter: 4 2009-02-27 17:55:50,596 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.StringProperty' to parameter: 1 2009-02-27 17:55:50,596 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-944455444' to parameter: 2 2009-02-27 17:55:50,596 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'ad_clientid' to parameter: 3 2009-02-27 17:55:50,597 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding '' to parameter: 1 2009-02-27 17:55:50,597 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-944455444' to parameter: 2 2009-02-27 17:55:50,597 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'ad_clientid' to parameter: 3 2009-02-27 17:55:50,600 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.StringProperty' to parameter: 1 2009-02-27 17:55:50,600 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-944455444' to parameter: 2 2009-02-27 17:55:50,600 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'employeeOfTheMonth' to parameter: 3 2009-02-27 17:55:50,600 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'Ted FleiÃig' to parameter: 1 2009-02-27 17:55:50,600 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-944455444' to parameter: 2 2009-02-27 17:55:50,600 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'employeeOfTheMonth' to parameter: 3 2009-02-27 17:55:50,604 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.StringProperty' to parameter: 1 2009-02-27 17:55:50,605 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-944455444' to parameter: 2 2009-02-27 17:55:50,605 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'plugins' to parameter: 3 2009-02-27 17:55:50,605 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding '' to parameter: 1 2009-02-27 17:55:50,605 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-944455444' to parameter: 2 2009-02-27 17:55:50,605 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'plugins' to parameter: 3 2009-02-27 17:55:50,609 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.LongProperty' to parameter: 1 2009-02-27 17:55:50,609 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-944455444' to parameter: 2 2009-02-27 17:55:50,609 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'upload_maxsize' to parameter: 3 2009-02-27 17:55:50,609 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.LongType - binding '1000000' to parameter: 1 2009-02-27 17:55:50,609 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-944455444' to parameter: 2 2009-02-27 17:55:50,609 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'upload_maxsize' to parameter: 3 2009-02-27 17:55:50,610 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.StringProperty' to parameter: 1 2009-02-27 17:55:50,610 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-944455444' to parameter: 2 2009-02-27 17:55:50,610 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'webbgcolor' to parameter: 3 2009-02-27 17:55:50,610 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding '' to parameter: 1 2009-02-27 17:55:50,610 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-944455444' to parameter: 2 2009-02-27 17:55:50,610 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'webbgcolor' to parameter: 3 2009-02-27 17:55:50,614 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '1' to parameter: 1 2009-02-27 17:55:50,614 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'XWiki.XWikiPreferences' to parameter: 2 2009-02-27 17:55:50,614 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'XWiki.XWikiPreferences' to parameter: 3 2009-02-27 17:55:50,614 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-1383579234' to parameter: 4 2009-02-27 17:55:50,615 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.StringProperty' to parameter: 1 2009-02-27 17:55:50,615 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-1383579234' to parameter: 2 2009-02-27 17:55:50,615 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'ad_clientid' to parameter: 3 2009-02-27 17:55:50,615 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding '' to parameter: 1 2009-02-27 17:55:50,615 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-1383579234' to parameter: 2 2009-02-27 17:55:50,615 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'ad_clientid' to parameter: 3 2009-02-27 17:55:50,618 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.StringProperty' to parameter: 1 2009-02-27 17:55:50,618 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-1383579234' to parameter: 2 2009-02-27 17:55:50,618 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'employeeOfTheMonth' to parameter: 3 2009-02-27 17:55:50,619 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding '' to parameter: 1 2009-02-27 17:55:50,619 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-1383579234' to parameter: 2 2009-02-27 17:55:50,619 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'employeeOfTheMonth' to parameter: 3 2009-02-27 17:55:50,622 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.StringProperty' to parameter: 1 2009-02-27 17:55:50,622 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-1383579234' to parameter: 2 2009-02-27 17:55:50,622 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'plugins' to parameter: 3 2009-02-27 17:55:50,622 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding '' to parameter: 1 2009-02-27 17:55:50,623 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-1383579234' to parameter: 2 2009-02-27 17:55:50,623 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'plugins' to parameter: 3 2009-02-27 17:55:50,626 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.LongProperty' to parameter: 1 2009-02-27 17:55:50,626 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-1383579234' to parameter: 2 2009-02-27 17:55:50,626 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'upload_maxsize' to parameter: 3 2009-02-27 17:55:50,626 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.LongType - binding null to parameter: 1 2009-02-27 17:55:50,626 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-1383579234' to parameter: 2 2009-02-27 17:55:50,626 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'upload_maxsize' to parameter: 3 2009-02-27 17:55:50,627 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'com.xpn.xwiki.objects.StringProperty' to parameter: 1 2009-02-27 17:55:50,627 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-1383579234' to parameter: 2 2009-02-27 17:55:50,627 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'webbgcolor' to parameter: 3 2009-02-27 17:55:50,627 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding '' to parameter: 1 2009-02-27 17:55:50,627 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '-1383579234' to parameter: 2 2009-02-27 17:55:50,627 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'webbgcolor' to parameter: 3 2009-02-27 17:55:50,631 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'de' to parameter: 1 2009-02-27 17:55:50,631 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.StringType - binding 'de' to parameter: 2 2009-02-27 17:55:50,631 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding null to parameter: 3 2009-02-27 17:55:50,631 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] TRACE type.IntegerType - binding '' to parameter: 4 2009-02-27 17:55:50,631 [http://localhost:8180/xwiki17/bin/view/Main/] [http-8180-Processor25] INFO type.IntegerType - could not bind value '' to parameter: 4; java.lang.String com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences Wrapped Exception: java.lang.String at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:590) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:135) at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:128) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1282) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1244) at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1239) at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:2916) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:748) at com.xpn.xwiki.XWiki.<init>(XWiki.java:668) at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:316) [...] -- View this message in context: http://n2.nabble.com/Upgrade-fails%21-tp2378958p2396862.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Stefan Gundlach wrote:
Sergiu Dumitriu-2 wrote:
Ah yes: here it comes (WEB-INF/classes/xwiki.hbm.xml):
There doesn't seem to be anything wrong with it. Can you do something more?
Extract from WEB-INF/lib/xwiki-core-1.x.jar the file log4j.properties, copy it to WEB-INF/classes/, edit it and replace the line:
log4j.logger.org.hibernate.type=warn
with
log4j.logger.org.hibernate.type=trace
Restart your wiki, and now right before the exception, in the log there should be a line indicating what value is causing problem. Can you do this and send me the log?
Ok, I've done that and this is the result, see below. I'not quite sure for what kind of value I should look, so its rather lengthy again. By the way - thank you for helping.
It seems that the definition for the XWiki.XWikiPreferences XClass is wrong in your wiki, and it doesn't correspond to the mapping for it. Can you try adding this in your xwiki.cfg? xwiki.store.hibernate.custommapping=0 -- Sergiu Dumitriu http://purl.org/net/sergiu/
Sergiu Dumitriu-2 wrote:
It seems that the definition for the XWiki.XWikiPreferences XClass is wrong in your wiki, and it doesn't correspond to the mapping for it. Can you try adding this in your xwiki.cfg?
xwiki.store.hibernate.custommapping=0
Thank you. Well, its working a bit better now. But there are a lot of other issues. I.e. when trying to inspect /xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=General then I get this exceptions: 2009-03-02 14:05:46,078 [http://localhost:8180/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globalad...] [http-8180-Processor19] WARN doc.XWikiDocument - Failed to display field [content] in [view] mode for Object [XWiki.XWikiPreferences] 2009-03-02 14:05:46,078 [http://localhost:8180/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globalad...] [http-8180-Processor19] WARN doc.XWikiDocument - Failed to display field [content] in [view] mode for Object [XWiki.XWikiPreferences] [ERROR] Method getPrettyName threw exception for reference $prop in template XWiki.XWikiPreferences at [16,26] org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with id [XWiki.XWikiPreferences] at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108) at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202) at com.xpn.xwiki.XWiki.include(XWiki.java:3675) at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1399) at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1364) at sun.reflect.GeneratedMethodAccessor290.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108) at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202) at com.xpn.xwiki.XWiki.include(XWiki.java:3675) at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1399) at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1364) at sun.reflect.GeneratedMethodAccessor290.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108) at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:170) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:159) at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:470) at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:365) at sun.reflect.GeneratedMethodAccessor274.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108) at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1612) at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) 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.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.plugin.webdav.DavFilter.doFilter(DavFilter.java:68) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Caused by: org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getPrettyName' in class com.xpn.xwiki.api.PropertyClass threw exception java.lang.NullPointerException @ XWiki.XWikiPreferences[16,33] at org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:205) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203) at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:419) at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:73) at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:125) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178) ... 111 more Caused by: java.lang.NullPointerException at com.xpn.xwiki.api.PropertyClass.getPrettyName(PropertyClass.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.velocity.runtime.parser.node.PropertyExecutor.execute(PropertyExecutor.java:137) at org.apache.velocity.util.introspection.UberspectImpl$VelGetterImpl.invoke(UberspectImpl.java:350) at org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:180) ... 129 more After importing XWiki.XWikiPreferences form xwiki-enterprise-wiki-1.7.xar this changes to Error number 4001 in 4: Error while parsing velocity page XWiki.XWikiPreferences Wrapped Exception: Failed to evaluate content with id XWiki Preferences com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing velocity page XWiki.XWikiPreferences Wrapped Exception: Failed to evaluate content with id XWiki Preferences at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:114) at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202) at com.xpn.xwiki.XWiki.include(XWiki.java:3675) at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1399) at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1364) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108) at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202) at com.xpn.xwiki.XWiki.include(XWiki.java:3675) at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1399) at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1364) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108) at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:170) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:159) at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:470) at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:365) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108) at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1612) at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) 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.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.plugin.webdav.DavFilter.doFilter(DavFilter.java:68) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Wrapped Exception: org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getPrettyName' in class com.xpn.xwiki.api.PropertyClass threw exception java.lang.NullPointerException @ XWiki.XWikiPreferences16,33? at org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:205) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203) at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:419) at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:73) at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:125) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108) at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202) at com.xpn.xwiki.XWiki.include(XWiki.java:3675) at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1399) at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1364) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108) at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202) at com.xpn.xwiki.XWiki.include(XWiki.java:3675) at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1399) at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1364) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108) at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:170) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:159) at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:470) at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:365) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178) at org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108) at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1612) at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) 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.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.plugin.webdav.DavFilter.doFilter(DavFilter.java:68) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.NullPointerException at com.xpn.xwiki.api.PropertyClass.getPrettyName(PropertyClass.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.velocity.runtime.parser.node.PropertyExecutor.execute(PropertyExecutor.java:137) at org.apache.velocity.util.introspection.UberspectImpl$VelGetterImpl.invoke(UberspectImpl.java:350) at org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:180) … 132 more Perhaps its better to try the upgrade using the Import/Export-Tool and selecting the (~2500) content pages while leaving out the XWiki.* stuff. Would you suggest me to go this way? Stefan Gundlach -- View this message in context: http://n2.nabble.com/Upgrade-fails%21-tp2378958p2409523.html Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (2)
-
Sergiu Dumitriu -
Stefan Gundlach