On Thu, 28 Oct 2004 10:23:05 +0100 (BST), "Guy Farley" <[EMAIL PROTECTED]> said: > A real beginner question this I’m afraid. > > I am trying to get presentation server running on Tomcat 5.0.28. The > installation instructions say to move xercesImpl.jar and > xmlParserAPIs.jar from common/endorsed to server/lib. There was only > the first of these 2 jars in common/endorsed and another called xml- > apis.jar. I moved them both to server/lib. > > When I now try and access http://localhost:8080/orbeon/. I get a stack > with NoClassDefFoundError: org/apache/utils/NamespaceSupport2. >
It sounds like you are running on jdk 1.5. If so, you're choices are to either switch to jdk 1.4 or to grab an unstable build of pres serv from http://orbeon.sourceforge.net/unstable-blds/presentation-server/ Fyi, pres serv 2.5.4 doesn't work with jdk 1.5 because we had an incorrect dependency on org.apache.utils.NamespaceSupport2, a class supplied by jdk 1.4 but not by jdk 1.5. -- Regards, Dan S ------------------------------------------------------- This Newsletter Sponsored by: Macrovision For reliable Linux application installations, use the industry's leading setup authoring tool, InstallShield X. Learn more and evaluate today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/ _______________________________________________ orbeon-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/orbeon-user
