Portal 6.1: SSOAdapterException: could not find configuration

Hi,

I am trying to get a mail channel defined in a portal. But it fails withe the following exception in the ssoAdapter log:

07/31/2006 03:11:51:829 PM CEST: Thread[Thread-212,5,main]

WARNING: com.sun.ssoadapter.SSOAdapterFactory.getSSOAdapter() failed. Reason: com.sun.ssoadapter.SSOAdapterException: com.sun.ssoadapter.SSOAdapterFactory.getSSOAdapter(): could not find configuration"sunOneMail"

I already verified that this SSOAdapter is configured in the organization's service SSOadapter list.

Any other thoughts?

[582 byte] By [MrEJB] at [2007-11-26 9:09:00]
# 1
Hi,Please check the value of "ssoAdapter" property of your channel at both the user level and organization level. Is that also set to sunOneMail? Also do you see errors from the MailProvider in your logs?thanks,Jai
jaisuri at 2007-7-6 23:26:03 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

Also check if the sunOneMail configuration actually exists at the user level. If the configuration got overwritten or removed because of any errors then you'll see a similar behavior. If the configuration seems proper at the organization level, then try creating a new user and check if you still observe the same behavior.

thanks,

Jai

jaisuri at 2007-7-6 23:26:03 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3
I owe you a drink!SSOAdapter service was missing for all existing users. Adding the service fixed the problem!
MrEJB at 2007-7-6 23:26:03 > top of Java-index,Web & Directory Servers,Portal Servers...