I created in my Lotus Domino server a new application which is totally empty. I then created an XPage
, and in it I modified the onClientLoad event
, adding this client javascript code: alert("Hola");
. When I preview the XPage
on the browser, I get an HTTP 500 internal server error. The error on the server's log is this one:
26/06/2013 12:54:27 HTTP JVM: SEVERE: CLFAD####E: Exception thrown
26/06/2013 12:54:27 HTTP JVM: SEVERE: CLFAD####E: Exception occurred servicing request for: /Pruebajs.nsf/prueba.xsp - HTTP Code: 500
26/06/2013 12:54:27 HTTP Web Server: Command Not Handled Exception [/Pruebajs.nsf/prueba.xsp]
If I preview the same XPage
on the Notes Client, the javascript code is run successfully.
I then created a similar application in my local machine instead of in the server, and the javascript code is run successfully, both in the web browser and the Notes client.
So it looks like some kind of configuration issue in our Domino server (maybe authorizations?), but we do not know where to look.
Application Properties > XPages (tab)
checkDisplay XPage runtime error page
. This would give you more details. – Naveen