[ http://issues.apache.org/jira/browse/JS1-551?page=comments#action_12318869 ]
Patrick Terlinden commented on JS1-551: --------------------------------------- I had the same problem you described and in my case the problem was caused by the name of an input field. In my html form there was a input field named "page". If one set this input field to "1", jetspeed is automatically looking for the 1.psml If you set it to "2", it is trying to find a 2.psml. This is very crazy but it seems to be a reserved key, which jetspeed is looking for in the request object. > Error Retrieving Portal Page: Profile Not Found > ----------------------------------------------- > > Key: JS1-551 > URL: http://issues.apache.org/jira/browse/JS1-551 > Project: Jetspeed > Type: Bug > Environment: Windows 2003 Server, Tomcat 5.0.28, Java 1.4 > Reporter: Mark Dos Santos > Priority: Trivial > > I sometimes get the error Error Retrieving Portal Page: Profile Not Found, > when submitting a form from within one of my portlets. When I go to the view > the Jetspeed Logs, it states that : > [http-8080-Processor25] WARN CastorPsmlManagerService - PSMLManager: > C:\Program Files\Apache Software Foundation\Tomcat > 5.0\webapps\selfservice\WEB-INF\psml\user\anon\html\en\US\1.psml not found, > returning null document > Now the portal is just accessed as an anon user, so I haven't even logged > into the portal as anyone. The thing that baffles me is that no where in the > code do I have any reference to a 1.psml file, nor in the database. > I guess the question is why is the rundata trying to retrieve 1.psml if > nothing has requested it and it doesn't exist anywhere. I don't know if this > is a bug or not, but I am very confused by it. Any help would be much > appreciated. > Thanks, > Mark -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
