Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Downloading artifact in QB3 beta 4 throws exception #1053

hylton ·
The following download request:

http://abvb0192:8810/download/2.latest/ ... s/test.war

Results in an exception:

HTTP ERROR 500
Problem accessing /download/2.latest/artifacts/jserf.war. Reason:

For input string: "2.latest"

Caused by:
java.lang.NumberFormatException: For input string: "2.latest"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Long.parseLong(Unknown Source)
at java.lang.Long.valueOf(Unknown Source)
at com.pmease.quickbuild.web.DownloadServlet.doGet(DownloadServlet.java:66)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at com.pmease.quickbuild.web.HttpServiceProvider$1$1.service(HttpServiceProvider.java:86)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest
  • replies 3
  • views 1337
  • stars 0
robinshen ADMIN ·
The syntax to denote latest build in a configuration has changed. Please use "2:latest" instead of "2.latest".
nberserk ·
Hi robin.
you should update this wiki page.
http://wiki.pmease.com/display/QB30/Wor ... +Artifacts

i waste much time to catch up this.
robinshen ADMIN ·
Sorry, we forgot to update this. Got fixed now both for qb30 and qb31 spaces.