Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi,
Thanks for your provided information. I managed to replicate your issue with password containing "$' character. This issue is fixed. Our team will inform you when a new release is available. For a temporary solution, can you remove the "$" character from your password? Sorry for any inconvenience caused.
Best regards.
Hi William, Yes the error message "java.lang.IllegalArgumentException: Illegal group reference: group index is missing" does seem like a possible cause, although it's difficult to tell at this point without more information. If you could provide a sample app or detailed steps to reproduce the error, then we can help to have a look. Best Regards Julian
Hi Anders,
No, I have now tried to access this same database in a simple datalist. I have verified that the correct credentials have been entered because if I change the password to anything else I get
But it I use the correct password, I get
But when when I click ok in the Custom Datasource screen, i get
The corresponding error in the log is
2017-09-02 15:50:45,674: java.lang.RuntimeException: java.sql.SQLException: Cannot create PoolableConnectionFactory (Access denied for user 'mysqlroot'@'ec2-54-83-5-152.compute-1.amazonaws.com' (using password: YES))
java.lang.RuntimeException: java.sql.SQLException: Cannot create PoolableConnectionFactory (Access denied for user 'mysqlroot'@'ec2-54-83-5-152.compute-1.amazonaws.com' (using password: YES))
The SQL Query is simple and correct
SELECT * FROM x2_churches
It appears that when the Query request is made the same/proper credentials are not being used as for the connection test.
How can I get this resolved?
Thank, Bill
I thought this might be the case so I tried it on an enterprise self-hosted version. Now I get
When I create the Custom Datasource for the Jasper Reports plugin. This looks correct.
However, then why I try to execute the same report from the userview I get
Can this plug not use current TIBCO Jaspersoft Studio jrxml files?
Thanks, Bill
Hi, in this case the error message says "Access denied for user" which actually indicates that the authentication failed. Perhaps its some incorrect jdbc configuration in the jrxml file.
Hi, I believe this is due to security restrictions as mentioned in Problem connecting external Database in Joget onDemand
I am trying to connect from a Joget hosted cloud instance of Joget to a MySQL database on AWS using Configure Datasource > Configure Custom Database. When I test it seems to almost connect but I get the error:
Cause:
Cannot create PoolableConnectionFactory (Access denied for user 'mysqlroot'@'ec2-54-193-24-224.us-west-1.compute.amazonaws.com' (using password: YES))
These credentials work just fine from other non-Joget applications.
Why does this not work as expected?
Thanks, Bill