11-18-05 12:51 PM
Hi
Just saw this problem today. After a clean installation of WP 5.1.0.1 on Red
Hat Linux (using Cloudscape with no LDAP), the Document Manager portlet fai
ls to render with: -
"Document Manager cannot communicate with content repository"
The Configure and Edit modes also fail to render.
The SystemErr.log shows: -
badEnv.jsp pe = null
repeatedly ( for every attempt to hit the portlet, I assume ).
We saw no other relevant errors in the Portal or WAS logs - we could see bad
Env.jsp being init'd within the SystemOut.log and, on further examination, t
he JSP in question seems to be trying, and failing, to retrieve the user's s
ession, hence the null retu
rn.
This appears to be caused by a failure, during the installation, to properly
initialise the content repository.
The solution is to run the following command: -
WPSConfig cfg-jcr-resources
to re-initialise the repository.
The script will start the Portal server, make the required changes, and then
stop/start the server again. At that point, you should be able to log in an
d all should be fine.
PS In our case, we had to add the PortalAdminPwd property to wpconfig.proper
ties as the script needs to authenticate with the Portal server.
Hope this helps.
Dave Hay
david_hay@uk.ibm.com
[ Post a follow-up to this message ]
|