Re: error with java

2006-04-10 Thread Mir Islam
Can you post few lines of the code where you are making the connection? On 4/10/06, marco stagno <[EMAIL PROTECTED]> wrote: > > > Wild stab in the dark here - Java I/O permissions not set correctly > > on your > > machine to allow it? If I recall, Java's sandbox feature means you > > have to > > s

Re: error with java

2006-04-10 Thread marco stagno
Wild stab in the dark here - Java I/O permissions not set correctly on your machine to allow it? If I recall, Java's sandbox feature means you have to supply a permissions file for I/O. Perhaps that file already exists on the other machine that works? I don't know so much Java, but I didn'

RE: error with java

2006-04-10 Thread Jason Teagle
> I don't think so, since even with "telnet localhost 3306" or "telnet > 127.0.0.1 3306" I'm able to see the server prompt.. > and I'm using the standard MySQL port for sure (it's a clean > installation); and there are no firewall active... > > any other suggestion!? > > thanks :) Wild stab in the

Re: error with java

2006-04-10 Thread marco stagno
Ports closed? Wrong ports configured? I don't think so, since even with "telnet localhost 3306" or "telnet 127.0.0.1 3306" I'm able to see the server prompt.. and I'm using the standard MySQL port for sure (it's a clean installation); and there are no firewall active... any other suggesti

Re: error with java

2006-04-10 Thread Barry
marco stagno wrote: I'm trying to understand this error: java.sql.SQLException: Server connection failure during transaction. Attempted reconnect 3 times. Giving up. the java program is trying to connect to MySQL (5.0.19 under Mac OSX/ PPC), with user=root, from localhost. the grant privileges