umakanta75 / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

Submiting result leads to Method not allowed for #220

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.compiler and run a test
2.when posting the result an exception is raised and nothing is posted

What is the expected output? What do you see instead?

The results should be published on the website, but instead i get the exception 
below.

It raises the exception:
com.sun.jersey.api.client.UniformInterfaceException: POST 
http://microbenchmarks.appspot.com:80/data/trials?key=0da4889e-4260-4e4b-b824-03
a95acb7ac5 returned a response status of 405 Method Not Allowed
    at com.sun.jersey.api.client.WebResource.voidHandle(WebResource.java:697)
    at com.sun.jersey.api.client.WebResource.access$400(WebResource.java:74)
    at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:548)
    at com.google.caliper.runner.ResultsUploader.processTrial(ResultsUploader.java:107)
    at com.google.caliper.runner.ExperimentingCaliperRun.run(ExperimentingCaliperRun.java:217)
    at com.google.caliper.runner.CaliperMain.exitlessMain(CaliperMain.java:116)
    at com.google.caliper.runner.CaliperMain.main(CaliperMain.java:73)

Environment 

What version of the product are you using? On what operating system?
Distributor ID: Ubuntu
Description:    Ubuntu 12.10
Release:    12.10
Codename:   quantal
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)

Original issue reported on code.google.com by jbotnasc...@gmail.com on 12 Feb 2013 at 4:05

GoogleCodeExporter commented 9 years ago
This isn't supposed to work.  The version of the webapp that matches the new 
runner hasn't been deployed, which is why the property that allows for 
uploading was specifically unset.

Original comment by gak@google.com on 12 Feb 2013 at 10:54