Sun Java System Messaging Server - missing mail tab in Comm Suite 5

I just downloaded and attempted to install Comm Suite 5 and trying to use uwc with it. When I log into uwc, I end up with only the address book tab and no mail tab. This is the first time I have set up uwc and is most likely a configuration error some place. I am just not sure where. Ideas of what I need to look at?

As a side note, I am able to log into Messenger Express without a problem. if I sniff the traffic on the messenger express port, it looks like uwc successfully logs (Messenger Express passes back a Location url: /en/mail.html?)

(thanks to all of those who responded previously -- it pointed me in the right direction)

Thanks

Benji

[679 byte] By [BenSpencera] at [2007-11-26 23:08:07]
# 1
Are you logging in as a user you've already created? Can that user log into imap? If not, use the provided tools to create domains, users, etc.
jay_plesseta at 2007-7-10 14:02:36 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

good question. It is an already existing user (read: maybe an attribute on the LDAP account isn't correct since this is an existing userbase?) that seems to be able to log in via straight IMAP. I also sniffed the IMAP traffic, and it does look like that the user is logging in (not that i totally know what that looks like).

benji

BenSpencera at 2007-7-10 14:02:36 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3
Hm. You got me. I've yet to even download comm suite 5 myself. Maybe in a week or two.You might want to test that user more fully, and review all the steps of your UWC install.
jay_plesseta at 2007-7-10 14:02:36 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 4

Hi,

Make sure you enable messaging server for UWC access:

cd /opt/SUNWmsgsr/sbin

./configutil -o local.webmail.sso.uwcenabled -v 1

./stop-msg

./start-msg

Failing that - try enabling the UWC debug logging, restart the webserver and see what it reports (/var/opt/SUNWuwc/WEB-INF/config/uwclogging.properties).

Shane.

shane_hjortha at 2007-7-10 14:02:36 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 5
"configutil -o local.webmail.sso.uwcenabled -v 1" did the trick. Thanks.
BenSpencera at 2007-7-10 14:02:36 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...