Hi Steve,
Firstly, thank you for your reply.
I am using:
alfresco-community-jboss-1.4.0.zip
jdk-1_5_0_09-windows-i586-p.exe
MySQL5
windows server 2003
I have not done any substantial configuration. Only the email and other small web client config. also had minor change in permissionsdefinition.xml. The above warning is found on my test server.
Our production server also has the same warning:
2008-04-17 08:04:43,625 ERROR [org.apache.myfaces.util.LocaleUtils] Locale name null or empty, ignoring
2008-04-17 08:04:45,093 INFO [org.apache.catalina.startup.ContextConfig] Missing application web.xml, using defaults only StandardEngine[jboss.web].StandardHost[localhost].StandardContext[/portal-samples]
2008-04-17 08:04:57,703 INFO [org.jboss.portal.cms.impl.jcr.JCRCMS] Starting JCR CMS.
2008-04-17 08:04:57,765 INFO [org.jboss.portal.cms.util.RepositoryUtil] Repository 'repotest' Name Not Found
2008-04-17 08:05:00,328 WARN [net.sf.ehcache.config.Configurator] No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/ALFRESCO/jboss/server/default/tmp/deploy/tmp11966ehcache.jar!/ehcache-failsafe.xml
2008-04-17 08:05:00,421 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.security.store.SecurityPolicy]; using defaults.
2008-04-17 08:05:00,734 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.security.store.HbmSecurityConstraint]; using defaults.
2008-04-17 08:05:00,906 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.
2008-04-17 08:05:00,921 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
2008-04-17 08:05:03,796 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.role.RoleImpl]; using defaults.
2008-04-17 08:05:04,000 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.PreferenceImpl]; using defaults.
2008-04-17 08:05:04,078 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.UserImpl]; using defaults.
2008-04-17 08:05:04,187 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.PreferencesImpl]; using defaults.
2008-04-17 08:05:04,234 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.PreferencesGroupImpl]; using defaults.
2008-04-17 08:05:04,281 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.UserImpl.dynamic]; using defaults.
2008-04-17 08:05:04,296 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.role.RoleImpl.users]; using defaults.
2008-04-17 08:05:04,312 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.PreferencesImpl.content]; using defaults.
2008-04-17 08:05:04,312 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.PreferenceImpl.strings]; using defaults.
2008-04-17 08:05:04,328 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.PreferencesGroupImpl.prefMap]; using defaults.
2008-04-17 08:05:04,343 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.UserImpl.roles]; using defaults.
2008-04-17 08:05:04,437 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.InstanceImpl]; using defaults.
2008-04-17 08:05:04,484 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.PreferenceImpl]; using defaults.
2008-04-17 08:05:04,531 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.InstanceImpl.preferencesMap]; using defaults.
2008-04-17 08:05:04,546 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.PreferenceImpl.strings]; using defaults.
2008-04-17 08:05:04,609 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.PortalObjectImpl]; using defaults.
2008-04-17 08:05:04,859 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.ObjectNode]; using defaults.
2008-04-17 08:05:04,953 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.PortalImpl.windowStates]; using defaults.
2008-04-17 08:05:04,968 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties]; using defaults.
2008-04-17 08:05:04,984 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.ObjectNode.children]; using defaults.
2008-04-17 08:05:04,984 WARN [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.PortalImpl.modes]; using defaults.
Both have the same installation package.
What do you think is the cause of this warning? Is this also a jboss related config?
EriCtZ