Vivian Richard wrote: > From my experience with old version of xwiki I know that > if there is any issue with database connectivity, the first > page appears where the user is give the option either to > either to go to the xwiki installation page or to the installed > xwiki's home page. This time all the after installation all I > get is this error page. >
The page with links does not display anymore for a while. Did you put the mysql connector jar in the lib directory? Looking at the location of the error, a guess would be that WEB-INF/xwiki.cfg is missing or not readable. Also, there should be another error that is not displayed, can you look in the logs and see? Thanks. > > > > > On Thu, Oct 16, 2008 at 8:29 AM, Vivian Richard <[EMAIL PROTECTED]> wrote: >> Hi Marius, >> >> I am using mysql. It does not deploy at all. I got it >> yesterday from xwiki.org. It was said it is stable version. >> I got this file xwiki-enterprise-web-1.6.1.war. and >> deployed it and change hibernate settings and tried >> it and it gave the error. Then I did read more about the >> instructions of how to deploy in JBoss and made the >> changes in jboss-service.xml and still getting the same >> error. >> >> Regards.... >> >> >> >> On Thu, Oct 16, 2008 at 2:26 AM, Marius Dumitru Florea >> <[EMAIL PROTECTED]> wrote: >>> Hi Vivian, >>> >>> Please tell me: >>> * from where did you get XWiki Enterprise 1.6 (is it 1.6 final?) >>> * what database are you using >>> * when do you experience this problem; when you start the server >>> (probably not)? when you view/edit/save a page (most probably)? >>> >>> I'm trying to reproduce this problem. It seems the ConversionFilter I >>> wrote is involved, but at line 94 I just forward the request and >>> response to the next filter in the chain. The request and response are >>> left unchanged, unless you edited a page with the new WYSIWYG editor. >>> >>> Thanks, >>> Marius >>> >>> Vivian Richard wrote: >>>> Hi, I am trying to deploy xwiki enterprise in my Fedora 3, JBoss >>>> 4.0.5 server >>>> and using jdk1.5.0_01. I am getting the following error: >>>> >>>> >>>> javax.servlet.ServletException: Error number 3 in 0: Could not >>>> initialize main XWiki context >>>> Wrapped Exception: Unable to build interceptor chain >>>> >>>> org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535) >>>> >>>> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433) >>>> >>>> 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:697) >>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:810) >>>> >>>> com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:94) >>>> >>>> com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) >>>> >>>> com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) >>>> >>>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) >>>> >>>> root cause >>>> >>>> com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not >>>> initialize main XWiki context >>>> Wrapped Exception: Unable to build interceptor chain >>>> com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:325) >>>> com.xpn.xwiki.XWiki.getXWiki(XWiki.java:386) >>>> com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135) >>>> com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) >>>> >>>> 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:697) >>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:810) >>>> >>>> com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:94) >>>> >>>> com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) >>>> >>>> com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) >>>> >>>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) >>>> >>>> >>>> >>>> Please suggest -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

