This page is no longer maintained — Please continue to the home page at www.scala-lang.org

scala-tools error 500

2 replies
Bill Venners
Joined: 2008-12-18,
User offline. Last seen 31 weeks 5 days ago.

Hi All,

Does anyone know what a 500 error might be caused by when trying to
deploy to the scala-tools.org Maven repository? I'm trying to deploy a
new snapshot of ScalaTest 1.0 for Scala 2.8's latest nightly build. I
get:

[artifact:deploy] Deploying to
http://nexus.scala-tools.org/content/repositories/snapshots/
[artifact:deploy] [INFO] Retrieving previous build number from scala-tools.org
[artifact:deploy] [INFO] repository metadata for: 'snapshot
org.scalatest:scalatest:1.0-for-scala-2.8.0.20091026-SNAPSHOT' could
not be found on repository: scala-tools.org, so will be created
[artifact:deploy] Uploading:
org/scalatest/scalatest/1.0-for-scala-2.8.0.20091026-SNAPSHOT/scalatest-1.0-for-scala-2.8.0.20091026-SNAPSHOT.jar
to scala-tools.org
[artifact:deploy] Uploaded 1756K
[artifact:deploy] An error has occurred while processing the Maven
artifact tasks.
[artifact:deploy] Diagnosis:
[artifact:deploy]
[artifact:deploy] Error deploying artifact
'org.scalatest:scalatest:jar': Error deploying artifact: Failed to
transfer file: http://nexus.scala-tools.org/content/repositories/snapshots//org/scalate....
Return code is: 500

BUILD FAILED
/Users/bv/nobkp/delus/stForScala2.8g/build.xml:629: Error deploying
artifact 'org.scalatest:scalatest:jar': Error deploying artifact:
Failed to transfer file:
http://nexus.scala-tools.org/content/repositories/snapshots//org/scalate....
Return code is: 500

Total time: 7 minutes 42 seconds

Thanks.

Bill
----
Bill Venners
Artima, Inc.
http://www.artima.com

David Pollak
Joined: 2008-12-16,
User offline. Last seen 42 years 45 weeks ago.
Re: scala-tools error 500
Bill,

Please try again.  I don't know if Nexus was having a weirdness or what.

Thanks,

David

On Mon, Oct 26, 2009 at 3:43 PM, Bill Venners <bill@artima.com> wrote:
Hi All,

Does anyone know what a 500 error might be caused by when trying to
deploy to the scala-tools.org Maven repository? I'm trying to deploy a
new snapshot of ScalaTest 1.0 for Scala 2.8's latest nightly build. I
get:

[artifact:deploy] Deploying to
http://nexus.scala-tools.org/content/repositories/snapshots/
[artifact:deploy] [INFO] Retrieving previous build number from scala-tools.org
[artifact:deploy] [INFO] repository metadata for: 'snapshot
org.scalatest:scalatest:1.0-for-scala-2.8.0.20091026-SNAPSHOT' could
not be found on repository: scala-tools.org, so will be created
[artifact:deploy] Uploading:
org/scalatest/scalatest/1.0-for-scala-2.8.0.20091026-SNAPSHOT/scalatest-1.0-for-scala-2.8.0.20091026-SNAPSHOT.jar
to scala-tools.org
[artifact:deploy] Uploaded 1756K
[artifact:deploy] An error has occurred while processing the Maven
artifact tasks.
[artifact:deploy]  Diagnosis:
[artifact:deploy]
[artifact:deploy] Error deploying artifact
'org.scalatest:scalatest:jar': Error deploying artifact: Failed to
transfer file: http://nexus.scala-tools.org/content/repositories/snapshots//org/scalatest/scalatest/1.0-for-scala-2.8.0.20091026-SNAPSHOT/scalatest-1.0-for-scala-2.8.0.20091026-SNAPSHOT.jar.
Return code is: 500

BUILD FAILED
/Users/bv/nobkp/delus/stForScala2.8g/build.xml:629: Error deploying
artifact 'org.scalatest:scalatest:jar': Error deploying artifact:
Failed to transfer file:
http://nexus.scala-tools.org/content/repositories/snapshots//org/scalatest/scalatest/1.0-for-scala-2.8.0.20091026-SNAPSHOT/scalatest-1.0-for-scala-2.8.0.20091026-SNAPSHOT.jar.
Return code is: 500

Total time: 7 minutes 42 seconds

Thanks.

Bill
----
Bill Venners
Artima, Inc.
http://www.artima.com



--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics
Bill Venners
Joined: 2008-12-18,
User offline. Last seen 31 weeks 5 days ago.
Re: scala-tools error 500

Hi David,

I just tried again and unfortunately I'm still rolling 500. When I
search on the web for these error messages, they suggest looking in
the log file on the server. Sorry to bother, but people are anxious
for me to get a new ScalaTest for Scala 2.8 snapshot out.

Here's the error message I got just now. I don't think I'm doing
anything differently from previous times when I met with success:

artifact:deploy] Deploying to
http://nexus.scala-tools.org/content/repositories/snapshots/
[artifact:deploy] [INFO] Retrieving previous build number from scala-tools.org
[artifact:deploy] [INFO] repository metadata for: 'snapshot
org.scalatest:scalatest:1.0-for-scala-2.8.0.20091026-SNAPSHOT' could
not be found on repository: scala-tools.org, so will be created
[artifact:deploy] Uploading:
org/scalatest/scalatest/1.0-for-scala-2.8.0.20091026-SNAPSHOT/scalatest-1.0-for-scala-2.8.0.20091026-SNAPSHOT.jar
to scala-tools.org
[artifact:deploy] Uploaded 1756K
[artifact:deploy] An error has occurred while processing the Maven
artifact tasks.
[artifact:deploy] Diagnosis:
[artifact:deploy]
[artifact:deploy] Error deploying artifact
'org.scalatest:scalatest:jar': Error deploying artifact: Failed to
transfer file: http://nexus.scala-tools.org/content/repositories/snapshots//org/scalate....
Return code is: 500

BUILD FAILED
/Users/bv/nobkp/delus/stForScala2.8g/build.xml:630: Error deploying
artifact 'org.scalatest:scalatest:jar': Error deploying artifact:
Failed to transfer file:
http://nexus.scala-tools.org/content/repositories/snapshots//org/scalate....
Return code is: 500

Bill

On Mon, Oct 26, 2009 at 4:12 PM, David Pollak
wrote:
> Bill,
>
> Please try again.  I don't know if Nexus was having a weirdness or what.
>
> Thanks,
>
> David
>
> On Mon, Oct 26, 2009 at 3:43 PM, Bill Venners wrote:
>>
>> Hi All,
>>
>> Does anyone know what a 500 error might be caused by when trying to
>> deploy to the scala-tools.org Maven repository? I'm trying to deploy a
>> new snapshot of ScalaTest 1.0 for Scala 2.8's latest nightly build. I
>> get:
>>
>> [artifact:deploy] Deploying to
>> http://nexus.scala-tools.org/content/repositories/snapshots/
>> [artifact:deploy] [INFO] Retrieving previous build number from
>> scala-tools.org
>> [artifact:deploy] [INFO] repository metadata for: 'snapshot
>> org.scalatest:scalatest:1.0-for-scala-2.8.0.20091026-SNAPSHOT' could
>> not be found on repository: scala-tools.org, so will be created
>> [artifact:deploy] Uploading:
>>
>> org/scalatest/scalatest/1.0-for-scala-2.8.0.20091026-SNAPSHOT/scalatest-1.0-for-scala-2.8.0.20091026-SNAPSHOT.jar
>> to scala-tools.org
>> [artifact:deploy] Uploaded 1756K
>> [artifact:deploy] An error has occurred while processing the Maven
>> artifact tasks.
>> [artifact:deploy]  Diagnosis:
>> [artifact:deploy]
>> [artifact:deploy] Error deploying artifact
>> 'org.scalatest:scalatest:jar': Error deploying artifact: Failed to
>> transfer file:
>> http://nexus.scala-tools.org/content/repositories/snapshots//org/scalate....
>> Return code is: 500
>>
>> BUILD FAILED
>> /Users/bv/nobkp/delus/stForScala2.8g/build.xml:629: Error deploying
>> artifact 'org.scalatest:scalatest:jar': Error deploying artifact:
>> Failed to transfer file:
>>
>> http://nexus.scala-tools.org/content/repositories/snapshots//org/scalate....
>> Return code is: 500
>>
>> Total time: 7 minutes 42 seconds
>>
>> Thanks.
>>
>> Bill
>> ----
>> Bill Venners
>> Artima, Inc.
>> http://www.artima.com
>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Surf the harmonics
>

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland