Xpage works on client not on server

I developed a small demo application on the notes client using xpages. When I replicated the db to the server, I get the following errors on the server console:

11/20/2008 09:25:40 PM HTTP JVM: Domino Server

11/20/2008 09:25:40 PM HTTP JVM: com.ibm.xsp.FacesExceptionEx: com.ibm.xsp.FacesExceptionEx: Invalid context factory.

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.xsp.webapp.FacesServlet.createFacesController(FacesServlet.java:517)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.xsp.webapp.DesignerFacesServlet.getContextFacesController(DesignerFacesServlet.java:207)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.xsp.webapp.FacesServlet.getFacesController(FacesServlet.java:475)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.xsp.webapp.FacesServlet.init(FacesServlet.java:118)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.xsp.webapp.FacesServletEx.init(FacesServletEx.java:69)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.xsp.webapp.DesignerFacesServlet.init(DesignerFacesServlet.java:112)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.designer.runtime.domino.adapter.ComponentModule.createServlet(ComponentModule.java:216)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.designer.runtime.domino.adapter.ComponentModule.createServlet(ComponentModule.java:207)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.domino.xsp.module.nsf.NSFComponentModule.getXspEngineServlet(NSFComponentModule.java:249)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.domino.xsp.module.nsf.NSFComponentModule.getServlet(NSFComponentModule.java:393)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.designer.runtime.domino.adapter.ComponentModule$ServletInvoker.doService(ComponentModule.java:359)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.designer.runtime.domino.adapter.ComponentModule.doService(ComponentModule.java:273)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.domino.xsp.module.nsf.NSFComponentModule.doService(NSFComponentModule.java:310)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.domino.xsp.module.nsf.NSFService.doService(NSFService.java:142)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.doService(LCDEnvironment.java:225)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.service(LCDEnvironment.java:186)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.domino.xsp.bridge.http.engine.XspCmdManager.service(XspCmdManager.java:221)

11/20/2008 09:25:40 PM HTTP JVM: Caused by:

11/20/2008 09:25:40 PM HTTP JVM: com.ibm.xsp.FacesExceptionEx: Invalid context factory.

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.xsp.controller.FacesControllerImpl.init(FacesControllerImpl.java:87)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.xsp.controller.DesignerFacesController.init(DesignerFacesController.java:143)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.xsp.webapp.FacesServlet.initializeFacesController(FacesServlet.java:530)

11/20/2008 09:25:40 PM HTTP JVM: at com.ibm.xsp.webapp.FacesServlet.createFacesController(FacesServlet.java:513)

11/20/2008 09:25:40 PM HTTP JVM: … 16 more

When I access a form or a view in either the local designer or from the server, the http process displays them perfectly.

Any ideas to help me get my server to dispay an xpage?

Subject: I would start with the discussion template - it should work on the server.

If not, there is a problem with your server.

Subject: Discussion Template does not work

I tested the Discussion (8.5) template and this database displays the error. Same kind of console issues.

I just checked and the server is 8.5 beta1 and the notes client is beta2. Could this be the cause of the issues?

Subject: There where a lot of changes between the two Betas!

(Beta 2 installation instructions have been not to upgrade, but to uninstall first (and I would delete all files, if there are any, too). If you do a plain first server setup on Beta 2 on Windows XP, I am pretty sure that both, Discussion template with XPages and own XPages did work.

Subject: Upgrade worked!

I upgraded the server to Build V85_M2_08202008 and the discussion db and my application work now.