Hi,
We are facing following issue after deploying afresco on Jboss EAP 5.1.0.
2011-11-08 10:18:07,871 INFO [STDOUT] (main) 2011-11-08 10:18:07,867 ERROR [web.context.ContextLoader] [main] Context initia
lization failed
org.alfresco.error.AlfrescoRuntimeException: 10080001 Keystores are invalid
at org.alfresco.encryption.EncryptionChecker$1.execute(EncryptionChecker.java:70)
at org.alfresco.encryption.EncryptionChecker$1.execute(EncryptionChecker.java:60)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:259)
at org.alfresco.encryption.EncryptionChecker.onBootstrap(EncryptionChecker.java:59)
at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56)
at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster
.java:209)
at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:18
0)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4389)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:321)
OS: Red Hat Enterprise Linux Server release 5.6 (Tikanga)
Application server: JBOSS EAP 5.1.0
Alfresco Version: alfresco-community-4.0
alfresco-global.properties
###############################
## Common Alfresco Properties #
###############################
dir.root=/server_Data/alfresco
alfresco.context=alfresco
alfresco.host=server.company.com
alfresco.port=8080
alfresco.protocol=http
### database connection properties ###
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://server.company.com:3306/alfresco?useUnicode=yes&characterEncoding=UTF-8
db.username=alfresco
db.password=alfresco
db.pool.initial=10
db.pool.max=100
db.pool.validate.query=SELECT 1
### FTP Server Configuration ###
ftp.enabled=true
ftp.port=2121
ftp.ipv6.enabled=false
### RMI service ports ###
alfresco.rmi.services.port=50500
avm.rmi.service.port=0
avmsync.rmi.service.port=0
attribute.rmi.service.port=0
authentication.rmi.service.port=0
repo.rmi.service.port=0
action.rmi.service.port=0
deployment.rmi.service.port=0
# External locations
#————-
ooo.exe=/opt/openoffice.org3/program/soffice
ooo.enabled=true
#jodconverter.officeHome=./OpenOffice.org
#jodconverter.portNumbers=8101
#jodconverter.enabled=true
img.root=/usr/local
img.exe=/usr/local/bin/convert
swf.exe=/usr/local/bin/pdf2swf
### Initial admin password ###
#alfresco_user_store.adminpassword=5asfgfdg7093a6bb836e4406cad83ed
### E-mail site invitation setting ###
notification.email.siteinvite=false
### File Protocol Root ###
protocols.rootPath=/${spaces.company_home.childname}/${spaces.sites.childname}
### License location ###
dir.license.external=/install_dir/products/conffiles/alfresco
### Solr indexing ###
#index.subsystem.name=solr
dir.keystore=${dir.root}/keystore
#solr.port.ssl=8443
### BPM Engine ###
system.workflow.engine.jbpm.enabled=false
alfresco.cluster.name=alfresco_cluster
alfresco.jgroups.defaultProtocol=TCP
Keystore is copied from alfresco.war.
Do i need to recreate keystore?????