Re: [MarkLogic Dev General] Extension installation not working on marklogic cluster

2018-05-01 Thread Erik Hennum
Hi, Pooja: Glad to hear you found the problem. Thanks for following up. Erik Hennum From: general-boun...@developer.marklogic.com on behalf of Pooja Rajput Sent: Tuesday, May 1,

Re: [MarkLogic Dev General] Extension installation not working on marklogic cluster

2018-05-01 Thread Pooja Rajput
Hi Erik, Issue got resolved now. Below property in app server was false: "Rewrite resolves globally", after making it true it worked fine. Thanks, Pooja -Original Message- From: general-boun...@developer.marklogic.com On Behalf Of Erik Hennum

Re: [MarkLogic Dev General] Extension installation not working on marklogic cluster

2018-05-01 Thread Erik Hennum
Hi, Pooja: It's strange that one REST API appserver is working but another one isn't. How did you create the faulty appserver? Did you use the usual request: http://docs.marklogic.com/REST/POST/v1/rest-apis Is it possible the configuration of the appserver was changed after creation?

Re: [MarkLogic Dev General] Extension installation not working on marklogic cluster

2018-05-01 Thread Pooja Rajput
Hi, For the port we are trying to connect we can see the rest api on this link: http://host:8002/LATEST/rest-apis Also, we have another database on different port on same cluster which works well. This one is newly created. Hence doesn't seems like it is different api version.   Thanks Pooja  

Re: [MarkLogic Dev General] Extension installation not working on marklogic cluster

2018-05-01 Thread Erik Hennum
Hi, Pooja: >From the error message, I'm guessing the application is calling >ExtensionLibrariesManager.list() That method doesn't take any parameters. So, the only input from the application consists of the connection parameters. Is it possible that the application is connecting to a port

[MarkLogic Dev General] Extension installation not working on marklogic cluster

2018-05-01 Thread Pooja Rajput
Hi All, We are trying to set up new ML database on clustered ML server. Due to some issue we are unable to run extensions, it is giving below error. I can see REST-api for that server is available http://host:8002/LATEST/rest-apis What is it that is missing? Any pointers are appreciated.