Re: [Dev] User Manager MySQL Exception

2015-04-07 Thread Kasun Dananjaya Delgolla
Hi Inshaf, I have tried using mysql-connector-java-5.1.30.jar, but I'm still getting the same issue. I think it's something with the mysql version + connector compatibility. @Sewmini - You might be using the correct combination. I will have to try that as well. But if anyone can give a solution t

Re: [Dev] User Manager MySQL Exception

2015-04-07 Thread Sewmini Jayaweera
Hi Kasun, I clustered IS 5.0.0 recently using mysql-connector-java-5.1.34-bin.jar and mysql version I used was 5.5.35. I didn't get an exception as such. Cheers! Sewmini Jayaweera *Software Engineer - QA Team* Mobile: +94 (0) 773 381 250 sewm...@wso2.com On Tue, Apr 7, 2015 at 11:12 AM, Inshaf

Re: [Dev] User Manager MySQL Exception

2015-04-06 Thread Inshaf Mahath
Hi Kasun, Did you try on mysql-connector-java-5.1.30.jar? I faced some issues because of different version of jars. But 5.1.30 worked for me. On Tue, Apr 7, 2015 at 1:26 AM, Kasun Dananjaya Delgolla wrote: > Hi All, > > I'm getting a MySQL Error > (com.mysql.jdbc.exceptions.MySQLSyntaxErrorExce

[Dev] User Manager MySQL Exception

2015-04-06 Thread Kasun Dananjaya Delgolla
Hi All, I'm getting a MySQL Error (com.mysql.jdbc.exceptions.MySQLSyntaxErrorException) when I'm trying to manager users via Carbon console. MySQL version in the server is 5.5.41 and the connectorJ version is 5.1.35. I have tried the solution suggested by Darshana in [1] and it did not work for me