Re: Deployment of proctor pipet in dockers

27 views
Skip to first unread message
Message has been deleted

Yiqing Zhu

unread,
May 15, 2017, 8:25:02 AM5/15/17
to sravya.p...@gmail.com, indeedeng-proctor-users
Hi, I think your file path is not correctly configured. 

In your docker command, the path is .../conf/proctor-tests-matrix.json not ../conf/proctor/proctor-tests-matrix.json

Yiqing

On Mon, May 15, 2017 at 8:58 PM, <sravya.p...@gmail.com> wrote:
Hi,

I am trying to deploy the proctor pipet image in dockers. I have followed the steps provided in https://hub.docker.com/r/indeed/proctor-pipet/, but each time i try to access the url http://localhost:8000/groups/identify?ctx.country=US&ctx.loggedIn=true&id.USER=pa5xq0lz4d80 , I see the error message as
{
  "meta" : {
    "status" : 500,
    "error" : "Could not get Proctor from loader: File /app/target/tomcat.8080/conf/proctor/proctor-tests-matrix.json does not exist"
  },
  "data" : {
  }
}

This is the command i am using to run the image:


sudo docker run \ -d \ -p 8000:8080 \ -v /etc/pipet-config.json:/app/target/tomcat.8080/conf/proctor/pipet-config.json:ro \ -v /etc/proctor-tests-matrix.json:/app/target/tomcat.8080/conf/proctor-tests-matrix.json:ro \ -v /etc/pipet-base.properties:/app/proctor-pipet-deploy/src/main/webapp/WEB-INF/config/pipet-base.properties:ro \ --name proctor-pipet \ indeed/proctor-pipet

Can someone let me know if I am missing something?

Thanks in advance

--
You received this message because you are subscribed to the Google Groups "indeedeng-proctor-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to indeedeng-proctor-users+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
Message has been deleted
0 new messages