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 pas

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.

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 pas

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 abo

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 i

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) > >>

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

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+cycl

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" sect

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 ab

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 actua

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

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 ther

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 installa

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 André Warnier
Rick Bragg wrote: ... I think maybe my JDBC permissions are not quite right, or there is something with the driver, but I'm not sure... A very quick way to see if the security manager has anything to do with this, is to turn it off temporarily. Undr Ubuntu, if it is like Debian, there is prob

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

RE: Cyclos Webapp Trouble (404)

2010-01-17 Thread Caldarale, Charles R
> 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 download from tomcat.apache.org, installing the most recent GA v