Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-dev] aether-dev Digest, Vol 19, Issue 2

Hi Benjamin,

Thanks for your reply.. I have more 9GB disk space in C: drive.

Here is the full error log.


[ERROR] [14:59:04.034] Error on main Could not transfer artifact com.me.art.projects:Windows_ISO:iso:Windows_ISO:32.0.2544 from/to releases (http://myNexus.com:8080/nexus/content/repositories/releases): GET request of: com.me.art.projects/Windows_ISO/32.0.2544/Windows_ISO-32.0.2544-Windows_ISO.iso from releases failed
         org.sonatype.aether.resolution.ArtifactResolutionException: Could not transfer artifact com.me.art.projects:Windows_ISO:iso:Windows_ISO:32.0.2544 from/to releases (http://myNexus.com:8080/nexus/content/repositories/releases): GET request of: com.me.art.projects/Windows_ISO/32.0.2544/Windows_ISO-32.0.2544-Windows_ISO.iso from releases failed
             at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
             at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
             at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:193)
             at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveArtifact(DefaultRepositorySystem.java:286)
         Caused by: org.sonatype.aether.transfer.ArtifactTransferException: Could not transfer artifact com.me.art.projects:Windows_ISO:iso:Windows_ISO:32.0.2544 from/to releases (http://myNexus.com:8080/nexus/content/repositories/releases): GET request of: com.me.art.projects/Windows_ISO/32.0.2544/Windows_ISO-32.0.2544-Windows_ISO.iso from releases failed
             at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:950)
             at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:940)
             at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
             at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
             at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
             at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
             at java.lang.Thread.run(Unknown Source)
         Caused by: org.apache.maven.wagon.TransferFailedException: GET request of: com/me/art/projects/Windows_ISO/32.0.2544/Windows_ISO-32.0.2544-Windows_ISO.iso from releases failed
             at org.apache.maven.wagon.AbstractWagon.getTransfer(AbstractWagon.java:338)
             at org.apache.maven.wagon.AbstractWagon.getTransfer(AbstractWagon.java:299)
             at org.apache.maven.wagon.AbstractWagon.getTransfer(AbstractWagon.java:276)
             at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:97)
             at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
             at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:601)
             ... 4 more
         Caused by: java.io.IOException: There is not enough space on the disk
             at java.io.FileOutputStream.writeBytes(Native Method)
             at java.io.FileOutputStream.write(Unknown Source)
             at org.apache.maven.wagon.LazyFileOutputStream.write(LazyFileOutputStream.java:129)
             at org.apache.maven.wagon.AbstractWagon.transfer(AbstractWagon.java:492)
             at org.apache.maven.wagon.AbstractWagon.getTransfer(AbstractWagon.java:328)
             ... 9 more



Thanks and Regards,
Renjith.R


On Tue, Nov 19, 2013 at 10:30 PM, <aether-dev-request@xxxxxxxxxxx> wrote:
Send aether-dev mailing list submissions to
        aether-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/aether-dev
or, via email, send a message with subject or body 'help' to
        aether-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
        aether-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of aether-dev digest..."


Today's Topics:

   1. Error while downloading an artifact from Nexus    repository
      (Ren Jith)
   2. Re: Error while downloading an artifact from Nexus        repository
      (Benjamin Bentmann)


----------------------------------------------------------------------

Message: 1
Date: Tue, 19 Nov 2013 12:28:24 +0530
From: Ren Jith <sachrenj@xxxxxxxxx>
To: aether-dev@xxxxxxxxxxx
Subject: [aether-dev] Error while downloading an artifact from Nexus
        repository
Message-ID:
        <CAMEi7Livn2GUf4kCsao82nP4vkXbpPCFeSts+yQk5DckPxDc6w@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

I got the below error while downloading an artifact from Nexus repository.

Caused by: java.io.IOException: There is not enough space on the disk at
java.io.FileOutputStream.writeBytes(Native Method) at
java.io.FileOutputStream.write(Unknown Source) at
org.apache.maven.wagon.LazyFileOutputStream.write(LazyFileOutputStream.java:129)
at org.apache.maven.wagon.AbstractWagon.transfer(AbstractWagon.java:492) at
org.apache.maven.wagon.AbstractWagon.getTransfer(AbstractWagon.java:328)
... 9 more

Why I got this error if there is enough space on my Hardisk.

Regards,
Renjith.R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/aether-dev/attachments/20131119/4cf444b3/attachment.html>

------------------------------

Message: 2
Date: Tue, 19 Nov 2013 12:09:11 +0100
From: Benjamin Bentmann <bentmann@xxxxxxxxxxxx>
To: aether-users@xxxxxxxxxxx
Cc: Aether project developer discussions <aether-dev@xxxxxxxxxxx>
Subject: Re: [aether-dev] Error while downloading an artifact from
        Nexus   repository
Message-ID: <528B46D7.2020903@xxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Ren Jith wrote:

> I got the below error while downloading an artifact from Nexus repository.

Questions regarding the use of Aether belong on the aether-users mailing
list.

> Caused by: java.io.IOException: There is not enough space on the disk at
> java.io.FileOutputStream.writeBytes(Native Method) at
> [...]
> Why I got this error if there is enough space on my Hardisk.

You have not provided any information backing your assumption up.
Anyways, this error is coming from your OS and has nothing to do with
Aether itself. If the OS claims there's not enough space, then that's it
as far as the Java code is concerned. I suggest you do some googling for
the error message, e.g. there's some indication Windows reserves certain
amounts of free disk space for its usage. A disk quota might be another
reason for the error.


Benjamin


------------------------------

_______________________________________________
aether-dev mailing list
aether-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aether-dev


End of aether-dev Digest, Vol 19, Issue 2
*****************************************


Back to the top