Re: Need Help for gwt-rpc mysql database connectivity

2011-03-17 Thread Khanh Dao Minh
It sound you need a SocketPermission. Try this: http://java.sun.com/developer/onlineTraining/Programming/JDCBook/appA.html#SocketPermission Regards, KhanhDM. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send ema

Re: Need Help for gwt-rpc mysql database connectivity

2011-03-15 Thread Dilip Rathod
Tanks Ben, Jaun for taking interest in my difficulties. I finnaly got stack trace. In fact I am new to gwt & eclipse, good knowledge of java. But things are not turning as i expect. So can any body give me some detailed steps to connect to mysql in development mode. Connection conn =

Re: Need Help for gwt-rpc mysql database connectivity

2011-03-15 Thread Ben Imp
Yeah, I've been meaning to do something like that in my application. The current lack of details on the client isn't very pleasant for users or developers. SSH-ing into the prod server is annoying as well. I'm always worried about breaking something with a twitchy rm - rf finger. I'm still curio

Re: Need Help for gwt-rpc mysql database connectivity

2011-03-15 Thread Sean
This is more for Ben then the original poster, but you can make your own serializble exception, catch the exception on the server side and then throw your Serializable Exception with the original message in it. It makes RCP so much easier to debug. -- You received this message because you ar

Re: Need Help for gwt-rpc mysql database connectivity

2011-03-14 Thread Dilip Rathod
I cannot connect to database in development mode/hosted mode. my environment: eclipse hellio 3.6, fedora 12, mysql, gwt2.2. I could successfully connect to mysql using JSP using same environment. On Tue, Mar 15, 2011 at 1:33 AM, Juan Pablo Gardella < gardellajuanpa...@gmail.com> wrote: > This he

Re: Need Help for gwt-rpc mysql database connectivity

2011-03-14 Thread Ben Imp
I am quite curious how it is that you can not have access to the server side stack trace. I suspect the answer to your question lies there. -Ben On Mar 14, 7:04 am, Dilip Rathod wrote: > I can gwt-rpc communication with server sucessfully. > but when i want to interact with mysql I get followin

Re: Need Help for gwt-rpc mysql database connectivity

2011-03-14 Thread Juan Pablo Gardella
This help? http://stackoverflow.com/questions/2297356/mysqlnontransientconnectionexception-in-jdbc-program-at-run-time Juan 2011/3/14 Dilip Rathod > I can gwt-rpc communication with ser

Need Help for gwt-rpc mysql database connectivity

2011-03-14 Thread Dilip Rathod
I can gwt-rpc communication with server sucessfully. but when i want to interact with mysql I get following error com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. I added mysql connector to WEB-Inf/lib dierctory following is my