cancel
Showing results for 
Search instead for 
Did you mean: 

Recently Modified Dashlet stuck on loading.....

wildnwhacky
Champ in-the-making
Champ in-the-making
Hi,


I am using Alfresco version 4.0 and suddenly the Recently Modified Dashlet has stopped working. It gets stuck on "Loading…..". This is true for any old site or new site I have created.


Any thoughts on why this happens?

Thanks

Help Appreciated.
7 REPLIES 7

janv
Employee
Employee
"Recently modified" uses search queries … does general search work in Share ?

If not, then my guess would be that the new remote Solr-based search service is not configured correctly (unless you've explicitly configured back to use embedded Lucene-based search service). Please double-check startup logs - the repository server and search server will need to be able to mutually connect (by default, via SSL). If you're using a default install with single tomcat instance then these will be hosted as two webapps (/alfresco and /solr).

Regards,
Jan

wildnwhacky
Champ in-the-making
Champ in-the-making
Thanks for the reply. My confusion is it was working couple of days ago and now it has stopped.  When I try to access the solr webapp I get cannot display page. And the search does not work but it has been. The error I get is below. What do I need to do to set this up once again. I was using port 8443 to connect to via SSL to the share, but now I have changed it to 443.

java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   at java.net.Socket.connect(Socket.java:525)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
   at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
   at org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:168)
   at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
   at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
   at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
   at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
   at org.alfresco.httpclient.AbstractHttpClient.executeMethod(AbstractHttpClient.java:133)
   at org.alfresco.httpclient.AbstractHttpClient.sendRemoteRequest(AbstractHttpClient.java:85)
   at org.alfresco.httpclient.HttpClientFactory$HttpsClient.sendRequest(HttpClientFactory.java:307)
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:982)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1405)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1127)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:481)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
2011-10-25 14:43:04,067  ERROR [quartz.core.JobRunShell] [DefaultScheduler_Worker-5] Job DEFAULT.org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean#367c218e threw an unhandled Exception:
org.springframework.scheduling.quartz.JobMethodInvocationFailedException: Invocation of method 'run' on target class [class org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.PublishQueueProcessor] failed; nested exception is org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515280
   at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:273)
   at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
Caused by: org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515280
   at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:359)
   at org.alfresco.repo.search.impl.solr.SolrQueryLanguage.executeQuery(SolrQueryLanguage.java:49)
   at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:367)
   at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:168)
   at org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:67)
   at org.alfresco.repo.search.AbstractSearcherComponent.query(AbstractSearcherComponent.java:53)
   at sun.reflect.GeneratedMethodAccessor528.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:65)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy13.query(Unknown Source)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.PublishQueueProcessor$1$1.execute(PublishQueueProcessor.java:62)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:259)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.PublishQueueProcessor$1.doWork(PublishQueueProcessor.java:55)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:519)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.PublishQueueProcessor.run(PublishQueueProcessor.java:50)
   at sun.reflect.GeneratedMethodAccessor532.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:273)
   at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:264)
   … 3 more
Caused by: java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   at java.net.Socket.connect(Socket.java:525)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
   at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
   at org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:168)
   at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
   at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
   at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
   at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
   at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:313)
   … 26 more
2011-10-25 14:43:04,067  ERROR [quartz.core.ErrorLogger] [DefaultScheduler_Worker-5] Job (DEFAULT.org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean#367c218e threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.springframework.scheduling.quartz.JobMethodInvocationFailedException: Invocation of method 'run' on target class [class org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.PublishQueueProcessor] failed; nested exception is org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515280 ]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
Caused by: org.springframework.scheduling.quartz.JobMethodInvocationFailedException: Invocation of method 'run' on target class [class org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.PublishQueueProcessor] failed; nested exception is org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515280
   at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:273)
   at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
Caused by: org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515280
   at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:359)
   at org.alfresco.repo.search.impl.solr.SolrQueryLanguage.executeQuery(SolrQueryLanguage.java:49)
   at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:367)
   at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:168)
   at org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:67)
   at org.alfresco.repo.search.AbstractSearcherComponent.query(AbstractSearcherComponent.java:53)
   at sun.reflect.GeneratedMethodAccessor528.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:65)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy13.query(Unknown Source)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.PublishQueueProcessor$1$1.execute(PublishQueueProcessor.java:62)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:259)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.PublishQueueProcessor$1.doWork(PublishQueueProcessor.java:55)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:519)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.PublishQueueProcessor.run(PublishQueueProcessor.java:50)
   at sun.reflect.GeneratedMethodAccessor532.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:273)
   at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:264)
   … 3 more
Caused by: java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   at java.net.Socket.connect(Socket.java:525)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
   at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
   at org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:168)
   at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
   at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
   at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
   at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
   at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:313)
   … 26 more
java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   at java.net.Socket.connect(Socket.java:525)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
   at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
   at org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:168)
   at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
   at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
   at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
   at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
   at org.alfresco.httpclient.AbstractHttpClient.executeMethod(AbstractHttpClient.java:133)
   at org.alfresco.httpclient.AbstractHttpClient.sendRemoteRequest(AbstractHttpClient.java:85)
   at org.alfresco.httpclient.HttpClientFactory$HttpsClient.sendRequest(HttpClientFactory.java:307)
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:982)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1405)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1127)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:481)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
2011-10-25 14:43:04,082  ERROR [quartz.core.JobRunShell] [DefaultScheduler_Worker-9] Job DEFAULT.org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean#5e54777e threw an unhandled Exception:
org.springframework.scheduling.quartz.JobMethodInvocationFailedException: Invocation of method 'run' on target class [class org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.DynamicCollectionProcessor] failed; nested exception is org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515281
   at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:273)
   at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
Caused by: org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515281
   at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:359)
   at org.alfresco.repo.search.impl.solr.SolrQueryLanguage.executeQuery(SolrQueryLanguage.java:49)
   at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:367)
   at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:168)
   at org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:67)
   at org.alfresco.repo.search.AbstractSearcherComponent.query(AbstractSearcherComponent.java:53)
   at sun.reflect.GeneratedMethodAccessor528.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:65)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy13.query(Unknown Source)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.DynamicCollectionProcessor$1$1.execute(DynamicCollectionProcessor.java:114)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:259)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.DynamicCollectionProcessor$1.doWork(DynamicCollectionProcessor.java:107)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:519)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.DynamicCollectionProcessor.run(DynamicCollectionProcessor.java:102)
   at sun.reflect.GeneratedMethodAccessor533.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:273)
   at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:264)
   … 3 more
Caused by: java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   at java.net.Socket.connect(Socket.java:525)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
   at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
   at org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:168)
   at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
   at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
   at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
   at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
   at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:313)
   … 26 more
2011-10-25 14:43:04,082  ERROR [quartz.core.ErrorLogger] [DefaultScheduler_Worker-9] Job (DEFAULT.org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean#5e54777e threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.springframework.scheduling.quartz.JobMethodInvocationFailedException: Invocation of method 'run' on target class [class org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.DynamicCollectionProcessor] failed; nested exception is org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515281 ]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
Caused by: org.springframework.scheduling.quartz.JobMethodInvocationFailedException: Invocation of method 'run' on target class [class org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.DynamicCollectionProcessor] failed; nested exception is org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515281
   at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:273)
   at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
Caused by: org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515281
   at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:359)
   at org.alfresco.repo.search.impl.solr.SolrQueryLanguage.executeQuery(SolrQueryLanguage.java:49)
   at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:367)
   at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:168)
   at org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:67)
   at org.alfresco.repo.search.AbstractSearcherComponent.query(AbstractSearcherComponent.java:53)
   at sun.reflect.GeneratedMethodAccessor528.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:65)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy13.query(Unknown Source)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.DynamicCollectionProcessor$1$1.execute(DynamicCollectionProcessor.java:114)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:259)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.DynamicCollectionProcessor$1.doWork(DynamicCollectionProcessor.java:107)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:519)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.DynamicCollectionProcessor.run(DynamicCollectionProcessor.java:102)
   at sun.reflect.GeneratedMethodAccessor533.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:273)
   at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:264)
   … 3 more
Caused by: java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   at java.net.Socket.connect(Socket.java:525)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
   at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
   at org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:168)
   at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
   at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
   at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
   at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
   at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:313)
   … 26 more
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-28]
Inbound audit values:
   /alfresco-api/pre/AuthenticationService/validate/args=null
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-28]
Inbound audit values:
   /alfresco-api/post/AuthenticationService/validate/args=null
   /alfresco-api/post/AuthenticationService/validate/no-error=null
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-28]
Inbound audit values:
   /alfresco-api/pre/PersonService/personExists/args/userName=admin
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-28]
Inbound audit values:
   /alfresco-api/post/PersonService/personExists/no-error=null
   /alfresco-api/post/PersonService/personExists/result=true
   /alfresco-api/post/PersonService/personExists/args/userName=admin
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-28]
Inbound audit values:
   /alfresco-api/pre/PersonService/getPerson/args/userName=admin
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-28]
Inbound audit values:
   /alfresco-api/post/PersonService/getPerson/no-error=null
   /alfresco-api/post/PersonService/getPerson/result=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/post/PersonService/getPerson/args/userName=admin
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-28]
Inbound audit values:
   /alfresco-api/pre/PersonService/getPerson/args/userName=admin
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-28]
Inbound audit values:
   /alfresco-api/post/PersonService/getPerson/no-error=null
   /alfresco-api/post/PersonService/getPerson/result=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/post/PersonService/getPerson/args/userName=admin
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-28]
Inbound audit values:
   /alfresco-api/pre/NodeService/hasAspect/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/pre/NodeService/hasAspect/args/aspectTypeQName={http://www.alfresco.org/model/content/1.0}preferences
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-28]
Inbound audit values:
   /alfresco-api/post/NodeService/hasAspect/args/aspectTypeQName={http://www.alfresco.org/model/content/1.0}preferences
   /alfresco-api/post/NodeService/hasAspect/no-error=null
   /alfresco-api/post/NodeService/hasAspect/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/post/NodeService/hasAspect/result=true
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-28]
Inbound audit values:
   /alfresco-api/pre/ContentService/getReader/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/pre/ContentService/getReader/args/propertyQName={http://www.alfresco.org/model/content/1.0}preferenceValues
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-28]
Inbound audit values:
   /alfresco-api/post/ContentService/getReader/no-error=null
   /alfresco-api/post/ContentService/getReader/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/post/ContentService/getReader/result=ContentAccessor[ contentUrl=store://2011/10/23/13/6/3c9d0d7f-405d-4899-a2c2-04134c362b2d.bin, mimetype=text/plain, size=554, encoding=UTF-8, locale=en_US]
   /alfresco-api/post/ContentService/getReader/args/propertyQName={http://www.alfresco.org/model/content/1.0}preferenceValues
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-24]
Inbound audit values:
   /alfresco-api/pre/AuthenticationService/validate/args=null
2011-10-25 14:43:05,127  DEBUG [repo.audit.inbound] [http-9393-24]
Inbound audit values:
   /alfresco-api/post/AuthenticationService/validate/args=null
   /alfresco-api/post/AuthenticationService/validate/no-error=null
2011-10-25 14:43:05,143  DEBUG [repo.audit.inbound] [http-9393-24]
Inbound audit values:
   /alfresco-api/pre/PermissionService/hasPermission/args/nodeRef=workspace://SpacesStore/aafd0a37-a068-42cb-a754-f8581fba364b
   /alfresco-api/pre/PermissionService/hasPermission/args/permission=ReadProperties
2011-10-25 14:43:05,143  DEBUG [repo.audit.inbound] [http-9393-24]
Inbound audit values:
   /alfresco-api/post/PermissionService/hasPermission/args/permission=ReadProperties
   /alfresco-api/post/PermissionService/hasPermission/no-error=null
   /alfresco-api/post/PermissionService/hasPermission/args/nodeRef=workspace://SpacesStore/aafd0a37-a068-42cb-a754-f8581fba364b
   /alfresco-api/post/PermissionService/hasPermission/result=ALLOWED
2011-10-25 14:43:05,143  DEBUG [repo.audit.inbound] [http-9393-24]
Inbound audit values:
   /alfresco-api/pre/NodeService/getProperties/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
2011-10-25 14:43:05,143  DEBUG [repo.audit.inbound] [http-9393-24]
Inbound audit values:
   /alfresco-api/post/NodeService/getProperties/no-error=null
   /alfresco-api/post/NodeService/getProperties/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/post/NodeService/getProperties/result={{http://www.alfresco.org/model/content/1.0}organizationId=, {http://www.alfresco.org/model/system/1.0}locale=en_US, {http://www.alfresco.org/model/content/1.0}companyaddress3=, {http://www.alfresco.org/model/content/1.0}homeFolderProvider=bootstrapHomeFolderProvider, {http://www.alfresco.org/model/content/1.0}companytelephone=, {http://www.alfresco.org/model/content/1.0}skype=, {http://www.alfresco.org/model/content/1.0}owner=admin, {http://www.alfresco.org/model/content/1.0}jobtitle=, {http://www.alfresco.org/model/content/1.0}preferenceValues=contentUrl=store://2011/10/23/13/6/3c9d0d..., {http://www.alfresco.org/model/content/1.0}homeFolder=workspace://SpacesStore/8b1c4265-480e-4568-b7a1..., {http://www.alfresco.org/model/content/1.0}emailFeedDisabled=false, {http://www.alfresco.org/model/content/1.0}instantmsg=, {http://www.alfresco.org/model/content/1.0}googleusername=, {http://www.alfresco.org/model/content/1.0}firstName=SA, {http://www.alfresco.org/model/content/1.0}name=307d5a39-cba5-44ce-90df-3424d118d509, {http://www.alfresco.org/model/content/1.0}mobile=, {http://www.alfresco.org/model/content/1.0}companypostcode=, {http://www.alfresco.org/model/system/1.0}node-dbid=27, {http://www.alfresco.org/model/content/1.0}email=group.technology@emcorme.com, {http://www.alfresco.org/model/system/1.0}store-identifier=SpacesStore, {http://www.alfresco.org/model/content/1.0}companyfax=, {http://www.alfresco.org/model/content/1.0}organization=, {http://www.alfresco.org/model/content/1.0}companyaddress2=, {http://www.alfresco.org/model/system/1.0}node-uuid=307d5a39-cba5-44ce-90df-3424d118d509, {http://www.alfresco.org/model/content/1.0}lastName=, {http://www.alfresco.org/model/content/1.0}telephone=, {http://www.alfresco.org/model/content/1.0}persondescription=contentUrl=store://2011/10/16/13/35/82ef..., {http://www.alfresco.org/model/content/1.0}companyemail=, {http://www.alfresco.org/model/content/1.0}location=, {http://www.alfresco.org/model/content/1.0}sizeCurrent=17223705, {http://www.alfresco.org/model/content/1.0}userName=admin, {http://www.alfresco.org/model/content/1.0}companyaddress1=, {http://www.alfresco.org/model/system/1.0}store-protocol=workspace}
2011-10-25 14:43:05,143  DEBUG [repo.audit.inbound] [http-9393-24]
Inbound audit values:
   /alfresco-api/pre/PermissionService/hasPermission/args/nodeRef=workspace://SpacesStore/aafd0a37-a068-42cb-a754-f8581fba364b
   /alfresco-api/pre/PermissionService/hasPermission/args/permission=ReadProperties
2011-10-25 14:43:05,143  DEBUG [repo.audit.inbound] [http-9393-24]
Inbound audit values:
   /alfresco-api/post/PermissionService/hasPermission/args/permission=ReadProperties
   /alfresco-api/post/PermissionService/hasPermission/no-error=null
   /alfresco-api/post/PermissionService/hasPermission/args/nodeRef=workspace://SpacesStore/aafd0a37-a068-42cb-a754-f8581fba364b
   /alfresco-api/post/PermissionService/hasPermission/result=ALLOWED
2011-10-25 14:43:05,143  DEBUG [repo.audit.inbound] [http-9393-24]
Inbound audit values:
   /alfresco-api/pre/PermissionService/getSettablePermissions/args/type={http://www.alfresco.org/model/site/1.0}site
2011-10-25 14:43:05,143  DEBUG [repo.audit.inbound] [http-9393-24]
Inbound audit values:
   /alfresco-api/post/PermissionService/getSettablePermissions/args/type={http://www.alfresco.org/model/site/1.0}site
   /alfresco-api/post/PermissionService/getSettablePermissions/no-error=null
   /alfresco-api/post/PermissionService/getSettablePermissions/result=[SiteManager, SiteCollaborator, SiteContributor, SiteConsumer]
2011-10-25 14:43:05,486  DEBUG [repo.audit.inbound] [http-9393-18]
Inbound audit values:
   /alfresco-api/pre/AuthenticationService/validate/args=null
2011-10-25 14:43:05,486  DEBUG [repo.audit.inbound] [http-9393-18]
Inbound audit values:
   /alfresco-api/post/AuthenticationService/validate/args=null
   /alfresco-api/post/AuthenticationService/validate/no-error=null
2011-10-25 14:43:05,486  DEBUG [repo.audit.inbound] [http-9393-18]
Inbound audit values:
   /alfresco-api/pre/NodeService/getProperty/args/qname={http://www.alfresco.org/model/content/1.0}modified
   /alfresco-api/pre/NodeService/getProperty/args/nodeRef=workspace://SpacesStore/4be2d79d-c855-49a7-88bd-aaf1a9ac16b3
2011-10-25 14:43:05,486  DEBUG [repo.audit.inbound] [http-9393-18]
Inbound audit values:
   /alfresco-api/post/NodeService/getProperty/no-error=null
   /alfresco-api/post/NodeService/getProperty/args/nodeRef=workspace://SpacesStore/4be2d79d-c855-49a7-88bd-aaf1a9ac16b3
   /alfresco-api/post/NodeService/getProperty/args/qname={http://www.alfresco.org/model/content/1.0}modified
   /alfresco-api/post/NodeService/getProperty/result=Tue Oct 11 08:29:12 GST 2011
2011-10-25 14:43:05,486  DEBUG [repo.audit.inbound] [http-9393-22]
Inbound audit values:
   /alfresco-api/pre/AuthenticationService/validate/args=null
2011-10-25 14:43:05,486  DEBUG [repo.audit.inbound] [http-9393-22]
Inbound audit values:
   /alfresco-api/post/AuthenticationService/validate/args=null
   /alfresco-api/post/AuthenticationService/validate/no-error=null
2011-10-25 14:43:05,486  DEBUG [repo.audit.inbound] [http-9393-22]
Inbound audit values:
   /alfresco-api/pre/PersonService/personExists/args/userName=admin
2011-10-25 14:43:05,486  DEBUG [repo.audit.inbound] [http-9393-22]
Inbound audit values:
   /alfresco-api/post/PersonService/personExists/no-error=null
   /alfresco-api/post/PersonService/personExists/result=true
   /alfresco-api/post/PersonService/personExists/args/userName=admin
2011-10-25 14:43:05,486  DEBUG [repo.audit.inbound] [http-9393-22]
Inbound audit values:
   /alfresco-api/pre/PersonService/getPerson/args/userName=admin
2011-10-25 14:43:05,486  DEBUG [repo.audit.inbound] [http-9393-22]
Inbound audit values:
   /alfresco-api/post/PersonService/getPerson/no-error=null
   /alfresco-api/post/PersonService/getPerson/result=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/post/PersonService/getPerson/args/userName=admin
2011-10-25 14:43:05,486  DEBUG [repo.audit.inbound] [http-9393-22]
Inbound audit values:
   /alfresco-api/pre/NodeService/getTargetAssocs/args/sourceRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
2011-10-25 14:43:05,486  DEBUG [repo.audit.inbound] [http-9393-22]
Inbound audit values:
   /alfresco-api/post/NodeService/getTargetAssocs/args/sourceRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/post/NodeService/getTargetAssocs/no-error=null
   /alfresco-api/post/NodeService/getTargetAssocs/result=[]
2011-10-25 14:43:06,360  DEBUG [repo.audit.inbound] [http-9393-1]
Inbound audit values:
   /alfresco-api/pre/AuthenticationService/validate/args=null
2011-10-25 14:43:06,360  DEBUG [repo.audit.inbound] [http-9393-1]
Inbound audit values:
   /alfresco-api/post/AuthenticationService/validate/args=null
   /alfresco-api/post/AuthenticationService/validate/no-error=null
2011-10-25 14:43:06,360  DEBUG [repo.audit.inbound] [http-9393-1]
Inbound audit values:
   /alfresco-api/pre/PersonService/personExists/args/userName=admin
2011-10-25 14:43:06,360  DEBUG [repo.audit.inbound] [http-9393-1]
Inbound audit values:
   /alfresco-api/post/PersonService/personExists/no-error=null
   /alfresco-api/post/PersonService/personExists/result=true
   /alfresco-api/post/PersonService/personExists/args/userName=admin
2011-10-25 14:43:06,360  DEBUG [repo.audit.inbound] [http-9393-1]
Inbound audit values:
   /alfresco-api/pre/PersonService/getPerson/args/userName=admin
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-1]
Inbound audit values:
   /alfresco-api/post/PersonService/getPerson/no-error=null
   /alfresco-api/post/PersonService/getPerson/result=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/post/PersonService/getPerson/args/userName=admin
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-1]
Inbound audit values:
   /alfresco-api/pre/PersonService/getPerson/args/userName=admin
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-1]
Inbound audit values:
   /alfresco-api/post/PersonService/getPerson/no-error=null
   /alfresco-api/post/PersonService/getPerson/result=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/post/PersonService/getPerson/args/userName=admin
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-1]
Inbound audit values:
   /alfresco-api/pre/NodeService/hasAspect/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/pre/NodeService/hasAspect/args/aspectTypeQName={http://www.alfresco.org/model/content/1.0}preferences
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-1]
Inbound audit values:
   /alfresco-api/post/NodeService/hasAspect/args/aspectTypeQName={http://www.alfresco.org/model/content/1.0}preferences
   /alfresco-api/post/NodeService/hasAspect/no-error=null
   /alfresco-api/post/NodeService/hasAspect/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/post/NodeService/hasAspect/result=true
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-1]
Inbound audit values:
   /alfresco-api/pre/ContentService/getReader/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/pre/ContentService/getReader/args/propertyQName={http://www.alfresco.org/model/content/1.0}preferenceValues
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-1]
Inbound audit values:
   /alfresco-api/post/ContentService/getReader/no-error=null
   /alfresco-api/post/ContentService/getReader/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/post/ContentService/getReader/result=ContentAccessor[ contentUrl=store://2011/10/23/13/6/3c9d0d7f-405d-4899-a2c2-04134c362b2d.bin, mimetype=text/plain, size=554, encoding=UTF-8, locale=en_US]
   /alfresco-api/post/ContentService/getReader/args/propertyQName={http://www.alfresco.org/model/content/1.0}preferenceValues
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/pre/AuthenticationService/validate/args=null
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/post/AuthenticationService/validate/args=null
   /alfresco-api/post/AuthenticationService/validate/no-error=null
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/pre/NodeService/getProperties/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/post/NodeService/getProperties/no-error=null
   /alfresco-api/post/NodeService/getProperties/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/post/NodeService/getProperties/result={{http://www.alfresco.org/model/content/1.0}organizationId=, {http://www.alfresco.org/model/system/1.0}locale=en_US, {http://www.alfresco.org/model/content/1.0}companyaddress3=, {http://www.alfresco.org/model/content/1.0}homeFolderProvider=bootstrapHomeFolderProvider, {http://www.alfresco.org/model/content/1.0}companytelephone=, {http://www.alfresco.org/model/content/1.0}skype=, {http://www.alfresco.org/model/content/1.0}owner=admin, {http://www.alfresco.org/model/content/1.0}jobtitle=, {http://www.alfresco.org/model/content/1.0}preferenceValues=contentUrl=store://2011/10/23/13/6/3c9d0d..., {http://www.alfresco.org/model/content/1.0}homeFolder=workspace://SpacesStore/8b1c4265-480e-4568-b7a1..., {http://www.alfresco.org/model/content/1.0}emailFeedDisabled=false, {http://www.alfresco.org/model/content/1.0}instantmsg=, {http://www.alfresco.org/model/content/1.0}googleusername=, {http://www.alfresco.org/model/content/1.0}firstName=SA, {http://www.alfresco.org/model/content/1.0}name=307d5a39-cba5-44ce-90df-3424d118d509, {http://www.alfresco.org/model/content/1.0}mobile=, {http://www.alfresco.org/model/content/1.0}companypostcode=, {http://www.alfresco.org/model/system/1.0}node-dbid=27, {http://www.alfresco.org/model/content/1.0}email=group.technology@emcorme.com, {http://www.alfresco.org/model/system/1.0}store-identifier=SpacesStore, {http://www.alfresco.org/model/content/1.0}companyfax=, {http://www.alfresco.org/model/content/1.0}organization=, {http://www.alfresco.org/model/content/1.0}companyaddress2=, {http://www.alfresco.org/model/system/1.0}node-uuid=307d5a39-cba5-44ce-90df-3424d118d509, {http://www.alfresco.org/model/content/1.0}lastName=, {http://www.alfresco.org/model/content/1.0}telephone=, {http://www.alfresco.org/model/content/1.0}persondescription=contentUrl=store://2011/10/16/13/35/82ef..., {http://www.alfresco.org/model/content/1.0}companyemail=, {http://www.alfresco.org/model/content/1.0}location=, {http://www.alfresco.org/model/content/1.0}sizeCurrent=17223705, {http://www.alfresco.org/model/content/1.0}userName=admin, {http://www.alfresco.org/model/content/1.0}companyaddress1=, {http://www.alfresco.org/model/system/1.0}store-protocol=workspace}
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/pre/PermissionService/hasPermission/args/nodeRef=workspace://SpacesStore/aafd0a37-a068-42cb-a754-f8581fba364b
   /alfresco-api/pre/PermissionService/hasPermission/args/permission=ReadProperties
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/post/PermissionService/hasPermission/args/permission=ReadProperties
   /alfresco-api/post/PermissionService/hasPermission/no-error=null
   /alfresco-api/post/PermissionService/hasPermission/args/nodeRef=workspace://SpacesStore/aafd0a37-a068-42cb-a754-f8581fba364b
   /alfresco-api/post/PermissionService/hasPermission/result=ALLOWED
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/pre/PermissionService/hasPermission/args/nodeRef=workspace://SpacesStore/aafd0a37-a068-42cb-a754-f8581fba364b
   /alfresco-api/pre/PermissionService/hasPermission/args/permission=ReadProperties
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/post/PermissionService/hasPermission/args/permission=ReadProperties
   /alfresco-api/post/PermissionService/hasPermission/no-error=null
   /alfresco-api/post/PermissionService/hasPermission/args/nodeRef=workspace://SpacesStore/aafd0a37-a068-42cb-a754-f8581fba364b
   /alfresco-api/post/PermissionService/hasPermission/result=ALLOWED
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/pre/PermissionService/getSettablePermissions/args/type={http://www.alfresco.org/model/site/1.0}site
2011-10-25 14:43:06,375  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/post/PermissionService/getSettablePermissions/args/type={http://www.alfresco.org/model/site/1.0}site
   /alfresco-api/post/PermissionService/getSettablePermissions/no-error=null
   /alfresco-api/post/PermissionService/getSettablePermissions/result=[SiteManager, SiteCollaborator, SiteContributor, SiteConsumer]
2011-10-25 14:43:06,391  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/pre/NodeService/getProperties/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
2011-10-25 14:43:06,391  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/post/NodeService/getProperties/no-error=null
   /alfresco-api/post/NodeService/getProperties/args/nodeRef=workspace://SpacesStore/307d5a39-cba5-44ce-90df-3424d118d509
   /alfresco-api/post/NodeService/getProperties/result={{http://www.alfresco.org/model/content/1.0}organizationId=, {http://www.alfresco.org/model/system/1.0}locale=en_US, {http://www.alfresco.org/model/content/1.0}companyaddress3=, {http://www.alfresco.org/model/content/1.0}homeFolderProvider=bootstrapHomeFolderProvider, {http://www.alfresco.org/model/content/1.0}companytelephone=, {http://www.alfresco.org/model/content/1.0}skype=, {http://www.alfresco.org/model/content/1.0}owner=admin, {http://www.alfresco.org/model/content/1.0}jobtitle=, {http://www.alfresco.org/model/content/1.0}preferenceValues=contentUrl=store://2011/10/23/13/6/3c9d0d..., {http://www.alfresco.org/model/content/1.0}homeFolder=workspace://SpacesStore/8b1c4265-480e-4568-b7a1..., {http://www.alfresco.org/model/content/1.0}emailFeedDisabled=false, {http://www.alfresco.org/model/content/1.0}instantmsg=, {http://www.alfresco.org/model/content/1.0}googleusername=, {http://www.alfresco.org/model/content/1.0}firstName=SA, {http://www.alfresco.org/model/content/1.0}name=307d5a39-cba5-44ce-90df-3424d118d509, {http://www.alfresco.org/model/content/1.0}mobile=, {http://www.alfresco.org/model/content/1.0}companypostcode=, {http://www.alfresco.org/model/system/1.0}node-dbid=27, {http://www.alfresco.org/model/content/1.0}email=group.technology@emcorme.com, {http://www.alfresco.org/model/system/1.0}store-identifier=SpacesStore, {http://www.alfresco.org/model/content/1.0}companyfax=, {http://www.alfresco.org/model/content/1.0}organization=, {http://www.alfresco.org/model/content/1.0}companyaddress2=, {http://www.alfresco.org/model/system/1.0}node-uuid=307d5a39-cba5-44ce-90df-3424d118d509, {http://www.alfresco.org/model/content/1.0}lastName=, {http://www.alfresco.org/model/content/1.0}telephone=, {http://www.alfresco.org/model/content/1.0}persondescription=contentUrl=store://2011/10/16/13/35/82ef..., {http://www.alfresco.org/model/content/1.0}companyemail=, {http://www.alfresco.org/model/content/1.0}location=, {http://www.alfresco.org/model/content/1.0}sizeCurrent=17223705, {http://www.alfresco.org/model/content/1.0}userName=admin, {http://www.alfresco.org/model/content/1.0}companyaddress1=, {http://www.alfresco.org/model/system/1.0}store-protocol=workspace}
2011-10-25 14:43:06,391  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/pre/PermissionService/hasPermission/args/nodeRef=workspace://SpacesStore/aafd0a37-a068-42cb-a754-f8581fba364b
   /alfresco-api/pre/PermissionService/hasPermission/args/permission=ReadProperties
2011-10-25 14:43:06,391  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/post/PermissionService/hasPermission/args/permission=ReadProperties
   /alfresco-api/post/PermissionService/hasPermission/no-error=null
   /alfresco-api/post/PermissionService/hasPermission/args/nodeRef=workspace://SpacesStore/aafd0a37-a068-42cb-a754-f8581fba364b
   /alfresco-api/post/PermissionService/hasPermission/result=ALLOWED
2011-10-25 14:43:06,391  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/pre/PermissionService/getSettablePermissions/args/type={http://www.alfresco.org/model/site/1.0}site
2011-10-25 14:43:06,391  DEBUG [repo.audit.inbound] [http-9393-15]
Inbound audit values:
   /alfresco-api/post/PermissionService/getSettablePermissions/args/type={http://www.alfresco.org/model/site/1.0}site
   /alfresco-api/post/PermissionService/getSettablePermissions/no-error=null
   /alfresco-api/post/PermissionService/getSettablePermissions/result=[SiteManager, SiteCollaborator, SiteContributor, SiteConsumer]
2011-10-25 14:43:06,391  DEBUG [repo.audit.inbound] [http-9393-29]
Inbound audit values:
   /alfresco-api/pre/AuthenticationService/validate/args=null
2011-10-25 14:43:06,391  DEBUG [repo.audit.inbound] [http-9393-29]
Inbound audit values:
   /alfresco-api/post/AuthenticationService/validate/args=null
   /alfresco-api/post/AuthenticationService/validate/no-error=null
2011-10-25 14:43:06,422  DEBUG [repo.audit.inbound] [http-9393-29]
Inbound audit values:
   /alfresco-api/pre/SearchService/query/args=null
2011-10-25 14:43:08,123  ERROR [quartz.core.JobRunShell] [DefaultScheduler_Worker-4] Job DEFAULT.org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean#62029d75 threw an unhandled Exception:
org.springframework.scheduling.quartz.JobMethodInvocationFailedException: Invocation of method 'run' on target class [class org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.FeedbackProcessor] failed; nested exception is org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515282
   at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:273)
   at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
Caused by: org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515282
   at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:359)
   at org.alfresco.repo.search.impl.solr.SolrQueryLanguage.executeQuery(SolrQueryLanguage.java:49)
   at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:367)
   at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:168)
   at org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:67)
   at org.alfresco.repo.search.AbstractSearcherComponent.query(AbstractSearcherComponent.java:53)
   at sun.reflect.GeneratedMethodAccessor528.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:65)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy13.query(Unknown Source)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.FeedbackProcessor$1$1.execute(FeedbackProcessor.java:88)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:259)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.FeedbackProcessor$1.doWork(FeedbackProcessor.java:82)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:519)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.FeedbackProcessor.run(FeedbackProcessor.java:77)
   at sun.reflect.GeneratedMethodAccessor531.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:273)
   at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:264)
   … 3 more
Caused by: java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   at java.net.Socket.connect(Socket.java:525)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
   at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
   at org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:168)
   at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
   at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
   at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
   at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
   at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:313)
   … 26 more
2011-10-25 14:43:08,123  ERROR [quartz.core.ErrorLogger] [DefaultScheduler_Worker-4] Job (DEFAULT.org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean#62029d75 threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.springframework.scheduling.quartz.JobMethodInvocationFailedException: Invocation of method 'run' on target class [class org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.FeedbackProcessor] failed; nested exception is org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515282 ]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
Caused by: org.springframework.scheduling.quartz.JobMethodInvocationFailedException: Invocation of method 'run' on target class [class org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.FeedbackProcessor] failed; nested exception is org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515282
   at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:273)
   at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
Caused by: org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 092515282
   at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:359)
   at org.alfresco.repo.search.impl.solr.SolrQueryLanguage.executeQuery(SolrQueryLanguage.java:49)
   at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:367)
   at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:168)
   at org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:67)
   at org.alfresco.repo.search.AbstractSearcherComponent.query(AbstractSearcherComponent.java:53)
   at sun.reflect.GeneratedMethodAccessor528.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:65)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy13.query(Unknown Source)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.FeedbackProcessor$1$1.execute(FeedbackProcessor.java:88)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:259)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.FeedbackProcessor$1.doWork(FeedbackProcessor.java:82)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:519)
   at org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.FeedbackProcessor.run(FeedbackProcessor.java:77)
   at sun.reflect.GeneratedMethodAccessor531.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:273)
   at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:264)
   … 3 more
Caused by: java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   at java.net.Socket.connect(Socket.java:525)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
   at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
   at org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:168)
   at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
   at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
   at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
   at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
   at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:313)
   … 26 more
2011-10-25 14:43:10,525  DEBUG [repo.audit.inbound] [defaultThreadPool1]
Inbound audit values:
   /alfresco-api/post/SearchService/query/args=null
   /alfresco-api/post/SearchService/query/error=092515283 
   Started at:
      org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:359)
      org.alfresco.repo.search.impl.solr.SolrQueryLanguage.executeQuery(SolrQueryLanguage.java:49)
      org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:367)
      org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:78)
      sun.reflect.GeneratedMethodAccessor1012.invoke(Unknown Source)
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      java.lang.reflect.Method.invoke(Method.java:597)
      org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:65)
      org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
      org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
      $Proxy13.query(Unknown Source)
      sun.reflect.GeneratedMethodAcce
java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   at java.net.Socket.connect(Socket.java:525)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
   at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
   at org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:168)
   at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
   at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
   at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
   at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
   at org.alfresco.httpclient.AbstractHttpClient.executeMethod(AbstractHttpClient.java:133)
   at org.alfresco.httpclient.AbstractHttpClient.sendRemoteRequest(AbstractHttpClient.java:85)
   at org.alfresco.httpclient.HttpClientFactory$HttpsClient.sendRequest(HttpClientFactory.java:307)
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:982)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1405)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1127)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:481)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   at java.net.Socket.connect(Socket.java:525)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
   at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
   at org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:168)
   at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
   at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
   at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
   at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
   at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
   at org.alfresco.httpclient.AbstractHttpClient.executeMethod(AbstractHttpClient.java:133)
   at org.alfresco.httpclient.AbstractHttpClient.sendRemoteRequest(AbstractHttpClient.java:85)
   at org.alfresco.httpclient.HttpClientFactory$HttpsClient.sendRequest(HttpClientFactory.java:307)
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:982)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1405)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1127)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:481)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)

janv
Employee
Employee
If you're using a single Tomcat instance and have changed 8443 (to 443) in the server.xml then you will also need to change the corresponding default properties for both sides. For the repository-side you can add "solr.port=443" to alfresco-global.properties and for the solr-side you can edit "alfresco.port.ssl=443" for both solr core configs within alf_data/solr:

archive-SpacesStore/conf/solrcore.properties
workspace-SpacesStore/conf/solrcore.properties

FYI, I have not tested the above. See also: https://forums.alfresco.com/en/viewtopic.php?f=8&t=41274#p120484

Regards,
Jan

ps. additional info:

http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/concepts/solr-intro.html
http://wiki.alfresco.com/wiki/Alfresco_And_SOLR
http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/solr/source/solr/inst...

chops88
Champ in-the-making
Champ in-the-making
Sounds like your solr index was corrupted. Remarkably easy to do, it seems. Anyway, either switch to lucene or:

1) Stop alfresco and postgre services
2) rename /alf_data/solr/workspace_SpacesStore/alfrescoModels  to alfrescoModels_old
3) same for core: /alf_data/solr/archive_SpacesStore/alfrescoModels
4) restart alfresco. Bob's your uncle.

sharifu
Confirmed Champ
Confirmed Champ
I am getting the following when i try to view recently modified documents.


2012-10-11 10:14:10,154  ERROR [extensions.webscripts.AbstractRuntime] [http-8080-44] Exception from executeScript - redirecting to status template error: 09110006 Wrapped Exception (with status template): 09110030 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js': null
org.springframework.extensions.webscripts.WebScriptException: 09110006 Wrapped Exception (with status template): 09110030 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js': null
   at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:970)
   at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:171)
   at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:393)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:462)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:500)
   at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:316)
   at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:372)
   at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:209)
   at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:118)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.repo.webdav.auth.BaseSSOAuthenticationFilter.doFilter(BaseSSOAuthenticationFilter.java:136)
   at sun.reflect.GeneratedMethodAccessor430.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:103)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy247.doFilter(Unknown Source)
   at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.app.servlet.WebScriptSSOAuthenticationFilter.doFilter(WebScriptSSOAuthenticationFilter.java:140)
   at sun.reflect.GeneratedMethodAccessor430.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:103)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy247.doFilter(Unknown Source)
   at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:58)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
   at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:861)
   at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
   at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1584)
   at java.lang.Thread.run(Thread.java:662)
Caused by: org.alfresco.scripts.ScriptException: 09110030 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js': null
   at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:195)
   at org.alfresco.repo.processor.ScriptServiceImpl.execute(ScriptServiceImpl.java:212)
   at org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:174)
   at org.alfresco.repo.web.scripts.RepositoryScriptProcessor.executeScript(RepositoryScriptProcessor.java:102)
   at org.springframework.extensions.webscripts.AbstractWebScript.executeScript(AbstractWebScript.java:1193)
   at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:86)
   … 47 more
Caused by: java.lang.NullPointerException
   at org.alfresco.repo.jscript.ScriptNode.createThumbnail(ScriptNode.java:2736)
   at sun.reflect.GeneratedMethodAccessor700.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)
   at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:243)
   at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:76)
   at org.mozilla.javascript.gen.c7._c19(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js:1282)
   at org.mozilla.javascript.gen.c7.call(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js)
   at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:108)
   at org.mozilla.javascript.gen.c7._c0(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js:1354)
   at org.mozilla.javascript.gen.c7.call(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js)
   at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:393)
   at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2834)
   at org.mozilla.javascript.gen.c7.call(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js)
   at org.mozilla.javascript.gen.c7.exec(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js)
   at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:483)
   at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:191)
   … 52 more
2012-10-11 10:14:17,599  ERROR [extensions.webscripts.AbstractRuntime] [http-8080-7] Exception from executeScript - redirecting to status template error: 09110007 Wrapped Exception (with status template): 09110031 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js': null
org.springframework.extensions.webscripts.WebScriptException: 09110007 Wrapped Exception (with status template): 09110031 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js': null
   at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:970)
   at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:171)
   at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:393)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:462)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:500)
   at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:316)
   at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:372)
   at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:209)
   at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:118)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.repo.webdav.auth.BaseSSOAuthenticationFilter.doFilter(BaseSSOAuthenticationFilter.java:136)
   at sun.reflect.GeneratedMethodAccessor430.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:103)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy247.doFilter(Unknown Source)
   at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.app.servlet.WebScriptSSOAuthenticationFilter.doFilter(WebScriptSSOAuthenticationFilter.java:140)
   at sun.reflect.GeneratedMethodAccessor430.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:103)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy247.doFilter(Unknown Source)
   at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:58)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
   at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:861)
   at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
   at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1584)
   at java.lang.Thread.run(Thread.java:662)
Caused by: org.alfresco.scripts.ScriptException: 09110031 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js': null
   at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:195)
   at org.alfresco.repo.processor.ScriptServiceImpl.execute(ScriptServiceImpl.java:212)
   at org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:174)
   at org.alfresco.repo.web.scripts.RepositoryScriptProcessor.executeScript(RepositoryScriptProcessor.java:102)
   at org.springframework.extensions.webscripts.AbstractWebScript.executeScript(AbstractWebScript.java:1193)
   at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:86)
   … 47 more
Caused by: java.lang.NullPointerException
   at org.alfresco.repo.jscript.ScriptNode.createThumbnail(ScriptNode.java:2736)
   at sun.reflect.GeneratedMethodAccessor700.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)
   at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:243)
   at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:76)
   at org.mozilla.javascript.gen.c7._c19(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js:1282)
   at org.mozilla.javascript.gen.c7.call(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js)
   at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:108)
   at org.mozilla.javascript.gen.c7._c0(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js:1354)
   at org.mozilla.javascript.gen.c7.call(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js)
   at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:393)
   at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2834)
   at org.mozilla.javascript.gen.c7.call(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js)
   at org.mozilla.javascript.gen.c7.exec(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js)
   at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:483)
   at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:191)
   … 52 more
2012-10-11 10:14:20,874  ERROR [extensions.webscripts.AbstractRuntime] [http-8080-31] Exception from executeScript - redirecting to status template error: 09110008 Wrapped Exception (with status template): 09110032 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js': null
org.springframework.extensions.webscripts.WebScriptException: 09110008 Wrapped Exception (with status template): 09110032 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js': null
   at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:970)
   at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:171)
   at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:393)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:462)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:500)
   at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:316)
   at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:372)
   at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:209)
   at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:118)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.repo.webdav.auth.BaseSSOAuthenticationFilter.doFilter(BaseSSOAuthenticationFilter.java:136)
   at sun.reflect.GeneratedMethodAccessor430.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:103)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy247.doFilter(Unknown Source)
   at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.app.servlet.WebScriptSSOAuthenticationFilter.doFilter(WebScriptSSOAuthenticationFilter.java:140)
   at sun.reflect.GeneratedMethodAccessor430.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:103)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy247.doFilter(Unknown Source)
   at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:58)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
   at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:861)
   at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
   at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1584)
   at java.lang.Thread.run(Thread.java:662)
Caused by: org.alfresco.scripts.ScriptException: 09110032 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js': null
   at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:195)
   at org.alfresco.repo.processor.ScriptServiceImpl.execute(ScriptServiceImpl.java:212)
   at org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:174)
   at org.alfresco.repo.web.scripts.RepositoryScriptProcessor.executeScript(RepositoryScriptProcessor.java:102)
   at org.springframework.extensions.webscripts.AbstractWebScript.executeScript(AbstractWebScript.java:1193)
   at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:86)
   … 47 more
Caused by: java.lang.NullPointerException
   at org.alfresco.repo.jscript.ScriptNode.createThumbnail(ScriptNode.java:2736)
   at sun.reflect.GeneratedMethodAccessor700.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)
   at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:243)
   at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:76)
   at org.mozilla.javascript.gen.c7._c19(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js:1282)
   at org.mozilla.javascript.gen.c7.call(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js)
   at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:108)
   at org.mozilla.javascript.gen.c7._c0(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js:1354)
   at org.mozilla.javascript.gen.c7.call(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js)
   at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:393)
   at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2834)
   at org.mozilla.javascript.gen.c7.call(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js)
   at org.mozilla.javascript.gen.c7.exec(file:/opt/alfresco-4.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js)
   at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:483)
   at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:191)
   … 52 more

janv
Employee
Employee
This seems to be a different issue … almost a year later 😉

>> org.alfresco.repo.jscript.ScriptNode.createThumbnail(ScriptNode.java:2736)

May be related to: https://issues.alfresco.com/jira/browse/ALF-13849

Regards,
Jan

sharifu
Confirmed Champ
Confirmed Champ
Managed to fix it. i had long file names and a file with no data. so I had to just delete them using windows explorer