RE: Maven b10 hangs on some jars

2004-02-16 Thread Brett Porter
No - sounds like a new one

 -Original Message-
 From: John Casey [mailto:[EMAIL PROTECTED] 
 Sent: Monday, 16 February 2004 5:40 PM
 To: Maven Users List
 Subject: RE: Maven b10 hangs on some jars
 
 
 Off the top of your head, is there any issue I should 
 associate this with?
 
 -j
 
 On Mon, 2004-02-16 at 00:46, Brett Porter wrote:
  That's a reasonable idea. Whack it in JIRA :)
  
  Cheers,
  Brett
  
   -Original Message-
   From: John Casey [mailto:[EMAIL PROTECTED]
   Sent: Monday, 16 February 2004 4:07 PM
   To: Maven Users List
   Subject: RE: Maven b10 hangs on some jars
   
   
   I know this is really late to be mentioning this, but would
   it be possible to mark a site as unreachable for the duration 
   of a build once it can't be reached the first time?  Then, 
   continual failure on the same site for multiple dependencies 
   wouldn't be such a problem...of course, you wouldn't want to 
   mark it unreachable if you received a 404...
   
   Anyway, just food for thought.
   
   -john
   
   On Sun, 2004-02-15 at 21:30, Brett Porter wrote:
I'll take it for a spin when I get a chance with a current
   CVS build
of Maven so it should all be right to go with Maven RC2 
 when it is
released. I'll come over to directory-dev and chat if I 
   have any Q's.

Cheers,
Brett

 -Original Message-
 From: Alex Karasulu [mailto:[EMAIL PROTECTED]
 Sent: Monday, 16 February 2004 1:28 PM
 To: 'Maven Users List'
 Subject: RE: Maven b10 hangs on some jars
 
 
 Yeah unfortunately it blew chunks when I tried it w/ 
 rc1. But I 
 found a way to work around the delay just fine on 
 b10.  You were
 right on about 
 the server being the issue.  It was just shocking to see it 
 hanging over 
 and over again on the same darn jars.  Thought I was 
   going mad.  I
 created and use my own temp repo and maven runs like a
   champion now.
 
 Thanks,
 Alex
 
   --
   John Casey
   [EMAIL PROTECTED]
   CommonJava Open Components Project
   http://www.commonjava.org
   
   
   
 
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
   
 -- 
 John Casey
 [EMAIL PROTECTED]
 CommonJava Open Components Project
 http://www.commonjava.org
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


Maven b10 hangs on some jars

2004-02-15 Thread Alex Karasulu
Hello,

I have a situation where b10 stays hung until a connection times out
trying to resolved dependencies.  The odd thing here is that these
dependencies like others that are resolved just fine are located in
the cache but not in the remote repository.  For example here is the
output from maven for a jar it finds locally but not in the remote
repo:

maven
Error retrieving artifact from
[http://www.ibiblio.org/maven/directory/jars/eve-
frontend-common-api-SNAPSHOT.jar]: java.lang.Exception: Can't get eve-
frontend-common-api-SNAPSHOT.jar to C:\Documents and 
Settings\akarasulu\.maven\repository\
directory\jars\eve-frontend-common-api-SNAPSHOT.jar
Artifact /directory/jars/eve-frontend-common-api-SNAPSHOT.jar doesn't exists

in remote repository, but it exists locally
/maven

eve-frontend-common-api-SNAPSHOT.jar resolves just fine within a second
or so but eve-frontend-listener-spi-SNAPSHOT.jar does not and hangs for
a long time here:

maven
Error retrieving artifact from 
[http://www.ibiblio.org/maven/directory/jars/eve-frontend-listener
-pojo-impl-SNAPSHOT.jar]: java.net.ConnectException: Connection timed out: 
connect Artifact /directory/jars/eve-frontend-listener-pojo-impl-
SNAPSHOT.jar doesn't exists in remote repository, but it exists locally
/maven

Notice the hanging jars show a ConnectionException whereas the ones that
succeed rapidly have the generic java.lang.Exception.

When I take these hanging jars off of the dependencies section 
everything goes through just fine.  When I add them back again then it 
just starts hanging again ultimately blowing the following stack trace:

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:543)
at com.werken.forehead.Forehead.main(Forehead.java:573)
Caused by: java.lang.NoClassDefFoundError:
org/apache/xerces/xni/parser/XMLParse
Exception
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at
org.apache.maven.plugin.PluginCacheManager.parse(PluginCacheManager.j
ava:361)
at
org.apache.maven.plugin.PluginManager.loadJellyScript(PluginManager.j
ava:467)
at
org.apache.maven.MavenSession.loadJellyScript(MavenSession.java:282)
at
org.apache.maven.project.Project.loadJellyScript(Project.java:1530)
at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
375)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
at org.apache.maven.cli.App.doMain(App.java:525)
at org.apache.maven.cli.App.main(App.java:1088)
... 6 more

Question is why would maven pick out these jars and behave differently?
What can I do to get back on track with my development?

Alex




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



RE: Maven b10 hangs on some jars

2004-02-15 Thread Alex Karasulu
Brett,

Would you recommend going to RC1?  As you probably already know we use the 
Avalon meta plugin which for the Merlin component wrappers which is only 
designed to work with b10 that was the reason why I did not make the move 
to RC1.  How much of an effort in your opinion is it to move a plugin 
from b10 to RC1?

Thanks,
Alex

 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED]
 Sent: Sunday, February 15, 2004 5:38 PM
 To: 'Maven Users List'
 Subject: RE: Maven b10 hangs on some jars
 
 Hi Alex,
 
 AFAIK this was fixed in RC1. Even in beta-10, you should only get the long
 pause if the remote site is not contactable.
 
 - Brett
 
  -Original Message-
  From: Alex Karasulu [mailto:[EMAIL PROTECTED]
  Sent: Monday, 16 February 2004 8:21 AM
  To: [EMAIL PROTECTED]
  Subject: Maven b10 hangs on some jars
 
 
  Hello,
 
  I have a situation where b10 stays hung until a connection
  times out trying to resolved dependencies.  The odd thing
  here is that these dependencies like others that are resolved
  just fine are located in the cache but not in the remote
  repository.  For example here is the output from maven for a
  jar it finds locally but not in the remote
  repo:
 
  maven
  Error retrieving artifact from
  [http://www.ibiblio.org/maven/directory/jars/eve-
  frontend-common-api-SNAPSHOT.jar]: java.lang.Exception: Can't
  get eve- frontend-common-api-SNAPSHOT.jar to C:\Documents and
  Settings\akarasulu\.maven\repository\
  directory\jars\eve-frontend-common-api-SNAPSHOT.jar
  Artifact /directory/jars/eve-frontend-common-api-SNAPSHOT.jar
  doesn't exists
 
  in remote repository, but it exists locally
  /maven
 
  eve-frontend-common-api-SNAPSHOT.jar resolves just fine
  within a second or so but
  eve-frontend-listener-spi-SNAPSHOT.jar does not and hangs for
  a long time here:
 
  maven
  Error retrieving artifact from
  [http://www.ibiblio.org/maven/directory/jars/eve-frontend-listener
  -pojo-impl-SNAPSHOT.jar]: java.net.ConnectException:
  Connection timed out:
  connect Artifact /directory/jars/eve-frontend-listener-pojo-impl-
  SNAPSHOT.jar doesn't exists in remote repository, but it
  exists locally /maven
 
  Notice the hanging jars show a ConnectionException whereas
  the ones that succeed rapidly have the generic java.lang.Exception.
 
  When I take these hanging jars off of the dependencies section
  everything goes through just fine.  When I add them back
  again then it
  just starts hanging again ultimately blowing the following
  stack trace:
 
  java.lang.reflect.InvocationTargetException
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at
  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
  java:39)
  at
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
  sorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:324)
  at com.werken.forehead.Forehead.run(Forehead.java:543)
  at com.werken.forehead.Forehead.main(Forehead.java:573)
  Caused by: java.lang.NoClassDefFoundError:
  org/apache/xerces/xni/parser/XMLParse
  Exception
  at
  org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
  at javax.xml.parsers.SAXParser.parse(Unknown Source)
  at
  org.apache.maven.plugin.PluginCacheManager.parse(PluginCacheManager.j
  ava:361)
  at
  org.apache.maven.plugin.PluginManager.loadJellyScript(PluginManager.j
  ava:467)
  at
  org.apache.maven.MavenSession.loadJellyScript(MavenSession.java:282)
  at
  org.apache.maven.project.Project.loadJellyScript(Project.java:1530)
  at
  org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
  375)
  at
  org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
  at org.apache.maven.cli.App.doMain(App.java:525)
  at org.apache.maven.cli.App.main(App.java:1088)
  ... 6 more
 
  Question is why would maven pick out these jars and behave
  differently? What can I do to get back on track with my development?
 
  Alex
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 



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



RE: Maven b10 hangs on some jars

2004-02-15 Thread Brett Porter
Hi Alex,

I haven't really looked into the building of Eve itself. The plugin should
just work on RC1 as there were'nt many changes in the core from beta-10.
Its worth trying.

- Brett

 -Original Message-
 From: Alex Karasulu [mailto:[EMAIL PROTECTED] 
 Sent: Monday, 16 February 2004 11:41 AM
 To: 'Maven Users List'
 Subject: RE: Maven b10 hangs on some jars
 
 
 Brett,
 
 Would you recommend going to RC1?  As you probably already 
 know we use the 
 Avalon meta plugin which for the Merlin component wrappers 
 which is only 
 designed to work with b10 that was the reason why I did not 
 make the move 
 to RC1.  How much of an effort in your opinion is it to move a plugin 
 from b10 to RC1?
 
 Thanks,
 Alex
 


RE: Maven b10 hangs on some jars

2004-02-15 Thread Alex Karasulu
Yeah unfortunately it blew chunks when I tried it w/ rc1.  But I found a 
way to work around the delay just fine on b10.  You were right on about 
the server being the issue.  It was just shocking to see it hanging over 
and over again on the same darn jars.  Thought I was going mad.  I 
created and use my own temp repo and maven runs like a champion now.

Thanks,
Alex

 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED]
 Sent: Sunday, February 15, 2004 8:11 PM
 To: 'Maven Users List'
 Subject: RE: Maven b10 hangs on some jars
 
 Hi Alex,
 
 I haven't really looked into the building of Eve itself. The plugin should
 just work on RC1 as there were'nt many changes in the core from beta-10.
 Its worth trying.
 
 - Brett
 
  -Original Message-
  From: Alex Karasulu [mailto:[EMAIL PROTECTED]
  Sent: Monday, 16 February 2004 11:41 AM
  To: 'Maven Users List'
  Subject: RE: Maven b10 hangs on some jars
 
 
  Brett,
 
  Would you recommend going to RC1?  As you probably already
  know we use the
  Avalon meta plugin which for the Merlin component wrappers
  which is only
  designed to work with b10 that was the reason why I did not
  make the move
  to RC1.  How much of an effort in your opinion is it to move a plugin
  from b10 to RC1?
 
  Thanks,
  Alex
 



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



RE: Maven b10 hangs on some jars

2004-02-15 Thread Brett Porter
I'll take it for a spin when I get a chance with a current CVS build of
Maven so it should all be right to go with Maven RC2 when it is released.
I'll come over to directory-dev and chat if I have any Q's.

Cheers,
Brett

 -Original Message-
 From: Alex Karasulu [mailto:[EMAIL PROTECTED] 
 Sent: Monday, 16 February 2004 1:28 PM
 To: 'Maven Users List'
 Subject: RE: Maven b10 hangs on some jars
 
 
 Yeah unfortunately it blew chunks when I tried it w/ rc1.  
 But I found a 
 way to work around the delay just fine on b10.  You were 
 right on about 
 the server being the issue.  It was just shocking to see it 
 hanging over 
 and over again on the same darn jars.  Thought I was going mad.  I 
 created and use my own temp repo and maven runs like a champion now.
 
 Thanks,
 Alex
 


RE: Maven b10 hangs on some jars

2004-02-15 Thread John Casey
I know this is really late to be mentioning this, but would it be
possible to mark a site as unreachable for the duration of a build once
it can't be reached the first time?  Then, continual failure on the same
site for multiple dependencies wouldn't be such a problem...of course,
you wouldn't want to mark it unreachable if you received a 404...

Anyway, just food for thought.

-john

On Sun, 2004-02-15 at 21:30, Brett Porter wrote:
 I'll take it for a spin when I get a chance with a current CVS build of
 Maven so it should all be right to go with Maven RC2 when it is released.
 I'll come over to directory-dev and chat if I have any Q's.
 
 Cheers,
 Brett
 
  -Original Message-
  From: Alex Karasulu [mailto:[EMAIL PROTECTED] 
  Sent: Monday, 16 February 2004 1:28 PM
  To: 'Maven Users List'
  Subject: RE: Maven b10 hangs on some jars
  
  
  Yeah unfortunately it blew chunks when I tried it w/ rc1.  
  But I found a 
  way to work around the delay just fine on b10.  You were 
  right on about 
  the server being the issue.  It was just shocking to see it 
  hanging over 
  and over again on the same darn jars.  Thought I was going mad.  I 
  created and use my own temp repo and maven runs like a champion now.
  
  Thanks,
  Alex
  
-- 
John Casey
[EMAIL PROTECTED]
CommonJava Open Components Project
http://www.commonjava.org


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



RE: Maven b10 hangs on some jars

2004-02-15 Thread Brett Porter
That's a reasonable idea. Whack it in JIRA :)

Cheers,
Brett

 -Original Message-
 From: John Casey [mailto:[EMAIL PROTECTED] 
 Sent: Monday, 16 February 2004 4:07 PM
 To: Maven Users List
 Subject: RE: Maven b10 hangs on some jars
 
 
 I know this is really late to be mentioning this, but would 
 it be possible to mark a site as unreachable for the duration 
 of a build once it can't be reached the first time?  Then, 
 continual failure on the same site for multiple dependencies 
 wouldn't be such a problem...of course, you wouldn't want to 
 mark it unreachable if you received a 404...
 
 Anyway, just food for thought.
 
 -john
 
 On Sun, 2004-02-15 at 21:30, Brett Porter wrote:
  I'll take it for a spin when I get a chance with a current 
 CVS build 
  of Maven so it should all be right to go with Maven RC2 when it is 
  released. I'll come over to directory-dev and chat if I 
 have any Q's.
  
  Cheers,
  Brett
  
   -Original Message-
   From: Alex Karasulu [mailto:[EMAIL PROTECTED]
   Sent: Monday, 16 February 2004 1:28 PM
   To: 'Maven Users List'
   Subject: RE: Maven b10 hangs on some jars
   
   
   Yeah unfortunately it blew chunks when I tried it w/ rc1.
   But I found a 
   way to work around the delay just fine on b10.  You were 
   right on about 
   the server being the issue.  It was just shocking to see it 
   hanging over 
   and over again on the same darn jars.  Thought I was 
 going mad.  I 
   created and use my own temp repo and maven runs like a 
 champion now.
   
   Thanks,
   Alex
   
 -- 
 John Casey
 [EMAIL PROTECTED]
 CommonJava Open Components Project
 http://www.commonjava.org
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


RE: Maven b10 hangs on some jars

2004-02-15 Thread John Casey
Off the top of your head, is there any issue I should associate this
with?

-j

On Mon, 2004-02-16 at 00:46, Brett Porter wrote:
 That's a reasonable idea. Whack it in JIRA :)
 
 Cheers,
 Brett
 
  -Original Message-
  From: John Casey [mailto:[EMAIL PROTECTED] 
  Sent: Monday, 16 February 2004 4:07 PM
  To: Maven Users List
  Subject: RE: Maven b10 hangs on some jars
  
  
  I know this is really late to be mentioning this, but would 
  it be possible to mark a site as unreachable for the duration 
  of a build once it can't be reached the first time?  Then, 
  continual failure on the same site for multiple dependencies 
  wouldn't be such a problem...of course, you wouldn't want to 
  mark it unreachable if you received a 404...
  
  Anyway, just food for thought.
  
  -john
  
  On Sun, 2004-02-15 at 21:30, Brett Porter wrote:
   I'll take it for a spin when I get a chance with a current 
  CVS build 
   of Maven so it should all be right to go with Maven RC2 when it is 
   released. I'll come over to directory-dev and chat if I 
  have any Q's.
   
   Cheers,
   Brett
   
-Original Message-
From: Alex Karasulu [mailto:[EMAIL PROTECTED]
Sent: Monday, 16 February 2004 1:28 PM
To: 'Maven Users List'
Subject: RE: Maven b10 hangs on some jars


Yeah unfortunately it blew chunks when I tried it w/ rc1.
But I found a 
way to work around the delay just fine on b10.  You were 
right on about 
the server being the issue.  It was just shocking to see it 
hanging over 
and over again on the same darn jars.  Thought I was 
  going mad.  I 
created and use my own temp repo and maven runs like a 
  champion now.

Thanks,
Alex

  -- 
  John Casey
  [EMAIL PROTECTED]
  CommonJava Open Components Project
  http://www.commonjava.org
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
-- 
John Casey
[EMAIL PROTECTED]
CommonJava Open Components Project
http://www.commonjava.org


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