Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Maven Integration (M2E) » An error occurs after pressing the Eclipse Maven "Reindex" button.
An error occurs after pressing the Eclipse Maven "Reindex" button. [message #1842319] Wed, 16 June 2021 12:50
Hamza JERANDO is currently offline Hamza JERANDOFriend
Messages: 1
Registered: June 2021
Junior Member
I found an error while running eclise.

An error occurs after pressing the Eclipse Maven "Reindex" button.
'-----Error Message-------------------------------------
Reindexing error
Cannot invoke "org.apache.maven.index.context.IndexingContext.purge()" because "context" is null
'-------------------------------------------------------



I'm creating a maven project behind a proxy i have already added in my file .m2 settings.xml this few lines for the proxy

<proxies>
<proxy>
<id>myproxy</id>
<active>true</active>
<protocol>http</protocol>
<host>proxy.somewhere.com</host>
<port>8080</port>
<username>proxyuser</username>
<password>somepassword</password>
<nonProxyHosts>*.google.com|ibiblio.org</nonProxyHosts>
</proxy>
</proxies>
  • Attachment: prblm.PNG
    (Size: 88.06KB, Downloaded 128 times)
Previous Topic:Maven Revision Property Integration
Next Topic:Unable to update Eclipse m2e in Eclipse
Goto Forum:
  


Current Time: Thu Apr 25 03:46:32 GMT 2024

Powered by FUDForum. Page generated in 0.02876 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top