Re: [appfuse-user] MVN command always Connection Refused

2008-07-30 Thread Kinski
FYI, one of our developers experienced a similar problem on our Windows environment. Here is a breakdown of their experience... mysql "Can't connect to MySQL server on 'localhost' (10061)": Solution: 1- Be sure using the Task manager no mysql process is running as service. 2- Open a DOS prompt

RE: RE: [appfuse-user] MVN command always Connection Refused

2008-07-30 Thread Allan Daños
Thank you very much! *From:* Matt Raible [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, July 30, 2008 11:43 AM *To:* users@appfuse.dev.java.net *Subject:* Re: [appfuse-user] MVN command always Connection Refused It looks like your MySQL database is not running. Can you connect with "mys

Re: [appfuse-user] MVN command always Connection Refused

2008-07-29 Thread Matt Raible
It looks like your MySQL database is not running. Can you connect with "mysql -u root -p" and then hit "Enter" when it prompts for a password? Matt On Tue, Jul 29, 2008 at 11:42 AM, Allan Daños <[EMAIL PROTECTED]> wrote: > Hi, > > > > I tried to create new project using Struts 2 modular archetyp

[appfuse-user] MVN command always Connection Refused

2008-07-29 Thread Allan Daños
Hi, I tried to create new project using Struts 2 modular archetype. Changing into the directory and running 'mvn' command inside the myproject's directory gives this error. It's funny but sometimes there's no error, though lately it's been always like this. Please see the exception logs below