Hi,
I modified my LDAP schema by adding a new attribute and edited few users to add values in new attribute.
I modified entity_datasource.xml & entity_management.xml file.
I replaced this in <portal-install-dir>/config folder.
I ran war_tool.bat and redeployed the new portal application in weblogic.
Portal console is working fine. But, site is not working and below exception is coming in portal logs:-2010-06-09 19:56:57,693 [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR com.epicentric.template - Style.execute: Primary file [az_header.jsp] for template [header] for style [az20header1] either could not be compiled or threw a Runtime Exception:
java.lang.IllegalArgumentException: EntityUtils.getUserSystemFolder: Entity was not a user!
at com.epicentric.common.website.EntityUtils.getUserSystemFolder(EntityUtils.java:409)
at com.epicentric.common.website.EntityUtils.getUserSystemFolder(EntityUtils.java:471)
at com.epicentric.common.website.I18nUtils.getUserLocale(I18nUtils.java:355)
at jsp_servlet._templates._template0008._rrxczzcvfydtwdreauvxtwrqtvrqszaq.__az_header._jspService(__az_header.java:246)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:394)
Have I missed anything?
Thanks,
Sanjeev