On 11/08/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi I'm trying to test website which uses JSF ADF Faces components. When a request (which does popup) is send, a jmeter sampler rezult is: "HTTP Repsonse code 500 Internal Server Error", and jmeter response data is: "Error 500 javax.faces.el.EvaluationException: Error getting propery 'model' from bean of type mywebsite.DictionaryTreeModel: java.lang.NullPointerExcepion". Can anybody know how to fix this problem?
This is an error in the website - it should not respond like that, no matter what requests JMeter sends it. Perhaps it is expecting a cookie or parameter which JMeter is not sending - but it should not respond with a server error. You will need to speak to the application developers/webmaster to find out what is causing the error so you can correct the JMeter request.
Does jMeter can record&playback popup jsf pages(adf faces implementation)?
Depends how the pop-up is generated. If the pop-up is generated by the browser sending a request to the server, then yes, it should be recordable. If the pop-up is generated locally by the browser, and does not involve a request to the server, then no, it will not be recorded, and cannot be played back. If it does not involve a server request, then there is nothing for JMeter to test anyway. JMeter is not a browser, and is not a browser tester... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

