m2Eclipse 0.9.8 can't download my nexus 1.3.3 index. >100% downloaded?

View: New views
11 Messages — Rating Filter:   Alert me  

m2Eclipse 0.9.8 can't download my nexus 1.3.3 index. >100% downloaded?

by mathew_pl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi again ;)

I'm not sure if I'm asking in the proper mailing list, but my problem
is somehow connected with Nexus...

After upgrading my m2eclipse plugin to latest 0.9.8 version I cannot
download my Nexus (1.3.3 OSS) public group index.
When I add index, Eclipse starts downloading it and can't finish ;) I
can see that it has already downloaded more than 1005% ;)
After some time there is a log

30.05.09 13:55:11 CEST: Downloaded [2b8bc4668ada9307834a8c9dfb9182e6]
-> https://www.********/repo/content/groups/public/.index/nexus-maven-repository-index.gz
30.05.09 13:55:11 CEST: Unable to update index for My Proxy Repo

Here are versions of installed plugins in my current Eclipse (galileo rc1):

  Java EE IDE Package 1.1.0 epp.package.jee
  Maven Central repository index
(Optional) 0.9.7.200902090947 org.maven.ide.eclipse.central.feature.feature.group
  Maven Doxia Editors
(Optional) 0.9.8.200905041414 org.maven.ide.eclipse.doxia.feature.feature.group
  Maven Embedder 2.1.0.20080530-2300 org.maven.ide.components.maven_embedder.feature.feature.group
  Maven Integration for Eclipse
(Required) 0.9.8.200905041414 org.maven.ide.eclipse.feature.feature.group
  Maven Integration for WTP
(Optional) 0.9.8.200905041414 org.maven.ide.eclipse.wtp.feature.feature.group
  Maven issue tracking configurator for Mylyn
(Optional) 0.9.5.20080717-1821 org.maven.ide.eclipse.mylyn.feature.feature.group
  Maven issue tracking configurator for Mylyn 3.x
(Optional) 0.9.8.200905041414 org.maven.ide.eclipse.mylyn3.feature.feature.group
  Maven POM Editor
(Optional) 0.9.8.200905041414 org.maven.ide.eclipse.editor.feature.feature.group
  Maven POM XML Editor
(Optional) 0.9.8.200905041414 org.maven.ide.eclipse.editor.xml.feature.feature.group
  Maven SCM Integration
(Optional) 0.9.8.200905041414 org.maven.ide.eclipse.scm.feature.feature.group
  Maven: The Definitive Guide book
(Optional) 0.9.8.200905041414 org.maven.ide.eclipse.book.feature.feature.group

What's more interesting for me that after upgrading m2Eclipse
downloads nexus-repository-index.gz rather than
nexus-repository-index.zip.
Did somethhing change with indexes structure or download way recently?

Regards,
Matthew

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: m2Eclipse 0.9.8 can't download my nexus 1.3.3 index. >100% downloaded?

by Rich Seddon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


The indexer was upgraded in M2Eclipse 0.9.8, it now supports  
downloading incremental index updates from Nexus.

As part of this change the index format changed, so that is why you  
see it downloading "nexus-repository-index.gz".

This is the first time I've heard of a failure like this.  1005%  
sounds a bit high. :-)

Are there any errors in your eclipse log (workspace/.metadata/.log) ?


Rich

On May 30, 2009, at 5:06 AM, Mateusz Grzechociński wrote:

> Hi again ;)
>
> I'm not sure if I'm asking in the proper mailing list, but my problem
> is somehow connected with Nexus...
>
> After upgrading my m2eclipse plugin to latest 0.9.8 version I cannot
> download my Nexus (1.3.3 OSS) public group index.
> When I add index, Eclipse starts downloading it and can't finish ;) I
> can see that it has already downloaded more than 1005% ;)
> After some time there is a log
>
> 30.05.09 13:55:11 CEST: Downloaded [2b8bc4668ada9307834a8c9dfb9182e6]
> -> https://www.********/repo/content/groups/public/.index/nexus-maven-repository-index.gz
> 30.05.09 13:55:11 CEST: Unable to update index for My Proxy Repo
>
> Here are versions of installed plugins in my current Eclipse  
> (galileo rc1):
>
>  Java EE IDE Package 1.1.0 epp.package.jee
>  Maven Central repository index
> (Optional) 0.9.7.200902090947
> org.maven.ide.eclipse.central.feature.feature.group
>  Maven Doxia Editors
> (Optional) 0.9.8.200905041414
> org.maven.ide.eclipse.doxia.feature.feature.group
>  Maven Embedder 2.1.0.20080530-2300
> org.maven.ide.components.maven_embedder.feature.feature.group
>  Maven Integration for Eclipse
> (Required) 0.9.8.200905041414
> org.maven.ide.eclipse.feature.feature.group
>  Maven Integration for WTP
> (Optional) 0.9.8.200905041414
> org.maven.ide.eclipse.wtp.feature.feature.group
>  Maven issue tracking configurator for Mylyn
> (Optional) 0.9.5.20080717-1821
> org.maven.ide.eclipse.mylyn.feature.feature.group
>  Maven issue tracking configurator for Mylyn 3.x
> (Optional) 0.9.8.200905041414
> org.maven.ide.eclipse.mylyn3.feature.feature.group
>  Maven POM Editor
> (Optional) 0.9.8.200905041414
> org.maven.ide.eclipse.editor.feature.feature.group
>  Maven POM XML Editor
> (Optional) 0.9.8.200905041414
> org.maven.ide.eclipse.editor.xml.feature.feature.group
>  Maven SCM Integration
> (Optional) 0.9.8.200905041414
> org.maven.ide.eclipse.scm.feature.feature.group
>  Maven: The Definitive Guide book
> (Optional) 0.9.8.200905041414
> org.maven.ide.eclipse.book.feature.feature.group
>
> What's more interesting for me that after upgrading m2Eclipse
> downloads nexus-repository-index.gz rather than
> nexus-repository-index.zip.
> Did somethhing change with indexes structure or download way recently?
>
> Regards,
> Matthew
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: m2Eclipse 0.9.8 can't download my nexus 1.3.3 index. >100% downloaded?

by mathew_pl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/6/1 Richard Seddon <rseddon@...>
>
> The indexer was upgraded in M2Eclipse 0.9.8, it now supports downloading incremental index updates from Nexus.
> As part of this change the index format changed, so that is why you see it downloading "nexus-repository-index.gz"

Ok, is there any way to force m2Eclipse to download
nexus-repository-index.zip index? Maybe nexus-repository-index.gz is
corrupted somehow.
I've read on sonatype blog that support for incremental indexing will
be available since Nexus 1.4.
I have 1.3.3 OSS installed, but why do I have *.gz index file in
.index folder of my repository? Nexus has created it?

My nexus.properties looks like:

#Mon Jun 01 02:09:28 GMT+01:00 2009
nexus.index.time=20090531230323.247 +0000
nexus.index.id=public-remote

As u can see, there is no information that it's and incremental index.
In my opinion m2Eclipse should download nexus-repository-index.zip
rather than much smaller nexus-repository-index.gz index.

> This is the first time I've heard of a failure like this.  1005% sounds a bit high. :-)

Yes, that's really strange. I thought that something goes wrong with
my Nexus instance but i tried to download index of  r.a.o
(repository.apache.org) from m2eclipse 0.9.8 and it seems corrupted
too. It only shows me one artifact -
org.apache.maven.maven-patch-plugin... Is m2eclipse 0.9.8 100%
compatible with Nexus 1.3.3 and earlier? (rao uses 1.3.1 I guess).

> Are there any errors in your eclipse log (workspace/.metadata/.log) ?

Unfortunately, no logs about m2eclipse/repo/nexus/index errors found.
Only mylyn shows some stacktraces but that's not the couse I think.

--
Regards,
Matthew

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: m2Eclipse 0.9.8 can't download my nexus 1.3.3 index. >100% downloaded?

by Rich Seddon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

It turns out that index on repository.apache.org was broken due to a  
bug in Nexus 1.3.1 (which  was fixed in 1.3.1.1).

It's been re-indexed, so it should work now.

I'm not sure if that would have anything to do with your problem, but  
is it possible for you to run re-index job on your nexus install?

If nothing else, we can eliminate that as a possible source of the  
problem.

Rich

On Jun 1, 2009, at 8:18 AM, Mateusz Grzechociński wrote:

> 2009/6/1 Richard Seddon <rseddon@...>
>>
>> The indexer was upgraded in M2Eclipse 0.9.8, it now supports  
>> downloading incremental index updates from Nexus.
>> As part of this change the index format changed, so that is why you  
>> see it downloading "nexus-repository-index.gz"
>
> Ok, is there any way to force m2Eclipse to download
> nexus-repository-index.zip index? Maybe nexus-repository-index.gz is
> corrupted somehow.
> I've read on sonatype blog that support for incremental indexing will
> be available since Nexus 1.4.
> I have 1.3.3 OSS installed, but why do I have *.gz index file in
> .index folder of my repository? Nexus has created it?
>
> My nexus.properties looks like:
>
> #Mon Jun 01 02:09:28 GMT+01:00 2009
> nexus.index.time=20090531230323.247 +0000
> nexus.index.id=public-remote
>
> As u can see, there is no information that it's and incremental index.
> In my opinion m2Eclipse should download nexus-repository-index.zip
> rather than much smaller nexus-repository-index.gz index.
>
>> This is the first time I've heard of a failure like this.  1005%  
>> sounds a bit high. :-)
>
> Yes, that's really strange. I thought that something goes wrong with
> my Nexus instance but i tried to download index of  r.a.o
> (repository.apache.org) from m2eclipse 0.9.8 and it seems corrupted
> too. It only shows me one artifact -
> org.apache.maven.maven-patch-plugin... Is m2eclipse 0.9.8 100%
> compatible with Nexus 1.3.3 and earlier? (rao uses 1.3.1 I guess).
>
>> Are there any errors in your eclipse log (workspace/.metadata/.log) ?
>
> Unfortunately, no logs about m2eclipse/repo/nexus/index errors found.
> Only mylyn shows some stacktraces but that's not the couse I think.
>
> --
> Regards,
> Matthew
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: m2Eclipse 0.9.8 can't download my nexus 1.3.3 index. >100% downloaded?

by mathew_pl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Richard, thanks for your reply...

2009/6/1 Richard Seddon <rseddon@...>:
> It turns out that index on repository.apache.org was broken due to a bug in
> Nexus 1.3.1 (which  was fixed in 1.3.1.1).
> It's been re-indexed, so it should work now.

Yes, now it works pretty well.

> I'm not sure if that would have anything to do with your problem, but is it
> possible for you to run re-index job on your nexus install?

I did, here is the log after presing re-index on "public group" whihc
contains 4-5 release repositories (some are proxied, some are hosted):
2009-06-01 19:20:45 INFO  [ool-1-thread-13] -
o.s.n.f.FeedRecorder:default  - Reindexing repository group Public
Repositories from path / and below. : Process started on Mon Jun 01
19:20:45 GMT+01:00 2009, not yet finished.
2009-06-01 19:21:20 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Cascading merge of group indexes for
group 'public', where repository 'binaries' is member.
2009-06-01 19:21:27 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Cascading merge of group indexes for
group 'public', where repository 'external' is member.
2009-06-01 19:21:28 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Trying to get remote index for
repository central
2009-06-01 19:21:28 INFO  [ool-1-thread-13] -
o.s.n.p.r.Repository:maven2   - Expiring local cache in repository
ID='central' from path='/.index'
2009-06-01 19:21:28 INFO  [ool-1-thread-13] -
o.s.n.p.r.Repository:maven2   - Clearing NFC cache in repository
ID='central' from path='/.index'
2009-06-01 19:21:29 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Remote indexes unchanged (no update
needed) for repository central
2009-06-01 19:21:29 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Cascading merge of group indexes for
group 'public', where repository 'central' is member.
2009-06-01 19:22:30 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Trying to get remote index for
repository jboss
2009-06-01 19:22:30 INFO  [ool-1-thread-13] -
o.s.n.p.r.Repository:maven2   - Expiring local cache in repository
ID='jboss' from path='/.index'
2009-06-01 19:22:30 INFO  [ool-1-thread-13] -
o.s.n.p.r.Repository:maven2   - Clearing NFC cache in repository
ID='jboss' from path='/.index'
2009-06-01 19:22:30 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Remote indexes unchanged (no update
needed) for repository jboss
2009-06-01 19:22:30 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Cascading merge of group indexes for
group 'public', where repository 'jboss' is member.
2009-06-01 19:22:53 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Trying to get remote index for
repository codehause-binaries
2009-06-01 19:22:53 INFO  [ool-1-thread-13] -
o.s.n.p.r.Repository:maven2   - Expiring local cache in repository
ID='codehause-binaries' from path='/.index'
2009-06-01 19:22:53 INFO  [ool-1-thread-13] -
o.s.n.p.r.Repository:maven2   - Clearing NFC cache in repository
ID='codehause-binaries' from path='/.index'
2009-06-01 19:22:53 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Remote indexes unchanged (no update
needed) for repository codehause-binaries
2009-06-01 19:22:53 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Cascading merge of group indexes for
group 'public', where repository 'codehause-binaries' is member.
2009-06-01 19:23:22 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Cascading merge of group indexes for
group 'public', where repository 'site' is member.
2009-06-01 19:23:41 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Cascading merge of group indexes for
group 'public', where repository 'prime-repo' is member.
2009-06-01 19:24:01 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Publishing best index for repository
binaries
2009-06-01 19:24:02 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Publishing best index for
repositoryexternal
2009-06-01 19:24:02 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Publishing best index for repository
central
2009-06-01 19:25:28 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Publishing best index for repository
jboss
2009-06-01 19:25:34 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Publishing best index for repository
codehause-binaries
2009-06-01 19:25:40 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Publishing best index for repository
site
2009-06-01 19:25:40 INFO  [ool-1-thread-13] -
o.s.n.i.IndexerMana~:default  - Publishing best index for repository
prime-repo

After that I've downloaded new eclipse galileo, installed fresh
m2eclipse 0.9.8 and tried to add index for group repository.
Unfortunately, it still doesn't work. m2eclipse starts downloading
index very quickly and percent counter reaches 100% after few second
and doesn't stop. Depending on bandwitch it takes him about 1-2
minutes to reach about 1020% and say 'Unable to donwload ***.gz'. I'm
afraid there is something wrong with my nexus instance.

No matter what repository I choose, every time is the same. Maybe
there is a problem with Nexus 1.3.3? Why does it publish *.gz format
if it doesn't support incremental indexes?

Please help.

Regards,
Matthew



>
> On Jun 1, 2009, at 8:18 AM, Mateusz Grzechociński wrote:
>
>> 2009/6/1 Richard Seddon <rseddon@...>
>>>
>>> The indexer was upgraded in M2Eclipse 0.9.8, it now supports downloading
>>> incremental index updates from Nexus.
>>> As part of this change the index format changed, so that is why you see
>>> it downloading "nexus-repository-index.gz"
>>
>> Ok, is there any way to force m2Eclipse to download
>> nexus-repository-index.zip index? Maybe nexus-repository-index.gz is
>> corrupted somehow.
>> I've read on sonatype blog that support for incremental indexing will
>> be available since Nexus 1.4.
>> I have 1.3.3 OSS installed, but why do I have *.gz index file in
>> .index folder of my repository? Nexus has created it?
>>
>> My nexus.properties looks like:
>>
>> #Mon Jun 01 02:09:28 GMT+01:00 2009
>> nexus.index.time=20090531230323.247 +0000
>> nexus.index.id=public-remote
>>
>> As u can see, there is no information that it's and incremental index.
>> In my opinion m2Eclipse should download nexus-repository-index.zip
>> rather than much smaller nexus-repository-index.gz index.
>>
>>> This is the first time I've heard of a failure like this.  1005% sounds a
>>> bit high. :-)
>>
>> Yes, that's really strange. I thought that something goes wrong with
>> my Nexus instance but i tried to download index of  r.a.o
>> (repository.apache.org) from m2eclipse 0.9.8 and it seems corrupted
>> too. It only shows me one artifact -
>> org.apache.maven.maven-patch-plugin... Is m2eclipse 0.9.8 100%
>> compatible with Nexus 1.3.3 and earlier? (rao uses 1.3.1 I guess).
>>
>>> Are there any errors in your eclipse log (workspace/.metadata/.log) ?
>>
>> Unfortunately, no logs about m2eclipse/repo/nexus/index errors found.
>> Only mylyn shows some stacktraces but that's not the couse I think.
>>
>> --
>> Regards,
>> Matthew
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>
>



--
Pozdrawiam,
Mateusz Grzechociński

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: m2Eclipse 0.9.8 can't download my nexus 1.3.3 index. >100% downloaded?

by mathew_pl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Oh I forgot, sorry...

here is the log from eclipse. I tried to update index for mydomain.com
and then rao. As U can see rao index was successfully downloaded while
mydomain.com not. What it '2b8bc4668ada9307834a8c9dfb9182e6' ? It is
sme kind od checksum? Maybe here is the problem...

01.06.09 21:49:40 CEST: Updating index
https://mydomain.com/repo/content/groups/public/
01.06.09 21:49:48 CEST: Downloading 2b8bc4668ada9307834a8c9dfb9182e6 :
nexus-maven-repository-index.gz
01.06.09 21:53:46 CEST: Downloaded [2b8bc4668ada9307834a8c9dfb9182e6]
-> https://mydomain.com/repo/content/groups/public/.index/nexus-maven-repository-index.gz
01.06.09 21:53:46 CEST: Unable to update index for
https://mydomain.com/repo/content/groups/public/
01.06.09 21:53:47 CEST: Updating index
https://repository.apache.org/content/groups/public/
01.06.09 21:53:48 CEST: Downloading 91197a8bb0989a16cfc3817d7e7721e1 :
nexus-maven-repository-index.gz
01.06.09 21:53:52 CEST: Downloaded [91197a8bb0989a16cfc3817d7e7721e1]
-> https://repository.apache.org/content/groups/public/.index/nexus-maven-repository-index.gz
01.06.09 21:53:56 CEST: Updated index for
https://repository.apache.org/content/groups/public/ Mon Jun 01
17:58:18 CEST 2009

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: m2Eclipse 0.9.8 can't download my nexus 1.3.3 index. >100% downloaded?

by Damian Bradicich :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Mateusz, in nexus 1.3 we started using the new .gz index format, although nexus isn't currently able to download the incremental index portions, it can download (and properly process) the full .gz index that is now being published by nexus (and the nexus-indexer) or the .zip legacy file that is available in places that use pre-2.0.0 indexer.
 
So the .gz extension isn't directly tied to supporting incremental updates.  When you reindexed your public group earlier, did you wait for the reindex to finish before attempting to download with m2eclipse again, and did the task complete successfully (you can check via the System Changes in feed in the UI) ?  I'm just curious if the reindex task wasn't yet complete or failed.
 
Thanks
Damian

2009/6/1 Mateusz Grzechociński <mateusz@...>
Oh I forgot, sorry...

here is the log from eclipse. I tried to update index for mydomain.com
and then rao. As U can see rao index was successfully downloaded while
mydomain.com not. What it '2b8bc4668ada9307834a8c9dfb9182e6' ? It is
sme kind od checksum? Maybe here is the problem...

01.06.09 21:49:40 CEST: Updating index
https://mydomain.com/repo/content/groups/public/
01.06.09 21:49:48 CEST: Downloading 2b8bc4668ada9307834a8c9dfb9182e6 :
nexus-maven-repository-index.gz
01.06.09 21:53:46 CEST: Downloaded [2b8bc4668ada9307834a8c9dfb9182e6]
-> https://mydomain.com/repo/content/groups/public/.index/nexus-maven-repository-index.gz
01.06.09 21:53:46 CEST: Unable to update index for
https://mydomain.com/repo/content/groups/public/
01.06.09 21:53:47 CEST: Updating index
https://repository.apache.org/content/groups/public/
01.06.09 21:53:48 CEST: Downloading 91197a8bb0989a16cfc3817d7e7721e1 :
nexus-maven-repository-index.gz
01.06.09 21:53:52 CEST: Downloaded [91197a8bb0989a16cfc3817d7e7721e1]
-> https://repository.apache.org/content/groups/public/.index/nexus-maven-repository-index.gz
01.06.09 21:53:56 CEST: Updated index for
https://repository.apache.org/content/groups/public/ Mon Jun 01
17:58:18 CEST 2009

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...



Re: m2Eclipse 0.9.8 can't download my nexus 1.3.3 index. >100% downloaded?

by mathew_pl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

W dniu 1 czerwca 2009 23:16 użytkownik Damian Bradicich
<dbradicich@...> napisał:
> Hi Mateusz, in nexus 1.3 we started using the new .gz index format, although
> nexus isn't currently able to download the incremental index portions, it
> can download (and properly process) the full .gz index that is now being
> published by nexus (and the nexus-indexer) or the .zip legacy file that is
> available in places that use pre-2.0.0 indexer.

Ok, so tha't clear.

> So the .gz extension isn't directly tied to supporting incremental updates.
> When you reindexed your public group earlier, did you wait for the reindex
> to finish before attempting to download with m2eclipse again, and did the
> task complete successfully (you can check via the System Changes in feed in
> the UI) ?

Of course, I did wait. In system feeds I can see that process has end
up after 5 minuts after the launch. I'm really confused what could be
a problem... What could be a reason of message 'Unable to update index
for ***' ? Is there any additional log? Could the problem be with
https:// connection? Whe does it count donwlaoded parts of the fil in
percent > 100%???

I have only chagned /nexus to /repo and scured the connection of my
default Nexus installation and cannot figure out that's the problem...

Regards,
Matthew

>
> 2009/6/1 Mateusz Grzechociński <mateusz@...>
>>
>> Oh I forgot, sorry...
>>
>> here is the log from eclipse. I tried to update index for mydomain.com
>> and then rao. As U can see rao index was successfully downloaded while
>> mydomain.com not. What it '2b8bc4668ada9307834a8c9dfb9182e6' ? It is
>> sme kind od checksum? Maybe here is the problem...
>>
>> 01.06.09 21:49:40 CEST: Updating index
>> https://mydomain.com/repo/content/groups/public/
>> 01.06.09 21:49:48 CEST: Downloading 2b8bc4668ada9307834a8c9dfb9182e6 :
>> nexus-maven-repository-index.gz
>> 01.06.09 21:53:46 CEST: Downloaded [2b8bc4668ada9307834a8c9dfb9182e6]
>> ->
>> https://mydomain.com/repo/content/groups/public/.index/nexus-maven-repository-index.gz
>> 01.06.09 21:53:46 CEST: Unable to update index for
>> https://mydomain.com/repo/content/groups/public/
>> 01.06.09 21:53:47 CEST: Updating index
>> https://repository.apache.org/content/groups/public/
>> 01.06.09 21:53:48 CEST: Downloading 91197a8bb0989a16cfc3817d7e7721e1 :
>> nexus-maven-repository-index.gz
>> 01.06.09 21:53:52 CEST: Downloaded [91197a8bb0989a16cfc3817d7e7721e1]
>> ->
>> https://repository.apache.org/content/groups/public/.index/nexus-maven-repository-index.gz
>> 01.06.09 21:53:56 CEST: Updated index for
>> https://repository.apache.org/content/groups/public/ Mon Jun 01
>> 17:58:18 CEST 2009
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>
>



--
Pozdrawiam,
Mateusz Grzechociński

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: m2Eclipse 0.9.8 can't download my nexus 1.3.3 index. >100% downloaded?

by mathew_pl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok folks, now there is a light at the end of the tunnel ;)
When I get back to .metadata/log it turnes out that:


!ENTRY org.maven.ide.eclipse 4 0 2009-06-01 21:53:46.984
!MESSAGE Unable to update index for
https://www.javart.com.pl/repo/content/groups/public/
!STACK 1
org.eclipse.core.runtime.CoreException: Error updating index
        at org.maven.ide.eclipse.internal.index.NexusIndexManager.fetchAndUpdateIndex(NexusIndexManager.java:547)
        at org.maven.ide.eclipse.index.IndexManager$UpdateCommand.run(IndexManager.java:427)
        at org.maven.ide.eclipse.index.IndexManager$IndexUpdaterJob.run(IndexManager.java:561)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException: Not in GZIP format
        at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:137)
        at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:58)
        at org.sonatype.nexus.index.updater.IndexDataReader.<init>(IndexDataReader.java:40)
        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.unpackIndexData(DefaultIndexUpdater.java:511)
        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.loadIndexDirectory(DefaultIndexUpdater.java:219)
        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:134)
        at org.maven.ide.eclipse.internal.index.NexusIndexManager.fetchAndUpdateIndex(NexusIndexManager.java:533)
        ... 3 more
!SUBENTRY 1 org.maven.ide.eclipse 4 -1 2009-06-01 21:53:46.984
!MESSAGE Error updating index
!STACK 0
java.io.IOException: Not in GZIP format
        at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:137)
        at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:58)
        at org.sonatype.nexus.index.updater.IndexDataReader.<init>(IndexDataReader.java:40)
        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.unpackIndexData(DefaultIndexUpdater.java:511)
        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.loadIndexDirectory(DefaultIndexUpdater.java:219)
        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:134)
        at org.maven.ide.eclipse.internal.index.NexusIndexManager.fetchAndUpdateIndex(NexusIndexManager.java:533)
        at org.maven.ide.eclipse.index.IndexManager$UpdateCommand.run(IndexManager.java:427)
        at org.maven.ide.eclipse.index.IndexManager$IndexUpdaterJob.run(IndexManager.java:561)
        at org.

Seems that something is wrong with Nexus or with my server, maybe
wrong mime/type?
In fact, when I go to
https://repository.apache.org/content/groups/public/.index/nexus-maven-repository-index.gz
I can download it in my browser, while when I go to the similar url in
my Nexus - Firefox opens it in browser as a text file.... Seems like
it isn't a GZip file indeed.

Regards,
Matthew

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: m2Eclipse 0.9.8 can't download my nexus 1.3.3 index. >100% downloaded?

by Rich Seddon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Wow, this is really odd.

How is your Nexus set up? Are you using the WAR file or the bundle?

If it is the WAR file, what server are you using?

Rich

On Jun 1, 2009, at 3:16 PM, Mateusz Grzechociński wrote:

> Ok folks, now there is a light at the end of the tunnel ;)
> When I get back to .metadata/log it turnes out that:
>
>
> !ENTRY org.maven.ide.eclipse 4 0 2009-06-01 21:53:46.984
> !MESSAGE Unable to update index for
> https://www.javart.com.pl/repo/content/groups/public/
> !STACK 1
> org.eclipse.core.runtime.CoreException: Error updating index
> at  
> org
> .maven
> .ide
> .eclipse
> .internal
> .index.NexusIndexManager.fetchAndUpdateIndex(NexusIndexManager.java:
> 547)
> at org.maven.ide.eclipse.index.IndexManager
> $UpdateCommand.run(IndexManager.java:427)
> at org.maven.ide.eclipse.index.IndexManager
> $IndexUpdaterJob.run(IndexManager.java:561)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.io.IOException: Not in GZIP format
> at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:137)
> at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:58)
> at  
> org
> .sonatype
> .nexus.index.updater.IndexDataReader.<init>(IndexDataReader.java:40)
> at  
> org
> .sonatype
> .nexus
> .index
> .updater
> .DefaultIndexUpdater.unpackIndexData(DefaultIndexUpdater.java:511)
> at  
> org
> .sonatype
> .nexus
> .index
> .updater
> .DefaultIndexUpdater.loadIndexDirectory(DefaultIndexUpdater.java:219)
> at  
> org
> .sonatype
> .nexus
> .index
> .updater
> .DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:134)
> at  
> org
> .maven
> .ide
> .eclipse
> .internal
> .index.NexusIndexManager.fetchAndUpdateIndex(NexusIndexManager.java:
> 533)
> ... 3 more
> !SUBENTRY 1 org.maven.ide.eclipse 4 -1 2009-06-01 21:53:46.984
> !MESSAGE Error updating index
> !STACK 0
> java.io.IOException: Not in GZIP format
> at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:137)
> at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:58)
> at  
> org
> .sonatype
> .nexus.index.updater.IndexDataReader.<init>(IndexDataReader.java:40)
> at  
> org
> .sonatype
> .nexus
> .index
> .updater
> .DefaultIndexUpdater.unpackIndexData(DefaultIndexUpdater.java:511)
> at  
> org
> .sonatype
> .nexus
> .index
> .updater
> .DefaultIndexUpdater.loadIndexDirectory(DefaultIndexUpdater.java:219)
> at  
> org
> .sonatype
> .nexus
> .index
> .updater
> .DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:134)
> at  
> org
> .maven
> .ide
> .eclipse
> .internal
> .index.NexusIndexManager.fetchAndUpdateIndex(NexusIndexManager.java:
> 533)
> at org.maven.ide.eclipse.index.IndexManager
> $UpdateCommand.run(IndexManager.java:427)
> at org.maven.ide.eclipse.index.IndexManager
> $IndexUpdaterJob.run(IndexManager.java:561)
> at org.
>
> Seems that something is wrong with Nexus or with my server, maybe
> wrong mime/type?
> In fact, when I go to
> https://repository.apache.org/content/groups/public/.index/nexus-maven-repository-index.gz
> I can download it in my browser, while when I go to the similar url in
> my Nexus - Firefox opens it in browser as a text file.... Seems like
> it isn't a GZip file indeed.
>
> Regards,
> Matthew
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...


Re: m2Eclipse 0.9.8 can't download my nexus 1.3.3 index. >100% downloaded?

by mathew_pl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/6/2 Richard Seddon <rseddon@...>:
> Wow, this is really odd.
> How is your Nexus set up? Are you using the WAR file or the bundle?
> If it is the WAR file, what server are you using?

I'm using bundle version. It occured that my admin changed something
and *.gz file was send with wrong mime/type.
Now everything works pretty well.

Thanks a lot for you support!

Regards,
Matthew

> On Jun 1, 2009, at 3:16 PM, Mateusz Grzechociński wrote:
>
>> Ok folks, now there is a light at the end of the tunnel ;)
>> When I get back to .metadata/log it turnes out that:
>>
>>
>> !ENTRY org.maven.ide.eclipse 4 0 2009-06-01 21:53:46.984
>> !MESSAGE Unable to update index for
>> https://www.javart.com.pl/repo/content/groups/public/
>> !STACK 1
>> org.eclipse.core.runtime.CoreException: Error updating index
>>        at
>> org.maven.ide.eclipse.internal.index.NexusIndexManager.fetchAndUpdateIndex(NexusIndexManager.java:547)
>>        at
>> org.maven.ide.eclipse.index.IndexManager$UpdateCommand.run(IndexManager.java:427)
>>        at
>> org.maven.ide.eclipse.index.IndexManager$IndexUpdaterJob.run(IndexManager.java:561)
>>        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>> Caused by: java.io.IOException: Not in GZIP format
>>        at
>> java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:137)
>>        at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:58)
>>        at
>> org.sonatype.nexus.index.updater.IndexDataReader.<init>(IndexDataReader.java:40)
>>        at
>> org.sonatype.nexus.index.updater.DefaultIndexUpdater.unpackIndexData(DefaultIndexUpdater.java:511)
>>        at
>> org.sonatype.nexus.index.updater.DefaultIndexUpdater.loadIndexDirectory(DefaultIndexUpdater.java:219)
>>        at
>> org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:134)
>>        at
>> org.maven.ide.eclipse.internal.index.NexusIndexManager.fetchAndUpdateIndex(NexusIndexManager.java:533)
>>        ... 3 more
>> !SUBENTRY 1 org.maven.ide.eclipse 4 -1 2009-06-01 21:53:46.984
>> !MESSAGE Error updating index
>> !STACK 0
>> java.io.IOException: Not in GZIP format
>>        at
>> java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:137)
>>        at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:58)
>>        at
>> org.sonatype.nexus.index.updater.IndexDataReader.<init>(IndexDataReader.java:40)
>>        at
>> org.sonatype.nexus.index.updater.DefaultIndexUpdater.unpackIndexData(DefaultIndexUpdater.java:511)
>>        at
>> org.sonatype.nexus.index.updater.DefaultIndexUpdater.loadIndexDirectory(DefaultIndexUpdater.java:219)
>>        at
>> org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:134)
>>        at
>> org.maven.ide.eclipse.internal.index.NexusIndexManager.fetchAndUpdateIndex(NexusIndexManager.java:533)
>>        at
>> org.maven.ide.eclipse.index.IndexManager$UpdateCommand.run(IndexManager.java:427)
>>        at
>> org.maven.ide.eclipse.index.IndexManager$IndexUpdaterJob.run(IndexManager.java:561)
>>        at org.
>>
>> Seems that something is wrong with Nexus or with my server, maybe
>> wrong mime/type?
>> In fact, when I go to
>>
>> https://repository.apache.org/content/groups/public/.index/nexus-maven-repository-index.gz
>> I can download it in my browser, while when I go to the similar url in
>> my Nexus - Firefox opens it in browser as a text file.... Seems like
>> it isn't a GZip file indeed.
>>
>> Regards,
>> Matthew
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: nexus-user-unsubscribe@...
>> For additional commands, e-mail: nexus-user-help@...
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nexus-user-unsubscribe@...
> For additional commands, e-mail: nexus-user-help@...
>
>



--
Pozdrawiam,
Mateusz Grzechociński

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...