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.