[Building Sakai] I/O Exception while building Sakai 10.1 (sakai-gradebook-api-ui)

Matthew Jones matthew at longsight.com
Sun Sep 7 13:05:32 PDT 2014


Probably some old repositories that need to be cleaned up in the RSF
projects. This is all being deployed to maven central and sonatype
snapshots now.

It's still 0.8.1 because RSF is separate from Sakai and hasn't needed or
had a new release.

You can work around this temporarily with repository mirrors in your
~/.m2/settings.xml to get it to use the maven central and sonatype
snapshots instead of these caret repos. I believe upgrading maven might
also help (unless you're already on 3.2.3).

I can look at fixing all these poms this week but there are a lot of
projects.

<settings>
  <mirrors>
    <mirror>
      <id>Maven Central</id>
      <name>Maven Central</name>
      <url>http://repo1.maven.org/maven2</url>
      <mirrorOf>CARET-Maven2</mirrorOf>
    </mirror>
    <mirror>
      <id>Sonatype Snapshots</id>
      <name>Sonatype Snapshots</name>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
      <mirrorOf>caret-maven2-dev</mirrorOf>
    </mirror>
  </mirrors>
</settings>




On Sun, Sep 7, 2014 at 3:47 PM, Reinier Post <reinpost at win.tue.nl> wrote:

> On Thu Sep  4 16:19:36 2014, alaanizar at iihem.ac.ma (alaanizar at iihem.ac.ma)
> wrote:
> >
> > Hello,
> >
> > I got this error while building Sakai 10.1.
> >
> > It happened while
> > building Gradebook Tool, below you can see some details.
>
> I'm getting the same error.
> www2.caret.cam.ac.uk refuses to answer HTTP requests.
>
> Why does Sakai 10.1 even have such a dependency?
>
> How to fix it?  Elsewhere I can only find carry 0.8.0.
>
>   Reinier Post
>   TU Eindhoven
>
> > Yours,
> > Alaa
> >
> >
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] Building sakai-gradebook-app-ui 10.1
> > [INFO]
> > ------------------------------------------------------------------------
> > Downloading:
> >
> http://www2.caret.cam.ac.uk/maven2/uk/org/ponder/pure-poms/rsf-components-base/0.8.1-SNAPSHOT/maven-metadata.xml
> > Sep 04, 2014 4:21:02 PM
> >
> org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec
> execute
> > INFO: I/O
> > exception (java.net.SocketException) caught when processing request:
> Connection reset
> > Sep 04,
> > 2014 4:21:02 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec
> > execute
> > INFO: Retrying request
> >
> > --
> >
> > Alaa NIZAR, BA in MIS,
> > LPIC
> > IIHEM Network Services Manager
> > +212 665 222 160
> > www.iihem.ac.ma
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
> >
>
> > _______________________________________________
> > sakai-dev mailing list
> > sakai-dev at collab.sakaiproject.org
> > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> >
> > TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20140907/38770f22/attachment.html 


More information about the sakai-dev mailing list