Problem with Maven making internet connection drop out

2008-03-21 Thread Wim Deblauwe
Hi,

I have a problem with running the Atlassian PDK. They use Maven 2. See
http://confluence.atlassian.com/display/DEVNET/How+to+Build+an+Atlassian+Pluginfor
their instructions.

When I try to run mvn idea:idea, everything seems to work for a while, but
then in the midst of the work being done, my internet connection drops out.
I can restore the connection by doing ipconfig /renew. The behaviour is very
consistent with running the maven command. I did not run the command for a
few hours and my internet connection was fine, then everytime I try run mvn
idea:idea, it fails. Running mvn -Pplugin-debug works fine, I got a running
JIRA instance with an empty plugin.

I'm working on Windows XP. Anybody experienced a simular problem? I suspect
that maybe the many, many dependencies have something to do with it?

regards,

Wim


Re: Problem with Maven making internet connection drop out

2008-03-21 Thread Stephen Connolly
Does the same thing happen when building Hudson?

Hudson has such a mad collection of dependencies that it should cause the
same issue for you IMHO.

-Stephen

On Fri, Mar 21, 2008 at 7:54 AM, Wim Deblauwe [EMAIL PROTECTED]
wrote:

 Hi,

 I have a problem with running the Atlassian PDK. They use Maven 2. See

 http://confluence.atlassian.com/display/DEVNET/How+to+Build+an+Atlassian+Pluginfor
 their instructions.

 When I try to run mvn idea:idea, everything seems to work for a while, but
 then in the midst of the work being done, my internet connection drops
 out.
 I can restore the connection by doing ipconfig /renew. The behaviour is
 very
 consistent with running the maven command. I did not run the command for a
 few hours and my internet connection was fine, then everytime I try run
 mvn
 idea:idea, it fails. Running mvn -Pplugin-debug works fine, I got a
 running
 JIRA instance with an empty plugin.

 I'm working on Windows XP. Anybody experienced a simular problem? I
 suspect
 that maybe the many, many dependencies have something to do with it?

 regards,

 Wim



Re: Problem with Maven making internet connection drop out

2008-03-21 Thread Wim Deblauwe
I will try, what is the svn url?

2008/3/21, Stephen Connolly [EMAIL PROTECTED]:

 Does the same thing happen when building Hudson?

 Hudson has such a mad collection of dependencies that it should cause the
 same issue for you IMHO.

 -Stephen

 On Fri, Mar 21, 2008 at 7:54 AM, Wim Deblauwe [EMAIL PROTECTED]
 wrote:


  Hi,
 
  I have a problem with running the Atlassian PDK. They use Maven 2. See
 
 
 http://confluence.atlassian.com/display/DEVNET/How+to+Build+an+Atlassian+Pluginfor
  their instructions.
 
  When I try to run mvn idea:idea, everything seems to work for a while,
 but
  then in the midst of the work being done, my internet connection drops
  out.
  I can restore the connection by doing ipconfig /renew. The behaviour is
  very
  consistent with running the maven command. I did not run the command for
 a
  few hours and my internet connection was fine, then everytime I try run
  mvn
  idea:idea, it fails. Running mvn -Pplugin-debug works fine, I got a
  running
  JIRA instance with an empty plugin.
 
  I'm working on Windows XP. Anybody experienced a simular problem? I
  suspect
  that maybe the many, many dependencies have something to do with it?
 
  regards,
 
  Wim
 



Re: Problem with Maven making internet connection drop out

2008-03-21 Thread Stephen Connolly
it's on cvs

On Fri, Mar 21, 2008 at 8:23 AM, Wim Deblauwe [EMAIL PROTECTED]
wrote:

 I will try, what is the svn url?

 2008/3/21, Stephen Connolly [EMAIL PROTECTED]:
 
  Does the same thing happen when building Hudson?
 
  Hudson has such a mad collection of dependencies that it should cause
 the
  same issue for you IMHO.
 
  -Stephen
 
  On Fri, Mar 21, 2008 at 7:54 AM, Wim Deblauwe [EMAIL PROTECTED]
  wrote:
 
 
   Hi,
  
   I have a problem with running the Atlassian PDK. They use Maven 2. See
  
  
 
 http://confluence.atlassian.com/display/DEVNET/How+to+Build+an+Atlassian+Pluginfor
   their instructions.
  
   When I try to run mvn idea:idea, everything seems to work for a while,
  but
   then in the midst of the work being done, my internet connection drops
   out.
   I can restore the connection by doing ipconfig /renew. The behaviour
 is
   very
   consistent with running the maven command. I did not run the command
 for
  a
   few hours and my internet connection was fine, then everytime I try
 run
   mvn
   idea:idea, it fails. Running mvn -Pplugin-debug works fine, I got a
   running
   JIRA instance with an empty plugin.
  
   I'm working on Windows XP. Anybody experienced a simular problem? I
   suspect
   that maybe the many, many dependencies have something to do with it?
  
   regards,
  
   Wim
  
 



Re: Problem with Maven making internet connection drop out

2008-03-21 Thread Heinrich Nirschl
On Fri, Mar 21, 2008 at 8:54 AM, Wim Deblauwe [EMAIL PROTECTED] wrote:
 Hi,

  I have a problem with running the Atlassian PDK. They use Maven 2. See
  
 http://confluence.atlassian.com/display/DEVNET/How+to+Build+an+Atlassian+Pluginfor
  their instructions.

  When I try to run mvn idea:idea, everything seems to work for a while, but
  then in the midst of the work being done, my internet connection drops out.
  I can restore the connection by doing ipconfig /renew. The behaviour is very
  consistent with running the maven command. I did not run the command for a
  few hours and my internet connection was fine, then everytime I try run mvn
  idea:idea, it fails. Running mvn -Pplugin-debug works fine, I got a running
  JIRA instance with an empty plugin.

  I'm working on Windows XP. Anybody experienced a simular problem? I suspect
  that maybe the many, many dependencies have something to do with it?

  regards,

  Wim


Just a wild guess, you are problably running into the problem that
windows uses just a small number of client ports by default. A typical
error message in that case would be
java.net.BindException: Address already in use: connect

See this knowledge base article how to increase the ports:
http://support.microsoft.com/kb/196271

Henry

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]