Hi Anna, I'm not familiar with the portal framework, but since no one has replied to your question I thought I would respond with a few thoughts.
>From the limited portion of the stack trace you posted, the best hint is the 'org.xml.sax.SAXException: Unrecognized file format.' exception. Somewhere within your failing pipeline (or another internal pipeline that is being called) there's some invalid XML. Perhaps you're using the FileGenerator and the file it's loading is not (valid) XML? If you could post a snippet of what your 'cocoon://myapp/load-global-profile' pipeline looks like, that would be helpful. Perhaps then others might have some suggestions as well. HTH, -Daniel On Wed, 23 Mar 2005 10:42:29 -0500, Anna Bikkina <[EMAIL PROTECTED]> wrote: > > Hi, > > I am getting a peculiar exception while running my app in cocoon. It > worked fine for almost a year and yesterday it gave me this error. I > tried to figure it out but could not. So reinstalled cocoon and my app > and it worked. Now it is giving the same error again. Can someone help? > > Exception during loading of profile > Caused by: org.apache.excalibur.source.SourceException: Exception during > processing of > cocoon://myapp/load-global-profile?profile=copletbasedata&portal=portal&layout=portal > at > org.apache.cocoon.components.source.impl.SitemapSource.getInputStream(SitemapSource.java:319) > at > org.apache.cocoon.portal.profile.impl.MapProfileLS.loadProfile(MapProfileLS.java:141) > at > org.apache.cocoon.portal.profile.impl.AuthenticationProfileManager.getProfile(AuthenticationProfileManager.java:327) > at > org.apache.cocoon.portal.profile.impl.AuthenticationProfileManager.loadProfile(AuthenticationProfileManager.java:111) > at > org.apache.cocoon.portal.profile.impl.AbstractUserProfileManager.getPortalLayout(AbstractUserProfileManager.java:345) > ... 69 more > Caused by: org.apache.cocoon.ProcessingException: Failed to execute > pipeline.: org.xml.sax.SAXException: Unrecognized file format. > at > org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.processXMLPipeline(AbstractCachingProcessingPipeline.java:293) > at > org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.process(AbstractProcessingPipeline.java:525) > at > org.apache.cocoon.components.source.impl.SitemapSource.getInputStream(SitemapSource.java:310) > ... 73 more > > Thanks, > Anna. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
