Greetings, I don't recognize anything in your error output, but I can provide some information on appData.ser and basePackage:
Marc Lustig wrote: >>Beyond this, I would try... >> >>+ Manually removing the appData.ser file before startup >> >> > >What file is this? I couldn't find one with that name. > > Intake caches the information parsed from WEB-INF/conf/intake.xml in WEB-INF/appData.ser. (The name is kind of obscure, isn't it? :-( ) In fact, Intake only reads intake.xml when appData.ser is out of date. This has caused me confusion in the past. For instance, I once restored a backup copy of intake.xml and wondered why Intake didn't seem to revert to the old configuration. Of course it saw that appData.ser was newer than intake.xml and thus just used appData.ser. Just last week, the XML parser conflict I mentioned was initally masked by the fact that Intake was reading appData.ser and thus wasn't exercising Xerces. Another potential issue is file creation permission in the WEB-INF directory. There's been traffic on this list caused by Intake failiing to start up due to the servlet container lacking permission to write to WEB-INF/. You can read more in TurbineIntakeService.java: http://cvs.apache.org/viewcvs/jakarta-turbine-2/src/java/org/apache/turbine/services/intake/TurbineIntakeService.java?rev=1.5&content-type=text/vnd.viewcvs-markup >>+ Specifying the basePackage attribute of the input-data element in your >>intake.xml file >> >> > >Is the base-package supposed to be the root-package of my app >(de.geoconnect.audiotex.) or de.geoconnect.audiotex.om. ? > > Your app: de.geoconnect.audiotex. -- Edwin Gustafson Cayman Chemical Company -- 734 971 3586 x 221 http://www.caymanchem.com/promo/ewg 42*13'44" N 83*43'25" W -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
