|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[scala-tools] scala-tools error 500Hi 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 |
|
|
Re: [scala-tools] scala-tools error 500Bill,
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@...> wrote: Hi All, -- 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 |
|
|
Re: [scala-tools] scala-tools error 500Hi 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/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:630: 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 Bill On Mon, Oct 26, 2009 at 4:12 PM, David Pollak <feeder.of.the.bears@...> 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 <bill@...> 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 Artima, Inc. http://www.artima.com |
| Free embeddable forum powered by Nabble | Forum Help |