Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread David Smith
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure To me this looks like it's outside of tomcat. Check that mysql is up, listening on tcp port 3306 (the standard mysql port) and there aren't any firewalls causing problems between tomcat and mysql.

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Error connecting to database at jdbc:mysql://localhost/cyclos3 Besides verifying that MySQL is actually running as David suggested, note that there's a mismatch in the cyclos installation instructions

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 07:39 -0500, David Smith wrote: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure To me this looks like it's outside of tomcat. Check that mysql is up, listening on tcp port 3306 (the standard mysql port) and there

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread David Smith
Rick Bragg wrote: On Mon, 2010-01-18 at 07:39 -0500, David Smith wrote: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure To me this looks like it's outside of tomcat. Check that mysql is up, listening on tcp port 3306 (the standard

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 07:42 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Error connecting to database at jdbc:mysql://localhost/cyclos3 Besides verifying that MySQL is actually running as David suggested, note

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Yes I notices that as well, I forgot to post my cyclos.properies Here is the mysql section... hibernate.connection.url = jdbc:mysql://127.0.0.1:3306/cyclos The above doesn't jibe with the error message

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 08:23 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Yes I notices that as well, I forgot to post my cyclos.properies Here is the mysql section... hibernate.connection.url = jdbc:mysql

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Error connecting to database at jdbc:mysql://127.0.0.1:3306/cyclos You've still got some inconsistencies in your posts. You've stated that you're installing Tomcat+cyclos on a brand new machine, yet you

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread David Smith
Rick Bragg wrote: On Mon, 2010-01-18 at 08:23 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Yes I notices that as well, I forgot to post my cyclos.properies Here is the mysql section... hibernate.connection.url

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 09:43 -0500, David Smith wrote: Rick Bragg wrote: On Mon, 2010-01-18 at 08:23 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Yes I notices that as well, I forgot to post my cyclos.properies

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Cyclos Webapp Trouble (404) Yes the above works perfect. I can log into MySQL in exactly that way. I also double checked the password. Just for grins, do a netstat -ano and verify that the MySQL pid really is listening on 127.0.0.1

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread Markus Schönhaber
18.01.2010 15:57, Rick Bragg: On Mon, 2010-01-18 at 09:43 -0500, David Smith wrote: MySQL leave the tcp port disabled for security reasons. I've never understood the decision, but it happens. You can test w/ the mysql command: mysql -P 3306 -h localhost -u cyclos -p Yes the above works

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 09:02 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Cyclos Webapp Trouble (404) Yes the above works perfect. I can log into MySQL in exactly that way. I also double checked the password. Just for grins, do a netstat

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 1/18/2010 10:02 AM, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Cyclos Webapp Trouble (404) Yes the above works perfect. I can log into MySQL in exactly that way. I also double checked

RE: Cyclos Webapp Trouble (404) [solved]

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 09:02 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Cyclos Webapp Trouble (404) Yes the above works perfect. I can log into MySQL in exactly that way. I also double checked the password. Just for grins, do a netstat

RE: Cyclos Webapp Trouble (404)

2010-01-17 Thread Rick Bragg
On Sun, 2010-01-17 at 21:55 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Cyclos Webapp Trouble (404) After following these steps, and restarting tomcat6 I get a 404 error, Also, the database remains empty. As stated before, using a real Tomcat