Hi, I'm trying to send a file via FTP using the following services rest: http://localhost:8080/jasperserver/rest_v2/jobs/ , with PUT method
The results from running this rest service call is: 2013-05-28 11:25:04,868 ERROR ReportExecutionJob,quartzScheduler_Worker-1:306 - report.scheduling.error.upload.to.ftp.server I tried accessing the FTP server using FileZilla, with data that are within the tag apparently the service is incorrectly obtaining the username and password but do not know why, any ideas? PD: Sorry for my english. Regards.
javax.net.ssl.SSLException: 530 Please login with USER and PASS.
1 Answer:
try adding you username and pass to the htmlrequest like so:
"http://localhost:8080/jasperserver/rest_v2/jobs/restart/?j_username=jasp..."
Hi, thanks for the reply. I am using REST client, an add on for firefox to access the rest service, and I have configured basic authentication plug-in. Is there any settings in the application to disable SSL?
are you sure its the program that calls for ssl? And not your plugin trying to send ssl?
yes, I'm sure, it's a simple request, and the plug in only send to the server the basic authentication
Hmm, i think that setting would be somewhere in an XML under <tomcat-home>\webapps\jasperserver
The error was that missing a configuration of SSL in tomcat run jasper report.
what SSL configuration change did you make and where? tomcat files? report xml file?