Re: [MTT devel] reporter error using pyclient

2016-08-26 Thread r...@open-mpi.org
Hmmm...Hey Josh - is it possible that your server is requiring an MPI_Install phase? We don’t have one since we just build and then set the path accordingly - is it complaining about missing data for an install phase? > On Aug 26, 2016, at 7:33 PM, r...@open-mpi.org wrote: > > Okay, I cleaned

Re: [MTT devel] reporter error using pyclient

2016-08-26 Thread r...@open-mpi.org
Okay, I cleaned things up some more and got a little bit further - now hitting an error in the server? <<< Payload (End ) -->> INFO:requests.packages.urllib3.connectionpool:Resetting dropped connection: mtt.open-mpi.org DEBUG:requests.packages.url

Re: [MTT devel] reporter error using pyclient

2016-08-26 Thread r...@open-mpi.org
That appears to resolve the connection issue: <<< Payload (End ) -->> INFO:requests.packages.urllib3.connectionpool:Resetting dropped connection: mtt.open-mpi.org DEBUG:requests.packages.urllib3.connectionpool:"POST /submit/cpy/api/submit HTTP/1.1

Re: [MTT devel] reporter error using pyclient

2016-08-26 Thread Josh Hursey
Try this for the url: url = https://mtt.open-mpi.org/submit/cpy/api I'm looking back at one of my testing scripts and that's what I was using. On Fri, Aug 26, 2016 at 2:11 PM, r...@open-mpi.org wrote: > FWIW: the extra “/“ is inserted in the IUDatabase reporter plugin. > Removing it didn’t make

Re: [MTT devel] reporter error using pyclient

2016-08-26 Thread r...@open-mpi.org
Even though I can get there with the browser, I do still hit this error: <<< Raw Output (Start) >> 404 Not Found Not Found The requested URL /submit/cpy//submit was not found on this server. Apache/2.2.15 (Red Hat) Server at mtt.open-mpi.org Port 443 <

Re: [MTT devel] reporter error using pyclient

2016-08-26 Thread r...@open-mpi.org
FWIW: the extra “/“ is inserted in the IUDatabase reporter plugin. Removing it didn’t make any difference Must be something on the server side, I fear > On Aug 26, 2016, at 12:08 PM, r...@open-mpi.org wrote: > > BTW: here is my .ini snippet > > > [Reporter:IUdatabase] > plugin = IUDatabase >

Re: [MTT devel] reporter error using pyclient

2016-08-26 Thread r...@open-mpi.org
BTW: here is my .ini snippet [Reporter:IUdatabase] plugin = IUDatabase realm = OMPI username = intel pwfile = /home/common/mttpwd.txt platform = bend-rsh hostname = rhc00[1-2] url = https://mtt.open-mpi.org/submit/cpy/ email = r...@open-mpi.org So it looks like the CherryPi server is adding a

Re: [MTT devel] reporter error using pyclient

2016-08-26 Thread r...@open-mpi.org
I checked it with my browser and got the expected return message > On Aug 25, 2016, at 1:46 PM, Josh Hursey wrote: > > Can you send me the portion of the ini script that you are using? > > Can you access this site via the browser (you will need your login > credentials): > https://mtt.open-