10-21-2008 05:25 PM
10-22-2008 10:46 AM
10-22-2008 05:52 PM
11-04-2008 06:23 AM
I got the same error and solve it by doing the following:
Using Tomcat5w.exe found in <Alfresco>\tomcat\bin, in "Java", I added the following in "Java Option": -XX:MaxPermSize=128m (in addition to the 4 line I already have: -Dcatalina.base=i:\alfresco\tomcat; -Dcatalina.home=i:\alfresco\tomcat; -Djava.endorsed.dirs=i:\alfresco\tomcat\common\endorsed; -Djava.io.tmpdir=i:\alfresco\tomcat\temp)
11-06-2008 07:22 PM
cd c:\alfresco\tomcat\bin
service.bat install alfresco
tomcat5.exe //US//alfresco –DisplayName "Alfresco Server"
[size=150]tomcat5.exe //US//alfresco –JvmMs=128 –JvmMx=550 –JvmSs=96[/size]
tomcat5.exe //US//alfresco –JavaHome=c:/alfresco/java
===> I think it should be tomcat5.exe //US//alfresco –JavaHome=c:/Program Files/java
Because the latest full bundle installs java under program files….
tomcat5.exe //US//alfresco –Environment ALF_HOME=c:/alfresco/
tomcat5.exe //US//alfresco –Environment PATH=c:/alfresco/bin;%PATH%
tomcat5.exe //US//alfresco –StartPath c:/alfresco –Startup auto09:11:27,031 ERROR [org.springframework.web.context.support.XmlWebApplicationContext] Exception thrown from ApplicationListener handling ContextClosedEvent
java.lang.IllegalStateException: The org.alfresco.cache.sysAdminCache Cache is not alive.
at net.sf.ehcache.Cache.checkStatus(Cache.java:1588)
at net.sf.ehcache.Cache.get(Cache.java:774)
at net.sf.ehcache.Cache.get(Cache.java:755)
at org.alfresco.repo.cache.EhCacheAdapter.get(EhCacheAdapter.java:87)
at org.alfresco.repo.cache.TransactionalCache.get(TransactionalCache.java:347)
at org.alfresco.repo.transaction.TransactionServiceImpl.isReadOnly(TransactionServiceImpl.java:82)
at org.alfresco.repo.transaction.TransactionServiceImpl.getUserTransaction(TransactionServiceImpl.java:137)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:283)
at org.alfresco.repo.transaction.RetryingTransactionAdvice.invoke(RetryingTransactionAdvice.java:73)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy160.onShutdown(Unknown Source)
at org.alfresco.linkvalidation.LinkValidationServiceBootstrap.onShutdown(LinkValidationServiceBootstrap.java:62)
at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:73)
at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246)
at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:676)
at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:651)
at org.springframework.web.context.ContextLoader.closeWebApplicationContext(ContextLoader.java:336)
at org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:74)
at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3805)
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4357)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:893)
at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1180)
at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1151)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:313)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1055)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1067)
at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:448)
at org.apache.catalina.core.StandardService.stop(StandardService.java:510)
at org.apache.catalina.core.StandardServer.stop(StandardServer.java:734)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:602)
at org.apache.catalina.startup.Catalina.start(Catalina.java:577)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
09:12:10,625 INFO [org.alfresco.config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]
09:12:24,453 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
09:12:25,656 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
09:12:27,781 INFO [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: C:\Alfresco_3b\alf_data
09:12:27,828 INFO [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
09:12:28,250 INFO [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
09:12:28,265 INFO [org.alfresco.repo.module.ModuleServiceImpl] Found 2 module(s).
09:12:28,390 INFO [org.alfresco.repo.module.ModuleServiceImpl] Starting module 'org.alfresco.module.RecordsManagement' version 1.3.
09:12:28,609 INFO [org.alfresco.repo.module.ModuleServiceImpl] Starting module 'org.alfresco.module.vti' version 1.0.
09:12:29,265 INFO [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_07-b06; maximum heap size 493.063MB
09:12:29,265 WARN [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - WARNING - maximum heap size 493.063MB is less than recommended 512MB
09:12:29,265 INFO [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Labs): Current version 3.0.0 (b 1164) schema 131 - Installed version 3.0.0 (b 1164) schema 131
09:12:29,484 WARN [org.alfresco.linkvalidation.LinkValidationServiceImpl] LinkValidationService Update is not running (virtualization server not registered or started)
09:12:42,718 INFO [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework11-07-2008 03:19 PM
11-11-2008 11:15 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.