Postby mikevl » Thu Dec 29, 2005 10:20 pm
Hi Don
Hey thanks a million for your help. I need another freash brain cause I have exhausted mine on this one
Below are the ubmanager.properties and caa.log after the clear out & restart.
Thanks so much for your persistance
Mike v
#
# Ubermanager Properties file
#
#
# Security features
#
ubermanager.events.store=events.data
# Kerberos stuff
# Enable Kerberos secure communication between Ubermanager and RES - set to true or false
# Note: RES *must* have a matching res.kerberos.mode value in its res.properties configuration file
ubermanager.kerberos.mode=false
# Authenticate using credentials in a keytab file i.e. no password required - set to true or false
ubermanager.kerberos.useKeytab=true
# Full principal name of Ubermanager - must exist in Kerberos database
ubermanager.kerberos.principalName=ubermanager/__FQHN_HOST__@__KERBEROS_REALM__
# Kerberos realm in which Ubermanager and RES are both deployed - use ALL CAPS
ubermanager.kerberos.realm=__KERBEROS_REALM__
# Fully qualified host name of Kerberos KDC
ubermanager.kerberos.kdc=__FQHN_FOR_KDC_HOST__
# File name of the JAAS configuration file - relative to CAA configuration directory
ubermanager.kerberos.loginConfFile=krblogin.conf
# Section in loginConfFile pertaining to Ubermanager
ubermanager.kerberos.loginConfStanza=CAAClient
#
# port number where the notification listener will listen for Remote Execution Serivce heartbeats and events.
ubermanager.notification.udp.port=3450
# number of worker threads service requests. Default is 2. Max is 5
ubermanager.notification.listener.workerThreads=2
# Set this to true if the Ubermanager will be managing a Scalix Server
# that resides on the Ubermanager machine. Setting this to false means
# you will only manage remote Scalix Servers.
ubermanager.mail.local=true
#
#regular expression for matching Scalix GUID
#DO NOT CHANGE
ubermanager.regex.guid=.+([0-9]{1,3}\\.){3}[0-9]{1,3}
#
# name of the server where the admin groups are created
#
ubermanager.query.server=scalix.xyz.com
#
# seconds after which the guid2Server cache entries will expire
# this should be at least 2 times the dirsync agreements
# among each servers. Default is 30 minutes.
#
ubermanager.guid2server.cache.time=5400
#
#seconds after which privilege cache expires.
#
ubermanager.privileges.cache.time=14400
#
#seconds from last heartbeat after which we assume a RES is down
#
ubermanager.max.heartbeat.interval=720
#
# console configurations
#
# user authentication handled outside of scalix if set to true
ubermanager.console.externalAuth=false
# Typically this is always set to false. Only set to true if some users are authenticated
# within scalix and some outside
ubermanager.console.allowExternalAuthChoice=false
# default country for users.
ubermanager.console.defaultCountry=US
# max number of records returned to the client for calls such as GetUsersList, GetGroupsList...etc
# default will be set to 100
ubermanager.console.maxListSize=100
# comma separated list of local domains for available for Scalix mail users. If none is specified
# then administers can type in domains in the console during user creation
ubermanager.console.localDomains=xyz.com
# comma separted list of domains available for authenthication outside of scalix
ubermanager.console.authDomains=
#
# Flag to determine if this file has been configured
# value will be 'true' when the configurator is run
# after rpm is installed.
ubermanager.configured=true
2005-12-30 15:13:11,583 INFO [SOAPDispatcherServlet.init:76] ====> CAA is starting up, standby <====
2005-12-30 15:13:11,604 DEBUG [CAAConfigLoader.init:104] **** Start of Config Loader ****
2005-12-30 15:13:11,607 DEBUG [CAAConfigLoader.init:109] Framework config file: framework-config.xml
2005-12-30 15:13:11,609 DEBUG [CAAConfigLoader.loadConfigFile:150] Loading config from /etc/opt/scalix/caa/config/framework-config.xml
2005-12-30 15:13:11,628 DEBUG [CAAConfigLoader.parseConfigDocument:200] Service type: system
2005-12-30 15:13:11,634 DEBUG [CAAConfigLoader.getParamNodeValue:373] The node disabled was not found in service system, component null
2005-12-30 15:13:11,638 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: sessionManager
2005-12-30 15:13:11,642 DEBUG [CAAConfigLoader.parseComponentNode:251] Storing config for system, key sessionManager.class, value com.scalix.caa.framework.CAASessionManager
2005-12-30 15:13:11,664 DEBUG [CAASessionManager.readConfig:261] Reading config
2005-12-30 15:13:11,668 DEBUG [CAASessionManager.readConfig:295] Setting sessionTimeout=6000000
2005-12-30 15:13:11,671 DEBUG [CAASessionManager.readConfig:299] Setting cleanupFrequency=50000
2005-12-30 15:13:11,674 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: securityProvider
2005-12-30 15:13:11,676 DEBUG [CAAConfigLoader.parseComponentNode:251] Storing config for system, key securityProvider.class, value com.scalix.caa.security.CAAKerberosProvider
2005-12-30 15:13:11,690 DEBUG [CAAConfigLoader.getValue:56] Looking for config for system, key config.dir found /etc/opt/scalix/caa/config
2005-12-30 15:13:11,697 DEBUG [CAAKerberosProvider.readConfig:420] ParamName: loginFile, value krblogin.conf
2005-12-30 15:13:11,700 DEBUG [CAAConfigLoader.init:129] Service config file: sample-service-config.xml
2005-12-30 15:13:11,703 DEBUG [CAAConfigLoader.loadConfigFile:150] Loading config from /etc/opt/scalix/caa/config/sample-service-config.xml
2005-12-30 15:13:11,723 WARN [CAAConfigLoader.parseConfigDocument:224] No services are configured in this config file
2005-12-30 15:13:11,726 DEBUG [CAAConfigLoader.init:129] Service config file: scalix.res-config.xml
2005-12-30 15:13:11,728 DEBUG [CAAConfigLoader.loadConfigFile:150] Loading config from /etc/opt/scalix/caa/config/scalix.res-config.xml
2005-12-30 15:13:11,739 DEBUG [CAAConfigLoader.parseConfigDocument:200] Service type: scalix.res
2005-12-30 15:13:11,742 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: disabled
2005-12-30 15:13:11,744 DEBUG [CAAConfigLoader.getParamNodeValue:373] The node class was not found in service scalix.res, component disabled
2005-12-30 15:13:11,747 ERROR [CAAConfigLoader.parseComponentNode:244] Service scalix.res, Component disabled has no class defined!
2005-12-30 15:13:11,749 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: initializer
2005-12-30 15:13:11,751 DEBUG [CAAConfigLoader.parseComponentNode:251] Storing config for scalix.res, key initializer.class, value com.scalix.sac.ubermgr.caa.RESInitializer
2005-12-30 15:13:11,762 DEBUG [CAAConfigLoader.parseComponentParam:346] ParamName: class
2005-12-30 15:13:11,765 DEBUG [CAAConfigLoader.parseComponentParam:350] Storing config for scalix.res, key initializer.class, value
com.scalix.sac.ubermgr.caa.RESInitializer
2005-12-30 15:13:11,767 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: transformer
2005-12-30 15:13:11,770 DEBUG [CAAConfigLoader.parseComponentNode:251] Storing config for scalix.res, key transformer.class, value com.scalix.sac.ubermgr.caa.RESTransformer
2005-12-30 15:13:11,823 DEBUG [CAAConfigLoader.parseComponentParam:346] ParamName: class
2005-12-30 15:13:11,826 DEBUG [CAAConfigLoader.parseComponentParam:350] Storing config for scalix.res, key transformer.class, value
com.scalix.sac.ubermgr.caa.RESTransformer
2005-12-30 15:13:11,829 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: connection
2005-12-30 15:13:11,831 DEBUG [CAAConfigLoader.parseComponentNode:251] Storing config for scalix.res, key connection.class, value com.scalix.sac.ubermgr.caa.RESConnection
2005-12-30 15:13:11,844 DEBUG [CAAConfigLoader.parseComponentParam:346] ParamName: class
2005-12-30 15:13:11,846 DEBUG [CAAConfigLoader.parseComponentParam:350] Storing config for scalix.res, key connection.class, value
com.scalix.sac.ubermgr.caa.RESConnection
2005-12-30 15:13:11,849 DEBUG [CAAConfigLoader.parseComponentParam:346] ParamName: mode
2005-12-30 15:13:11,851 DEBUG [CAAConfigLoader.parseComponentParam:350] Storing config for scalix.res, key connection.mode, value 1
2005-12-30 15:13:11,860 DEBUG [CAAConfigLoader.parseComponentNode:295] Storing config for scalix.res, key connection.configurator.class, value com.scalix.caa.framework.CAAConnectionPoolManager
2005-12-30 15:13:11,876 DEBUG [CAAConnectionPoolManager.readConfig:350] ParamName: minConnections
2005-12-30 15:13:11,879 DEBUG [CAAConnectionPoolManager.readConfig:357] Value: 2
2005-12-30 15:13:11,881 DEBUG [CAAConnectionPoolManager.readConfig:350] ParamName: maxConnections
2005-12-30 15:13:11,884 DEBUG [CAAConnectionPoolManager.readConfig:357] Value: 8
2005-12-30 15:13:11,886 DEBUG [CAAConnectionPoolManager.readConfig:350] ParamName: maxLifeTime
2005-12-30 15:13:11,888 DEBUG [CAAConnectionPoolManager.readConfig:357] Value: 86400000
2005-12-30 15:13:11,890 DEBUG [CAAConnectionPoolManager.readConfig:350] ParamName: maxIdleTime
2005-12-30 15:13:11,893 DEBUG [CAAConnectionPoolManager.readConfig:357] Value: 300000
2005-12-30 15:13:11,895 DEBUG [CAAConnectionPoolManager.initializePool:249] Initializing pool for scalix.res with initial size of 2
2005-12-30 15:13:11,901 DEBUG [CAAConfigLoader.getValue:56] Looking for config for scalix.res, key connection.class found com.scalix.sac.ubermgr.caa.RESConnection
2005-12-30 15:13:11,904 DEBUG [CAAConnectionFactory.createConnection:49] Class name is com.scalix.sac.ubermgr.caa.RESConnection
2005-12-30 15:13:11,907 DEBUG [CAAConnectionPoolManager.createNewAndAddToPool:285] Adding new connection to pool for scalix.res and endpoint null
2005-12-30 15:13:11,909 DEBUG [CAAConnectionPoolManager.logConnectionPool:315] Connection pool scalix.res status: min=2,max=10,size=1,used=0
2005-12-30 15:13:11,912 DEBUG [CAAConfigLoader.getValue:56] Looking for config for scalix.res, key connection.class found com.scalix.sac.ubermgr.caa.RESConnection
2005-12-30 15:13:11,914 DEBUG [CAAConnectionFactory.createConnection:49] Class name is com.scalix.sac.ubermgr.caa.RESConnection
2005-12-30 15:13:11,917 DEBUG [CAAConnectionPoolManager.createNewAndAddToPool:285] Adding new connection to pool for scalix.res and endpoint null
2005-12-30 15:13:11,919 DEBUG [CAAConnectionPoolManager.logConnectionPool:315] Connection pool scalix.res status: min=2,max=10,size=2,used=0
2005-12-30 15:13:11,921 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: service
2005-12-30 15:13:11,923 DEBUG [CAAConfigLoader.parseComponentNode:251] Storing config for scalix.res, key service.class, value com.scalix.sac.ubermgr.caa.RESService
2005-12-30 15:13:11,934 DEBUG [CAAConfigLoader.parseComponentParam:346] ParamName: class
2005-12-30 15:13:11,936 DEBUG [CAAConfigLoader.parseComponentParam:350] Storing config for scalix.res, key service.class, value
com.scalix.sac.ubermgr.caa.RESService
2005-12-30 15:13:11,939 DEBUG [CAAConfigLoader.init:145] **** End of Config Loader ****
2005-12-30 15:13:11,950 DEBUG [CAAInitializerManager.loadAllInitializers:27] **** Start of Load Initializers ****
2005-12-30 15:13:11,979 DEBUG [CAAConfigLoader.getValue:56] Looking for config for system, key initializer.class found null
2005-12-30 15:13:11,982 DEBUG [CAAConfigLoader.getValue:56] Looking for config for scalix.res, key initializer.class found com.scalix.sac.ubermgr.caa.RESInitializer
2005-12-30 15:13:11,984 DEBUG [CAAInitializerFactory.getInitializer:42] Class name for scalix.res is com.scalix.sac.ubermgr.caa.RESInitializer
2005-12-30 15:13:11,987 DEBUG [CAAInitializerFactory.getInitializer:63] Initializer for scalix.res is com.scalix.sac.ubermgr.caa.RESInitializer@289d2e
2005-12-30 15:13:11,989 DEBUG [CAAInitializerManager.loadAllInitializers:49] Initializing service scalix.res
2005-12-30 15:13:12,002 DEBUG [UberMgrConfig.loadFile:171] Loading Ubermanager properties...
2005-12-30 15:13:12,019 DEBUG [UberMgrConfig.loadFile:175] Finished Loading Ubermanager properties
2005-12-30 15:13:12,021 DEBUG [UberMgrConfig.loadLdapAttribs:187] Loading Ldap Attribute mappings...
2005-12-30 15:13:12,025 DEBUG [UberMgrConfig.loadLdapAttribs:191] Finished Loading Ldap Attribute mappings...entries read=33
2005-12-30 15:13:12,027 DEBUG [UberMgrConfig.loadDirectoryAttribs:203] Loading X.400 Attributes for USERLIST
2005-12-30 15:13:12,031 DEBUG [UberMgrConfig.loadDirectoryAttribs:221] Finised Loading X.400 Attributes for USERLIST
2005-12-30 15:13:12,033 DEBUG [UberMgrConfig.loadDirectoryAttribs:203] Loading X.400 Attributes for SYSTEM
2005-12-30 15:13:12,036 DEBUG [UberMgrConfig.loadDirectoryAttribs:221] Finised Loading X.400 Attributes for SYSTEM
2005-12-30 15:13:12,039 DEBUG [RESInitializer.initNotificationTables:145] Reading Event Notifications Table:events.data
2005-12-30 15:13:12,063 DEBUG [EventTable.readTable:37] com.scalix.sac.ubermgr.events.EventTable:Reading persistent data from /etc/opt/scalix/caa/scalix.res/config/store/events.data
2005-12-30 15:13:12,066 INFO [GuidToServerCache$CleanupThread.run:39] Guid2Server cache is empty. Skipping cleanup
2005-12-30 15:13:12,067 DEBUG [EventTable.readTable:51] com.scalix.sac.ubermgr.events.EventTable:No events persitence data found
2005-12-30 15:13:12,077 DEBUG [RESInitializer.initNotificationTables:147] Finished Event Notifications Table
2005-12-30 15:13:12,110 INFO [NotificationEventListener.launch:243] Main Notification Event Listener thread launched...
2005-12-30 15:13:12,114 INFO [NotificationEventListener.launch:246] Notification Worker thread com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-0 launched...
2005-12-30 15:13:12,117 INFO [NotificationEventListener.launch:246] Notification Worker thread com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-1 launched...
2005-12-30 15:13:12,130 DEBUG [RESMonitor.<init>:43] Now monitoring RES servers. We will check every 60 seconds and tolerate no heartbeat for 720 seconds
2005-12-30 15:13:12,133 INFO [RESInitializer.initNotificationListener:201] RESMonitor-thread Thread launched...
2005-12-30 15:13:12,136 DEBUG [RESInitializer.initLocalDeployment:89] Registering server xyz.com in local mode
2005-12-30 15:13:12,143 DEBUG [UberMgrConfig.loadServiceDaemonMappings:71] Loading Service/Daemon Mappings
2005-12-30 15:13:12,150 DEBUG [RESMonitor.run:64] There are no remote servers and 1 local server registered
2005-12-30 15:13:12,157 DEBUG [RESMonitor.run:84] Skipping local server xyz.com
2005-12-30 15:13:12,158 DEBUG [UberMgrConfig.loadServiceDaemonMappings:74] Finished Loading Service/Daemon Mappings
2005-12-30 15:13:12,161 DEBUG [UberMgrConfig.loadServiceDaemonMappings:75] Service/Daemon Mappings=36
2005-12-30 15:13:12,163 DEBUG [UberMgrConfig.loadScalixQueuesNames:58] Loading Service Scalix Queue Names
2005-12-30 15:13:12,167 DEBUG [UberMgrConfig.loadScalixQueuesNames:61] Finished Loading Scalix Queue Names
2005-12-30 15:13:12,169 DEBUG [UberMgrConfig.loadScalixCompsRpmNames:50] Loading Scalix Component RPM prefix names
2005-12-30 15:13:12,172 DEBUG [UberMgrConfig.loadScalixCompsRpmNames:53] Finished Loading Scalix Component RPM prefix names
2005-12-30 15:13:12,201 DEBUG [CAAInitializerManager.loadAllInitializers:67] **** End of Load Initializers ****
2005-12-30 15:13:12,203 INFO [SOAPDispatcherServlet.init:118] ====> CAA started, you may fire when ready <====
2005-12-30 15:14:12,160 DEBUG [RESMonitor.run:64] There are no remote servers and 1 local server registered
2005-12-30 15:14:12,162 DEBUG [RESMonitor.run:84] Skipping local server xyz.com