On 02/12/2008, Krishnakanth <[EMAIL PROTECTED]> wrote: > > I have a scenario where in, i need to navigate to a particular page and click > "Upload file." This opens a popup where i need to browse and select the file > to be uploaded. > This scenario works fine when navigated manually. > However when i record it using Jmeter, the popup window shows error saying > "JSP Processing error". > It happens only while recording with Jmeter. > > Is there any way I can debug the error message. This happens only when the > button is clicked on the upload button. And I have observed that it comes > for any link on that page. > > Any pointers would be of great help.
Most likely the browser is not sending the full path to the file, so JMeter cannot find it. Try using a different browser, or ensure that the file is in the current JMeter directory when recording. You can change the path later. > Thanks. > KK > > -- > View this message in context: > http://www.nabble.com/JSP-Processing-Error%2C-while-clicking-on-Upload-button.-tp20788747p20788747.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

