Jump to content
We've recently updated our Privacy Statement, available here ×

gaurav.maini

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by gaurav.maini

  1. Ok, I figured out the problem here. My password had a special character "@" and this was being encoded into "safe" HTML and this breaks the code. Once I the exception occurs in saving the form, the code stays in a broken state and does not accept any other passwords. Proposed fix: Remove the special character from the password. Note: any special character that encodes to HTML with a < or > sign breaks the code. Would love to see the code fixed in an update.
  2. Ok, I figured out the problem here. My password had a special character "@" and this was being encoded into "safe" HTML and this breaks the code. Once I the exception occurs in saving the form, the code stays in a broken state and does not accept any other passwords. Proposed fix: Remove the special character from the password. Note: any special character that encodes to HTML with a < or > sign breaks the code. Would love to see the code fixed in an update.
  3. Hi, I have installed Jasper Reports Server 7.1.0 on Mac 10.14.1 with Tomcat 9.0 and MySQL 5.6.8 I installed using the WAR option and used an existing tomcat server and an existing MySQL server. When I try to create a new datasource to my MySQL server, I use the MySQL JDBC driver. After entering the username and password, when I click "Test Connection", I get a success message. But when I save it and reopen it to edit and then click "Test Connection", I get a message - "Connection failed". On checking the table JIJdbcDatasource, I see that the password column never updates for the connection I am creating. Any password I enter in the datasource results in the same hash in the password column. I have tried installing Jasper reports server with the bundled postgres SQL and tomcat, but get the same results. Anyone run into the same thing? Anyone know what HASH is used for the password column? I am also ok setting the password manually un my MySQL database. Thanks!
×
×
  • Create New...