Community Sample : Community Home is error !
Ehlo all,
i try the Community Sample ...
Frequently, on first page the portlet is only showing its title bar, without content at all.
Two which mostly not properly displayed is : My Communities, and Create/Find Community.
To trick it, i must first go to Full Page View. In such state, the content is displayed properly.
I can, for example, then create new Community.
But still the first page of the Community Sample is always not properly rendered/displayed.
Any pointer to solution ?
Cheers !
Eko Budhi S
# 1
Hello,
I assume you are using the Sun Application Server as your deployment platform.
Set "portletRenderModeParallel" from true to false in
/var/opt/SUNWportal/portals/portal1/config/desktopconfig.properties
and restart your application server.
That helped for me.
Regards,
Juergen
# 2
Hello,
unfortunetely when i apply this option, i get fatal error, which make the desktop not available at all.
pe Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.IllegalStateException: getWriter() has already been called for this response
org.apache.coyote.tomcat5.CoyoteResponse.getOutputStream(CoyoteResponse.java:58 8)
org.apache.coyote.tomcat5.CoyoteResponseFacade.getOutputStream(CoyoteResponseFa cade.java:166)
com.sun.portal.desktop.DesktopServlet.getWriter(DesktopServlet.java:459)
com.sun.portal.desktop.DesktopServlet.service(DesktopServlet.java:347)
javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
sun.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
java.security.AccessController.doPrivileged(Native Method)
javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
Cheers !
Eko Budhi S