You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "dat-linux (via GitHub)" <gi...@apache.org> on 2023/03/27 10:40:36 UTC

[GitHub] [netbeans] dat-linux opened a new issue, #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

dat-linux opened a new issue, #5727:
URL: https://github.com/apache/netbeans/issues/5727

   ### Apache NetBeans version
   
   Apache NetBeans 17
   
   ### What happened
   
   Maven indexing starts, then throws an error, then restarts. 
   
   ### How to reproduce
   
   Run Netbeans fresh. 
   
   Create a new Netbeans Application project.
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Ubuntu 20.04
   
   ### JDK
   
   11
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   Occurs every time. Maven indexing repeats and fails.
   
   LOG: [https://pastebin.com/Cgp3isGJ](https://pastebin.com/Cgp3isGJ) 
   
   ### Are you willing to submit a pull request?
   
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] neilcsmith-net commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "neilcsmith-net (via GitHub)" <gi...@apache.org>.
neilcsmith-net commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488352023

   > I told you already /tmp is not on a separate partition.
   
   No, you said you had one partition _aside_ from root, and that has 40GB of space.  You did not say how much space was on the root partition, which is where I assume from what you said where `/tmp` is.
   
   > If you disable indexing it renders creating a Netbeans Application project (which is my goal) incapable.
   
   Just tested this.  Run through the wizard and use the `dev-SNAPSHOT` version for the NetBeans version.  Then open up the POM in the parent project and change `netbeans.version` to the required version, eg. `RELEASE170` for the latest.  Clean and build the parent project, then run the app project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] dat-linux commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "dat-linux (via GitHub)" <gi...@apache.org>.
dat-linux commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488289579

   But there is a file called nexus-maven-repository-index.gz6017070680131514102tmp - it is 387MB at 20% indexing. Why doesn't it spread it over more than one file? In any case, space is not a problem.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] dat-linux commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "dat-linux (via GitHub)" <gi...@apache.org>.
dat-linux commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488279795

   I'm using openJDK this is not "Ubuntu's build", it's just hosted in their repo.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "mbien (via GitHub)" <gi...@apache.org>.
mbien commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488367156

   just as side note: linux does not have to put tmp on a physical partition to limit its size, tmp can be a simple file. I have 750GB free on home and tmp is set to 20GB - its not a partition in my case either.
   
   Fact is that the JDK thinks you are running out of space somewhere which causes the index extraction to reset. The only two locations relevant for indexing is your tmp folder and the netbeans cache folder which is `/home/.cache/netbeans/17` in your case.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] dat-linux commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "dat-linux (via GitHub)" <gi...@apache.org>.
dat-linux commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488296383

   It also takes a long time, like over ten minutes, and often stalls.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] dat-linux commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "dat-linux (via GitHub)" <gi...@apache.org>.
dat-linux commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488293740

   I told you already /tmp is not on a separate partition.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] dat-linux commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "dat-linux (via GitHub)" <gi...@apache.org>.
dat-linux commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488263840

   If you disable indexing it renders creating a Netbeans Application project (which is my goal) incapable.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] dat-linux commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "dat-linux (via GitHub)" <gi...@apache.org>.
dat-linux commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488260570

   I had 40GB space available. I monitored the disk, and it was nowhere near full at any time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mesykkor commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "mesykkor (via GitHub)" <gi...@apache.org>.
mesykkor commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1622404981

   On Linux /tmp may be an in-RAM tmpfs, you may check by running mount (and grepping 'tmp'). You can also see how much RAM was allocated.
   After several attempts to beat it by using a TMP, TMPDIR etc, I found how to pass to the IDE a JVM property:
   **./netbeans -J-Djava.io.tmpdir=/var/tmp**
   If there is enough space there it should work, just now downloading there....


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien closed issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "mbien (via GitHub)" <gi...@apache.org>.
mbien closed issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.
URL: https://github.com/apache/netbeans/issues/5727


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] dat-linux commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "dat-linux (via GitHub)" <gi...@apache.org>.
dat-linux commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488287628

   The only activity I see on /tmp is an empty folder called "nexus-maven-repository-index.gz.dir8403596171262352452" - zero bytes in size


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] dat-linux commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "dat-linux (via GitHub)" <gi...@apache.org>.
dat-linux commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488293083

   Downloading, and then having to update a 2GB index (that unzips to goodness knows what size) every week is really inefficient.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] neilcsmith-net commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "neilcsmith-net (via GitHub)" <gi...@apache.org>.
neilcsmith-net commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488284788

   > Running it as non root would not permit access to /tmp in any case.
   
   That's not true with a standard setup.  What capacity is left on `/tmp`?  IIRC Maven index extraction currently uses `/tmp` as well as the cache location.
   
   > I'm using openJDK this is not "Ubuntu's build", it's just hosted in their repo.
   
   That was a joke!  Have had multiple issues with the Ubuntu packages of OpenJDK in the past.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "mbien (via GitHub)" <gi...@apache.org>.
mbien commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488329440

   it doesn't download the whole index every week. That is done only once.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] dat-linux commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "dat-linux (via GitHub)" <gi...@apache.org>.
dat-linux commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488273813

   /tmp is not on a partition, there is only one partition aside from root, and it has 40GB space available. I ran a clean on all temp files and folders and it makes no difference.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] dat-linux commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "dat-linux (via GitHub)" <gi...@apache.org>.
dat-linux commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1489345295

   The project creation does not complete because it stalls on the indexing.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "mbien (via GitHub)" <gi...@apache.org>.
mbien commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1586046602

   so, indexing shouldn't restart anymore
    - on failure, indexing will be disabled and has to be manually enabled again in the options
    - index size is now about half of the original size, and can be further reduced by enabling filtering #5922
    - since NB 19 will be able to use the latest maven-indexer library, we have more control over where files land. I changed it to download to temp, but extract directly to the cache folder. Not quite sure if this is a good idea but we will see.
    - some upstream optimizations are still pending, see comment https://github.com/apache/netbeans/issues/5809#issuecomment-1586041418
   
   closing this issue. All this should appear for NB 19, most of it is testable via dev builds: https://github.com/apache/netbeans/#download


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] neilcsmith-net commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "neilcsmith-net (via GitHub)" <gi...@apache.org>.
neilcsmith-net commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488271781

   > I had 40GB space available. I monitored the disk, and it was nowhere near full at any time.
   
   `java.io.IOException: No space left on device`
   
   Well, possibly the JDK is broken (it is Ubuntu's build after all! :smile:), or could be a partition problem.  What's the partition layout?  What's the capacity of `/tmp` etc.?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] neilcsmith-net commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "neilcsmith-net (via GitHub)" <gi...@apache.org>.
neilcsmith-net commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488292746

   > /tmp is not on a partition, there is only one partition aside from root, and it has 40GB space available.
   
   That implies that `/tmp` is _not_ on the partition with 40GB space available?!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] dat-linux commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "dat-linux (via GitHub)" <gi...@apache.org>.
dat-linux commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488291867

   Not sure why it needs to do this, maven is supposed to be a convenience where you declare a dependency in the pom and maven downloads it as you need it. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] dat-linux commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "dat-linux (via GitHub)" <gi...@apache.org>.
dat-linux commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1488285766

   There is no capacity limit on /tmp, how much space would it require? There's 40GB available, I never get any other space issues.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien commented on issue #5727: After attempting to get the maven index an error occurs, indexing fails and then restarts.

Posted by "mbien (via GitHub)" <gi...@apache.org>.
mbien commented on issue #5727:
URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1487238706

   looks like you have not sufficient storage to extract the index. Either in temp or in the netbeans cache.
   
   NetBeans 18 will disable indexing completely in a low storage situation #5655 and also add more settings for the indexing features #5646.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists