I have an XPages app running on 8.5.3 UP1 with a mobile controls interface. It works fine on my dev and test servers, but in production we\'re seeing the following intermittent
Keith and I have both encountered this behavior (in different applications) in the following scenario:
For example, I used to use page ACL's in watrCoolr to specify that authenticated users would have editor access to the chat data source but anonymous would only have reader. That worked fine as long as I authenticated as a user explicitly registered in names.nsf. If I authenticated as a user defined in an LDAP directory, the page would stack trace. As soon as I switched to simply hiding editable controls from anonymous users and removed the page ACL, no more stack trace.
This might explain why it works fine in dev and test but blows up in production, if you're not using Directory Assistance in the former and they are in the latter.