On Thu, Apr 10, 2008 at 5:56 PM, Fabien <[email protected]> wrote:
Thanks Thomas, I will tried that.
Is there something specific to do to get AspectJ working ? or in Maven ?
As far as I know there is nothing to do, sometime maven don't build AspectJ files. But it's very rare (I never had this problem). Are you using the recommended maven version you can find in http://dev.xwiki.org/xwiki/bin/view/Community/Building ?
Fabien
On Thu, Apr 10, 2008 at 5:23 PM, Thomas Mortagne <[email protected]> wrote:
Hi,
On Thu, Apr 10, 2008 at 4:48 PM, Fabien <[email protected]> wrote:
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)
Seems AspectJ build failed in the xwiki-core jar. I see in other mails that maven AspectJ plugin does not do his job sometimes. You should try to rebuild xwiki-core.
*note* *The full stack trace of the root cause is available in the
Apache
Tomcat/5.5 logs.*
What do I forget ?
Fabien _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne