-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException in CacheBackedChunkedList #216
Comments
BTW, similar problem is here: https://hub.alfresco.com/t5/alfresco-content-services-forum/problems-copying-a-document-to-several-userhome/td-p/162082 |
Added custom debug messages to capture the problem:
|
The problem seems to be related Alfresco clustering and used cache if the clustering is enabled. |
After another Alfresco restart, I cannot reproduce the issue. I will monitor the situation and if it doesn't appear in a month, I will close the case. |
BUG
Script executed from JS Console receives NPE. The script doesn't need to contain any Alfresco service. Example of the script:
The issue can be reproduced around value
index < 500
.The same script was implemented as common webscript and it runs fine.
Expected behavior
Script will be completed without any problem.
Actual behavior
NullPointerException is thrown.
Steps to reproduce the behavior
Run the script above.
Additional details (analysis so far, log statements, references, etc.)
alfresco.log
Tell us about your environment
The text was updated successfully, but these errors were encountered: