08-24-2012 08:38 AM
2012-8-24 14:05:54 org.activiti.engine.impl.ProcessEngineImpl <init>
Message: ProcessEngine default created
2012-8-24 14:05:57 org.activiti.engine.impl.ProcessEngineImpl <init>
Message: ProcessEngine activitiBootstrapEngine created
2012-8-24 14:05:57 org.activiti.engine.impl.jobexecutor.JobAcquisitionThread run
Message: JobAcquisitionThread starting to acquire jobs
Exception in thread "main" org.alfresco.error.AlfrescoRuntimeException: 07240001 Ensure that the 'dir.root' property is pointing to the correct data location.
at org.alfresco.repo.admin.ConfigurationChecker.check(ConfigurationChecker.java:248)
at org.alfresco.repo.admin.ConfigurationChecker.access$000(ConfigurationChecker.java:68)
at org.alfresco.repo.admin.ConfigurationChecker$1.execute(ConfigurationChecker.java:179)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:278)
at org.alfresco.repo.admin.ConfigurationChecker.onBootstrap(ConfigurationChecker.java:183)
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:180)
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.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
at org.alfresco.util.BaseApplicationContextHelper.getApplicationContext(BaseApplicationContextHelper.java:67)
at org.alfresco.util.ApplicationContextHelper.getApplicationContext(ApplicationContextHelper.java:46)
at org.alfresco.sample.FirstFoundationClient.main(FirstFoundationClient.java:63)
Exception in thread "SolrWatcherScheduler_QuartzSchedulerThread" Exception in thread "JobAcquisitionThread" java.lang.OutOfMemoryError: PermGen space
Exception in thread "RMI RenewClean-[127.0.0.1:50508]" java.lang.OutOfMemoryError: PermGen space
Exception in thread "RMI RenewClean-[127.0.0.1:50501,org.alfresco.util.remote.server.socket.HostConfigurableSocketFactory@0]" java.lang.OutOfMemoryError: PermGen space
Exception in thread "RMI RenewClean-[127.0.0.1:50502,org.alfresco.util.remote.server.socket.HostConfigurableSocketFactory@0]" java.lang.OutOfMemoryError: PermGen space
Exception in thread "RMI RenewClean-[127.0.0.1:50504,org.alfresco.util.remote.server.socket.HostConfigurableSocketFactory@0]" java.lang.OutOfMemoryError: PermGen space
Exception in thread "RMI RenewClean-[127.0.0.1:50505,org.alfresco.util.remote.server.socket.HostConfigurableSocketFactory@0]" java.lang.OutOfMemoryError: PermGen space
Exception in thread "RMI RenewClean-[127.0.0.1:50506,org.alfresco.util.remote.server.socket.HostConfigurableSocketFactory@0]" java.lang.OutOfMemoryError: PermGen space
Exception in thread "DefaultScheduler_Worker-4" java.lang.OutOfMemoryError: PermGen space
Exception in thread "DefaultScheduler_Worker-3" java.lang.OutOfMemoryError: PermGen space
Exception in thread "SolrWatcherScheduler_Worker-3" java.lang.OutOfMemoryError: PermGen space
Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: PermGen space
Exception in thread "DefaultScheduler_Worker-2" java.lang.OutOfMemoryError: PermGen space
Exception in thread "DefaultScheduler_Worker-1" java.lang.OutOfMemoryError: PermGen space
Exception in thread "DefaultScheduler_Worker-10" java.lang.OutOfMemoryError: PermGen space
Exception in thread "DefaultScheduler_Worker-8" java.lang.OutOfMemoryError: PermGen space
Exception in thread "DefaultScheduler_Worker-7" java.lang.OutOfMemoryError: PermGen space
Exception in thread "DefaultScheduler_Worker-9" java.lang.OutOfMemoryError: PermGen space
Exception in thread "DefaultScheduler_Worker-6" java.lang.OutOfMemoryError: PermGen space
08-25-2012 03:14 AM
08-28-2012 06:58 AM
Hi,I have increase the size of JVM by Default VW Arguments to -Xms512m -Xmx1024m, it will be OK.
Did you notice you got java.lang.OutOfMemoryError: PermGen space?
You may want to check out the wiki. For Windows, this looks helpful.I switched the mysql to postgresql, there is the same Error Exception.
08-29-2012 12:25 AM
I have increase the size of JVM by Default VW Arguments to -Xms512m -Xmx1024m, it will be OK.
java -XX:MaxPermSize=128MTags
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.