Calendar in UWC not working.

I'm trying to setup calendar to start working in UWC. I didn't setup whole SunJavaMessingSystem, just i have to fix stuff after someone else's job, that's why it's even harder in my case. The envirovment is that i have over 5 domains that have to use mail/calendar and adressbook. Normally Calendar/Mail and adress book works for them. Just calendar doesn't thru UWC (normally it does). I have read a few posts about it and tried a lot of examples from here but never got to it. Count someone can help me with it. I'm posting some details so you can help me better. Here it goes:

-

ics.conf

-

store.admins = "calmaster"

service.virtualdomain.support = "yes"

service.wcap.allowcreatecalendars = "yes"

service.wcap.allowdeletecalendars = "yes"

service.wcap.anonymous.allowpubliccalendarwrite = "yes"

service.http.allowadminproxy = "yes"

service.http.allowanonymouslogin = "yes"

service.calendarsearch.ldap = "no"

service.http.admins = "calmaster"

service.defaultdomain = "mycompany.pl"

service.schema2root = "dc=workgroup, dc=mycompany, dc=pl"

service.siteadmin.cred = "myadminpass"

service.siteadmin.userid = "admin"

service.admin.calmaster.cred = "myadminpass"

service.admin.calmaster.userid = "calmaster"

local.authldapbasedn = "dc=workgroup,dc=mycompany,dc=pl"

local.ugldapbasedn = "dc=workgroup,dc=mycompany,dc=pl"

service.dcroot = "dc=workgroup, dc=mycompany, dc=pl"

service.schema2root = "dc=workgroup, dc=mycompany, dc=pl"

sasl.default.ldap.domainmap = "n"

sasl.default.ldap.searchfordomain = "n"

service.http.ui.enable = "y"

-

Last 3 entries i added as suggested in some post, didn't had them before.

Log from uwc.log:

-

Aug 18, 2006 10:44:42 AM com.sun.uwc.common.auth.GZIPFilter doFilter

INFO: [ GZIP support is enabled in config -]

Aug 18, 2006 10:44:42 AM com.sun.uwc.common.auth.GZIPFilter doFilter

INFO: [ Using GZIPResponseWrapper for this request as browser supports it -]

Aug 18, 2006 10:44:42 AM com.sun.uwc.UWCServletBase isSessionTimedOut

INFO: [isSessionTimedOut: Client Session -

Aug 18, 2006 10:44:42 AM com.sun.uwc.UWCServletBase isSessionTimedOut

INFO: [isSessionTimedOut: Client Session -

Aug 18, 2006 10:44:42 AM com.sun.uwc.common.UWCUserHelper createCalStore

SEVERE: calsession not created calstore connect has failed

Aug 18, 2006 10:44:42 AM com.sun.uwc.calclient.CalModuleServlet onInitializeHandler

SEVERE: Error[onBeforeRequest:getCalStore] [Error:getCalStore] - Could not create store

Aug 18, 2006 10:44:42 AM com.sun.uwc.UWCServletBase isSessionTimedOut

INFO: [isSessionTimedOut: Client Session -

Aug 18, 2006 10:44:42 AM com.sun.uwc.calclient.CalQuickNavigationPageletView importPageSessionValue

INFO: PageSessionAttribute: Not imported: calid

Aug 18, 2006 10:44:42 AM com.sun.uwc.calclient.CalQuickNavigationPageletView importPageSessionValue

INFO: PageSessionAttribute: Not imported: caltype

Aug 18, 2006 10:44:42 AM com.sun.uwc.calclient.CalQuickNavigationPageletView importPageSessionValue

INFO: PageSessionAttribute: Not imported: date

Aug 18, 2006 10:44:42 AM com.sun.uwc.calclient.CalQuickNavigationPageletView importPageSessionValue

INFO: PageSessionAttribute: Not imported: category

Aug 18, 2006 10:44:42 AM com.sun.uwc.calclient.CalQuickNavigationPageletView importPageSessionValue

INFO: PageSessionAttribute: Not imported: viewctx

Aug 18, 2006 10:44:42 AM com.sun.uwc.calclient.CalQuickNavigationPageletView importPageSessionValue

INFO: PageSessionAttribute: Not imported: recentMianCalView

Aug 18, 2006 10:44:42 AM com.sun.uwc.calclient.CalQuickNavigationPageletView importPageSessionValue

INFO: PageSessionAttribute: Not imported: temporaryCalendars

Aug 18, 2006 10:44:42 AM com.sun.uwc.UWCMainViewBean <init>

SEVERE: UWCMainViewBean:forwardToURL(forwardtodefview) - null

Aug 18, 2006 10:44:42 AM com.sun.uwc.common.model.UserPreferencesModel getValue

FINE: Info not in cache, so returning from session

-

Would be great if someone could help with this.

[4308 byte] By [Fleibo] at [2007-11-26 9:33:54]
# 1
You must set store.admins ="calmaster@defaultdomain.com" for a Virtual Domain setup.Also make sure the passwords are correctly mentioned.ThanksRamya
ramya_ravi at 2007-7-7 0:22:23 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 2

I've set as you mentioned calmaster@defaultdomain.com. I had before calmaster in some other domain (it's still in there) but i also created new one and put him in domain i use the most and that is set in uwcauth.conf:

defaultdomain = defaultdomain.com

Also i tried to login as calmaster to UWC and i wasn't allowed to see calendar either. When logging in just to calendar express - all works fine.

Tnx for suggestion thou. Hope someone can give me more clues :/

Fleibo at 2007-7-7 0:22:23 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 3

I am assuming your default domain is " mycompany.pl" so

store.admins = "calmaster@mycompany.pl" .

If you are able to login to Calendar Express as Calmaster,then looks like there is something wrong with UWC configuration.

Make sure your Calendar credentials/passwords are correct(in ics.conf) and they match with the Calendar credentials mentioned in uwcconfig.properties.

The last thing would be to re-configure UWC .

Thanks

Ramya

ramya_ravi at 2007-7-7 0:22:23 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 4
Ye, both default domain and calmaster are in same domain. I guess i have to try configure UWC from scratch. Problem is i wasn't the one setting it so now i have to find some ebook on this ;)Tnx for help :)
Fleibo at 2007-7-7 0:22:23 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...