On 04/16/2011 01:48 PM, shouldbe q931 wrote: > Server is running on Ubuntu 10.10 x86 with Tomcat6 > > I followed the following steps > > Stopped the tomcat6 service > > moved the webapps/wiki directory to a different location > > removed the previous xwiki.war file > > copied the new .war file into place and renamed it xwiki.war > > started and stopped the tomcat6 service to "deploy" the .war file > > copied the old hibernate.cfg.xml, xwiki.cfg and xwiki.properties files > into place
You must also copy the database connector jar. > started tomcat6 > > tried to connect using a web browser to http://f.q.d.n/ which redirected > correctly to https://f.q.d.n/xwiki/bin/view/Main/WebHome but I get the below > HTTP 500 error :-( > > > -------------------------------------------------- > > HTTP Status 500 - > > type Exception report > > message > > description The server encountered an internal error () that prevented > it from fulfilling this request. > > exception > > javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error > number 3 in 0: Could not initialize main XWiki context > Wrapped Exception: Error number 3001 in 3: Cannot load class > com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager > from param xwiki.store.migration.manager.class > Wrapped Exception: Error number 0 in 3: Exception while hibernate execute > Wrapped Exception: Could not create a DBCP pool. There is an error in > the hibernate configuration file, please review it. > > 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:617) > javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129) > > org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152) > > com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68) > > org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218) > > org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) > root cause > > com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not > initialize main XWiki context > Wrapped Exception: Error number 3001 in 3: Cannot load class > com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager > from param xwiki.store.migration.manager.class > Wrapped Exception: Error number 0 in 3: Exception while hibernate execute > Wrapped Exception: Could not create a DBCP pool. There is an error in > the hibernate configuration file, please review it. > com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:428) > com.xpn.xwiki.XWiki.getXWiki(XWiki.java:497) > com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:137) > com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117) > > 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:617) > javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129) > > org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152) > > com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68) > > org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218) > > org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) > note The full stack trace of the root cause is available in the Apache > Tomcat/6.0.28 logs. > > Apache Tomcat/6.0.28 > > -------------------------------------------------- > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
