From: Kirk Haines Date: 2004-09-09T04:48:52+09:00 Subject: Re: IOWA error On Thu, 9 Sep 2004 03:05:06 +0900, Mark Probert wrote > Hi, All. > > Any ideas on what this error message means: > > Main: no such page in run::usersavedata == Iowa::Application::Content_Classes::Run::UserSaveData > admin::addcmds == > Iowa::Application::Content_Classes::Admin::AddCmds component == Iowa::Component > (..rest removed..) > > I have changed quite a lot, though nothing to do with the indicated > page > (Run/UserSaveData). There is nothing in the startup log to indicate > a problem. It only occurs when I go to the URL. Yeah. It's one of the bad errors that is being improved so that it makes more obvious sense. Whenever it comes up, it means that IOWA couldn't find the component that was being asked for. That big long list that comes after the error message is a crude diagnostic tool. It's simply a list of all of the components that IOWA knows about. In this case, it looks like you are missing Main. Thanks, Kirk Haines