Hwee Lim wrote: > Hi, > Hi, I am trying to get the tdk2.1 up and running with oracle 8i. I changed > the build.properties to an account that I created with full permissions. I > rename classes12.zip to classes12.jar and put it under > /webapps/newapp/WEB-INF/lib. When I ran ant init, I am getting the > following error: > java.lang.NoClassDefFoundError: org/apache/xerces/framework/XMLParser > > I checked in the database, the following tables are created and data has > been inserted. > TURBINE_GROUP > TURBINE_PERMISSION > TURBINE_ROLE > TURBINE_ROLE_PERMISSION > TURBINE_SCHEDULE_JOB > TURBINE_USER > TURBINE_USER_GROUP_ROLE > > When I ran newapp from the browser, I can get the login screen but can't > login as turbine/turbine. > > Any clues? >
You seem to have lost the xerces-1.3.0.jar that should be present in the WEB-INF/lib directory of the generated sample app. That JAR is not present? Torque need xerces in order to parse the XML file that contains the project data model. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
