Hi,
I get all sources from svn repository and compile them.
The status at the end of the compilation said that all build where
successful.
I move the *war file found into the following
/xwiki/trunks/xwiki-product-enterprise/web/target to the tomcat webapps.
I also modified the hibernate.cfg.xml to point to the right database, and I
now get the following error.
*type* Exception report
*message*
*description* *The server encountered an internal error () that prevented it
from fulfilling this request.*
*exception*
javax.servlet.ServletException: Servlet execution threw an exception
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
*root cause*
java.lang.NoSuchMethodError: com.xpn.xwiki.XWiki.isVirtual()Z
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.init(SchedulerPlugin.java:97)
com.xpn.xwiki.plugin.XWikiPluginManager.initPlugin(XWikiPluginManager.java:147)
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.java:83)
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.java:112)
com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:893)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:821)
com.xpn.xwiki.XWiki.<init>(XWiki.java:744)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:315)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:512)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:126)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
*note* *The full stack trace of the root cause is available in the Apache
Tomcat/5.5 logs.*
What do I forget ?
Fabien