Re: Fixed Connection Diagnostic Tool

2010-07-07 Thread michel
; Cc: Sent: Tuesday, July 06, 2010 7:15 PM Subject: Re: Fixed Connection Diagnostic Tool C3P0 connection does, indeed work well on remote machines.. In fact, I only deploy it locally on dev servers. My production systems all use c3p0 on remote servers. Again, if you can connect from the comma

Re: Fixed Connection Diagnostic Tool

2010-07-06 Thread Michael Dykman
he C3P0 connection pooling cannot > work on a 'remote' machine. > > > Michel > > > - Original Message - From: "Rob Wultsch" > To: "michel" > Cc: > Sent: Tuesday, July 06, 2010 1:52 AM > Subject: Re: Connection Diagnostic Tool &g

Re: Fixed Connection Diagnostic Tool

2010-07-06 Thread michel
that the reason is that the C3P0 connection pooling cannot work on a 'remote' machine. Michel - Original Message - From: "Rob Wultsch" To: "michel" Cc: Sent: Tuesday, July 06, 2010 1:52 AM Subject: Re: Connection Diagnostic Tool On Mon, Jul 5, 2010

Re: Connection Diagnostic Tool

2010-07-05 Thread Rob Wultsch
On Mon, Jul 5, 2010 at 3:55 PM, michel wrote: > > I have been trying to figure this one out, but I don't have the skill sets > here so I can use some help. > > I tried ' -h 127.0.0.1' in my bash shell and I get a command not found, so I > am still really off-the-mark. Is there a place on the net I

re: Connection Diagnostic Tool

2010-07-05 Thread michel
d how to run it? Thanks! - Original Message - From: "Michael Dykman" To: "michel" Sent: Saturday, July 03, 2010 11:37 PM Subject: Re: Connection Diagnostic Tool You are right.. Java never coonnects on that domain socket, it *always* used TCP. Check your credentials at

Re: Connection Diagnostic Tool

2010-07-03 Thread Michael Dykman
I use c3p0 to manage MySQL connections in my JVM stack and have for years in many installations, I have never had to do anything special. If I can connect to the server through the console at the command line of the client machine using the same credentials, then the stack will just work. Are you

Connection Diagnostic Tool

2010-07-03 Thread michel
I am setting up the Softslate web store package that uses Hibernate to connect to MySQL. Softslate fails to connect to MysQL on the c3p0 connection pooling. While I would love to solve this little problem it would be wiser if I learn to diagnose the problem. Is there a tool that can run on the