Re: Maven hangs after lock file

2017-05-03 Thread Daniel Watrous
I updated that question to include a thread dump, but I’m still unsure how to track this back to a resolution. On 5/2/17, 4:40 PM, "Daniel Watrous" wrote: Hi, I posted an issue to stackoverflow, then I thought this list might be the best place to get

Maven hangs after lock file

2017-05-02 Thread Daniel Watrous
Hi, I posted an issue to stackoverflow, then I thought this list might be the best place to get some feedback: http://stackoverflow.com/questions/43747117/maven-can-create-folders-and-lock-file-but-hangs-while-downloading Any idea why maven would hang when it tries to download dependencies?

Re: Maven hangs while using hsqldb and eclipselink

2012-12-24 Thread Ron Wheeler
It looks like your test is hanging inside your code. What is your question? Ron On 21/12/2012 4:52 PM, Giovanni Azua wrote: Hello, My pom includes the dependencies and versions shown below. I get Maven hanging in the middle of a test. When I investigate what's going on using jps and

Maven hangs while using hsqldb and eclipselink

2012-12-21 Thread Giovanni Azua
Hello, My pom includes the dependencies and versions shown below. I get Maven hanging in the middle of a test. When I investigate what's going on using jps and jstack I get the following results which looks like an issue with hsqldb . TIA, Best regards, Giovanni dependencies

What diagnostic action to take when Maven hangs ?

2012-10-09 Thread Stephane-3
Stephane -- View this message in context: http://maven.40175.n5.nabble.com/What-diagnostic-action-to-take-when-Maven-hangs-tp5725345.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: What diagnostic action to take when Maven hangs ?

2012-10-09 Thread Ron Wheeler
Thanks Stephane -- View this message in context: http://maven.40175.n5.nabble.com/What-diagnostic-action-to-take-when-Maven-hangs-tp5725345.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe

Re: What diagnostic action to take when Maven hangs ?

2012-10-09 Thread Curtis Rueden
stuck trying to run some integration tests http://forum.springsource.org/showthread.php?130859-Maven-build-hangs-on-simple-Roo-scriptp=426888posted=1#post426888 Thanks Stephane -- View this message in context: http://maven.40175.n5.nabble.com/What-diagnostic-action-to-take-when-Maven-hangs

Re: What diagnostic action to take when Maven hangs ?

2012-10-09 Thread Ron Wheeler
#post426888 Thanks Stephane -- View this message in context: http://maven.40175.n5.nabble.com/What-diagnostic-action-to-take-when-Maven-hangs-tp5725345.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: What diagnostic action to take when Maven hangs ?

2012-10-09 Thread Stephane-3
schema. And this Maven project builds fine. But not the Roo one. -- View this message in context: http://maven.40175.n5.nabble.com/What-diagnostic-action-to-take-when-Maven-hangs-tp5725345p5725358.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: What diagnostic action to take when Maven hangs ?

2012-10-09 Thread Ron Wheeler
: http://maven.40175.n5.nabble.com/What-diagnostic-action-to-take-when-Maven-hangs-tp5725345p5725358.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: What diagnostic action to take when Maven hangs ?

2012-10-09 Thread Curtis Rueden
builds fine. But not the Roo one. -- View this message in context: http://maven.40175.n5.nabble.com/What-diagnostic-action-to-take-when-Maven-hangs-tp5725345p5725358.html Sent from the Maven - Users mailing list archive at Nabble.com

Maven hangs downloading artifacts

2011-12-13 Thread Paul Johnston
Hi, I'm having terrible trouble with Maven hanging while downloading artifacts. It randomly stops mid-download. Usually, cancelling with ctrl-C and re-running results in success, and I often have to do that two or three times to get a successful build. Annoying but acceptable. However, sometimes

RE: Maven hangs downloading artifacts

2011-12-13 Thread Knut Aksnes-NOR
Johnston [mailto:paul.johns...@pentest.co.uk] Sent: 13. desember 2011 15:40 To: users@maven.apache.org Subject: Maven hangs downloading artifacts Hi, I'm having terrible trouble with Maven hanging while downloading artifacts. It randomly stops mid-download. Usually, cancelling with ctrl-C and re

Re: Maven hangs downloading artifacts

2011-12-13 Thread Ron Wheeler
Get yourself a repo system. Working with Maven without a repo is a really tedious way to work. We got Nexus a few years ago and it really improved our use of Maven and speeded up our builds tremendously. It also allows you to fix licensing problems with some common libraries. Ron On

Re: Maven hangs downloading artifacts

2011-12-13 Thread Paul Johnston
Hi, It was AVG anti-virus! Disabled that and it works fine. BTW, I had been experimenting with a local Artifactory repository, and was still having the same problem. Now I just need to work out how to have Maven work, without exposing myself to viruses! Thanks for your help, Paul On

Re: selenium testing with maven hangs b/c of http 500 error

2007-09-02 Thread Dan Tran
for my case the test ends in Build Failure and Continuum hangs :( -D On 9/1/07, Maria Odea Ching [EMAIL PROTECTED] wrote: I haven't tried running it in Continuum, just from the command-line.. But from the command-line though, the test still finishes with test failures and ends in a Build

Re: selenium testing with maven hangs b/c of http 500 error

2007-09-01 Thread Maria Odea Ching
I haven't tried running it in Continuum, just from the command-line.. But from the command-line though, the test still finishes with test failures and ends in a Build Failure. -Deng Dan Tran wrote: actually, my continuum box ( 1.0.3 with windows ) hang due to open browsers, not the selenium

selenium testing with maven hangs b/c of http 500 error

2007-08-31 Thread Dan Tran
First, I believe this question may not relate to maven, but I believe lot of users on this forum use Selenium for webtesting. I am running into a problem where selenium server does not shut down b/c a webtest encounters a http 500 error. I use a combination of selenium-maven-plugin, cargo for

Re: selenium testing with maven hangs b/c of http 500 error

2007-08-31 Thread Farrukh Najmi
Dan Tran wrote: First, I believe this question may not relate to maven, but I believe lot of users on this forum use Selenium for webtesting. I am running into a problem where selenium server does not shut down b/c a webtest encounters a http 500 error. I use a combination of

Re: selenium testing with maven hangs b/c of http 500 error

2007-08-31 Thread Dan Tran
the HTTP 500 comes from my tomcat throwst back to selenium web browser due to a application error. However once in that mode, the browser does not terminate itself just like any other test. My test case's tearDown does instruct Selenium to close its session, however since the browser does not

Re: selenium testing with maven hangs b/c of http 500 error

2007-08-31 Thread Maria Odea Ching
Hi Dan, This is just from my experience with selenium.. The browser is never closed whenever there is a problem (like the HTTP 500), and there have been times when I've been left with 20+ Firefox windows open :-( What I usually do is just figure out what the cause of the problem and fix it

Re: selenium testing with maven hangs b/c of http 500 error

2007-08-31 Thread Dan Tran
a, i am stucked then. and your selenium hangs as well? Thanks -D On 8/31/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi Dan, This is just from my experience with selenium.. The browser is never closed whenever there is a problem (like the HTTP 500), and there have been times when

Re: selenium testing with maven hangs b/c of http 500 error

2007-08-31 Thread Dan Tran
actually, my continuum box ( 1.0.3 with windows ) hang due to open browsers, not the selenium server. any solution to this? -D On 8/31/07, Dan Tran [EMAIL PROTECTED] wrote: a, i am stucked then. and your selenium hangs as well? Thanks -D On 8/31/07, Maria Odea Ching [EMAIL

RE: Maven hangs during multiproject site generation - no error messages

2004-07-16 Thread Marcin Werla
is it attempting to prompt for user input? Maybe running SSH or CVS? No - it is not attempting for user input. I'm starting maven remotely through ssh session on my build server. May this be a cause? - Marcin Werla smime.p7s Description: S/MIME cryptographic signature

Maven hangs during multiproject site generation - no error messages

2004-06-03 Thread Marcin Werla
Hi, I have a mavenized project which consists of seven subprojects. During multiproject:site generation (started on RedHat 9.0) maven quite often hangs while generating one of subprojects site. It happens in different subprojects, so it is not fault of one of subprojects. What more - when I

Re: Maven hangs during multiproject site generation - no error messages

2004-06-03 Thread Jerome Lacoste
On Thu, 2004-06-03 at 02:49, Marcin Werla wrote: Hi, I have a mavenized project which consists of seven subprojects. During multiproject:site generation (started on RedHat 9.0) maven quite often hangs while generating one of subprojects site. It happens in different subprojects, so it is

Re: maven hangs

2003-06-26 Thread Ben Walding
It's overloaded. Probably... there is about a 3-4M / project leak in the reactor. Jason has fixed it, but the changes aren't checked in yet. It is the major blocker which is holding up rc1. What do the reactor memory read outs look like? (That all being said, it shouldn't hang... can you

Re: maven hangs

2003-06-26 Thread Kristine Weissbarth
Thanks for the reply. But what exactly are the reactor memory read outs? Where can I find them? And how can I get the thread dump of the jvm under Linux? I tried ctrl \ but nothing happened. Thanks. Am Don, 2003-06-26 um 11.32 schrieb Ben Walding: It's overloaded. Probably... there is

Re: maven hangs

2003-06-26 Thread Kristine Weissbarth
. Regards, Vipul - Original Message - From: Kristine Weissbarth [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 10:31 AM Subject: maven hangs hi, my projects structure looks something like that with a lot of subprojects: project

Re: maven hangs

2003-06-26 Thread Kristine Weissbarth
I think I got the thread dump of the jvm, I just had to wait. But it doesn't tell me anything I understand either that help me. What do you think? ---start Full thread dump Java HotSpot(TM) Client VM (1.4.0_03-b04 mixed mode): process forker daemon prio=1 tid=0x0x857e6f0