Re: Installation help? Installation Hangs Waiting for SQL Resource

2010-04-06 Thread lfloyd
I have tried to use the configuration provided I cannot connect to any database even on different servers with what has been provided. These are the parameters of one of my databases Database Information Name and Hostname Database name 477675_ftplogging Hostname

Installation help? Installation Hangs Waiting for SQL Resource

2010-04-05 Thread lfloyd
Not sure if this is a JAVA error or sql connection error? [WARN] [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread- #2] com.mch ange.v2.resourcepool.BasicResourcePool - com.mchange.v2.resourcepool.BasicResour cepool$acquiret...@1a81bd5 -- Acquisition Attempt Failed!!! Clearing pending

Re: Installation help? Installation Hangs Waiting for SQL Resource

2010-04-05 Thread RickkciR
Database MUST listen and allow TCP/IP connections! And the default character-set/scheme must be UTF8! For example a fresh MySQL does not listen on TCP/IP by default and has not utf8 as default-character-set defined. You have to change these settings and restart your database server so that changes