Once a user created a new meeting, they were presented with a nice blank page, with the following exception ( along with others ) in SystemOut.log: -
[09/07/09 16:37:30:138 BST] 00000042 PortletContex E com.ibm.wps.pe.pc.legacy.impl.PortletContextImpl include EJPPG1009E: Resource ExecuteNewMeetingURI could not be found.
This turned out to be a misconfigured set of parameters in the Lotus Web Conferencing portlet, which was resolved by me logging in as the portal administrator ( wpsadmin ), and changing two parameters from: -
SametimeUserName1 = cn=wpsadmin,o=ibm
SametimePassword1 = true
from: -
SametimeUserName1 = cn=domadmin,o=ibm
SametimePassword1 = passw0rd
( where cn=domadmin,o=ibm is the Domino administrator of the domain in which the Sametime server is running )
This Technote is of some help: -
No comments:
Post a Comment