> -----Original Message----- > From: Rob Johnston [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 17, 2003 8:11 PM > To: [EMAIL PROTECTED] > Subject: Why does moving the portal-fw from samples break it? > (PortalManager not found on 'save') > > > I've attempted to move the portal-fw sample from the samples dir into > the main sitemap (I copied everything that needed to be copied -- the > component-configurations block, all the pipelines, etc verbatim). > I also moved all the files from samples/portal-fw/* into the main > webapp dir. > > Everything works fine (changing roles, moving things around, etc) > until you > attempt to save the logged in userprofile. (Customize -> Save). > You then get > this error: > > Internal Server Error > > Message: Lookup of PortalManager failed. > This exception is not the real cause, I guess. When save is hit, the saving is done "during" the lookup of the portal manager - so if something goes wrong during saving, the above exception will result. Can you provide the real cause (it should be somewhere hidden in the large stack-trace)?
Carsten