cancel
Showing results for 
Search instead for 
Did you mean: 

Issue when I'm trying to mark favorite file

spiritz
Champ in-the-making
Champ in-the-making
Hi Alfresco team,

I just download the alfresco mobile on my ipad and use it to connect to my alfresco server comunity edition 4.2.b on ubuntu server.
Everything look like to be okay but when I'm trying to mark favorite file, the error occur -
" Connection Error
The server returned an error connecting  to : <my alfresco ip address>
The operation couldn't be completed. (ASIHTTPRequestErrorDomain error 10.)".

How can I solve this issue? or This's a bug? Am I need to configure my alfresco server?

ps. Sorry for my English, But I hope you can understand what I need to tell.

Thank you in advance,
C
4 REPLIES 4

spiritz
Champ in-the-making
Champ in-the-making
More information:

- After I marked that file to favorite, The error is still occur frequently when I browse to anywhere. And I can't unmarked favorite from that file.
- In the 'Favoties' tab, No Documents found.

mikeh
Star Contributor
Star Contributor
It's very likely connected to the search that we need to perform in order to get the full details of the document that you've favorited. The favorites API itself simply returns an array of nodeRefs; we need to use a CMIS query to turn those nodeRefs into document metadata.

There will almost certainly be an error message on your server. Look in either Alfresco.log or catalina.out.

Thanks,
Mike

spiritz
Champ in-the-making
Champ in-the-making
Thank you MikeH, I'll try it.  Smiley Happy

spiritz
Champ in-the-making
Champ in-the-making
Hi MikeH,

Sorry for the information that I told you yesterday. My alfresco server community version is 4.0.
Error log message is
"15:45:44,912 ERROR [org.springframework.extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 11131134 Wrapped Exception (with status template): 1113366763 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/cmis/queries.post.cmisquery.js': 1113366762
org.springframework.extensions.webscripts.WebScriptException: 11131134 Wrapped Exception (with status template): 1113366763 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/cmis/queries.post.cmisquery.js': 1113366762"

By the way, Another server that installed alfresco community 4.2.b. When I mark the favorite file, the error not display. But on my favorites tab not display anything.
I go to my Alfresco server and I found error message from catalina.out.
Error log message is
"2012-12-14 09:38:00,133  ERROR [solr.tracker.CoreTracker] [SolrTrackerScheduler_Worker-1] First transaction was not found with the correct timestamp.
2012-12-14 09:38:00,133  ERROR [solr.tracker.CoreTracker] [SolrTrackerScheduler_Worker-1] SOLR has successfully connected to your repository  however the SOLR indexes and repository database do not match.
2012-12-14 09:38:00,133  ERROR [solr.tracker.CoreTracker] [SolrTrackerScheduler_Worker-1] If this is a new or rebuilt database you SOLR indexes also need to be re-built to match the database.
2012-12-14 09:38:00,133  ERROR [solr.tracker.CoreTracker] [SolrTrackerScheduler_Worker-1] You can also check your SOLR connection details in solrcore.properties.
2012-12-14 09:38:00,133  ERROR [solr.tracker.CoreTracker] [SolrTrackerScheduler_Worker-1] Tracking failed
org.alfresco.error.AlfrescoRuntimeException: 11148559 Initial transaction not found with correct timestamp
        at org.alfresco.solr.tracker.CoreTracker.checkRepoAndIndexConsistency(CoreTracker.java:1520)
        at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1140)
        at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:472)
        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:563) "

Note:
After I finished install Alfresco server, Here is lists what I customize it:
- Changing database from postgres to mysql
- Editing alfresco-global.properties for outbound email, cifs, passthru authentication.
- Enable use quota function in 'repository.properties'

Could you suggest me for the solution?
(Now I try to read Solr information from http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/concepts/solr-home.html)

Thank you,
C