[xwiki-users] problem in method :setMinorEdit(Z)V
I have installed xwiki 1.1.2 and using mysql database. when I am trying to start the application I am getting the following error. 18:36:06.453 WARN!! [P1-19] org.mortbay.jetty.servlet.ServletHandler.handle(Se letHandler.java:618) >11> Error for /xwiki/bin/view/Main/WebHome java.lang.NoSuchMethodError: com.xpn.xwiki.doc.XWikiDocument.setMinorEdit(Z)V at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.prepareJobStubContex SchedulerPlugin.java:195) at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.scheduleJob(Schedule lugin.java:331) at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.restoreExistingJobs( hedulerPlugin.java:280) at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.init(SchedulerPlugin ava:128) at com.xpn.xwiki.plugin.XWikiPluginManager.initPlugin(XWikiPluginManag .java:130) at com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManage java:69) at com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManag .java:95) at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:754) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:708) at com.xpn.xwiki.XWiki.<init>(XWiki.java:611) at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:238) at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:397) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:94) at org.apache.struts.action.RequestProcessor.processActionPerform(Requ tProcessor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor. va:236) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1 6) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414 at javax.servlet.http.HttpServlet.service(HttpServlet.java:596) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:4 ) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilte WebApplicationHandler.java:830) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterE odingFilter.java:117) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilte WebApplicationHandler.java:821) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplica onHandler.java:471) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java 68) at org.mortbay.http.HttpContext.handle(HttpContext.java:1565) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicati Context.java:633) at org.mortbay.http.HttpContext.handle(HttpContext.java:1517) at org.mortbay.http.HttpServer.service(HttpServer.java:954) at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) at org.mortbay.http.SocketListener.handleConnection(SocketListener.jav 244) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) Please help me to solve the problem. Mailto: [email protected] =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you
Shruti Modi wrote:
I have installed xwiki 1.1.2 and using mysql database. when I am trying to start the application I am getting the following error.
18:36:06.453 WARN!! [P1-19] org.mortbay.jetty.servlet.ServletHandler.handle(Se letHandler.java:618) >11> Error for /xwiki/bin/view/Main/WebHome java.lang.NoSuchMethodError: com.xpn.xwiki.doc.XWikiDocument.setMinorEdit(Z)V at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.prepareJobStubContex SchedulerPlugin.java:195) at
You are not using an official 1.1.2, since it does not include the scheduler plugin, which seems to be used in your wiki. That plugin is not compatible with that version of the platform, so you must either upgrade to a newer version, or remove that plugin. -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
Sergiu Dumitriu -
Shruti Modi