cancel
Showing results for 
Search instead for 
Did you mean: 

JCR Uploads not seen immediately from WebClient

devg
Champ in-the-making
Champ in-the-making
We have an application which uses the JCR interface to upload files to the alffresco repository.

However, when I view the repository using the WebClient I don't see the new files (I can still access them from the JCR interface).

After the WebClient is restarted, I can see all the new files.

Is there something I should be doing after adding files using JCR?

Thanks

Dev
3 REPLIES 3

derek
Star Contributor
Star Contributor
What about if you look at the folder using FTP?

devg
Champ in-the-making
Champ in-the-making
What about if you look at the folder using FTP?

Interesting - if I do an ls in the folder, I don't see the file.

However if I do ls with the file name (or even a with wildcard) I can see it. ie if I upload test.txt, I can see it by doing 'ls test.txt' or 'ls *.txt", but if just use 'ls'. I don't see it.

After I stop and restart Tomcat, and then use ftp, I can see the file, just using ls.

Hope this helps

derek
Star Contributor
Star Contributor
If you do a search for the file using the Web Client, say for some text you know exists in the file, does it show up?  As yet, I can't think of how this situation might arise.  Clearly some cache seems to be incorrect, or perhaps some odd permission-related issue is at play here, I just don't know, yet.