REST URL is not registered in ATG rest service

Hi,

I am getting following exception while trying to make a service call in ATG REST framework in ATG .

19:06:18,682 ERROR [atg.rest.processor.RestActorManager] (http-m.local.dsw.com/127.0.0.1:11080-1) JSESSIONID:AW4JSbTMvbZbIG0OSrG-4rQj.localhost, PROFILE_ID:10200, APACHE_UNIQUE_ID:null, SOURCE_IP:null, Client-Source-IP:null, REST URL /com/proj/commerce/endeca/controller/v1_0/content/ContentActor/getPageContent is not registered
19:06:18,684 ERROR [atg.dynamo.servlet.dafpipeline.ActorServlet] (http-m.local.dsw.com/127.0.0.1:11080-1) JSESSIONID:AW4JSbTMvbZbIG0OSrG-4rQj.localhost, PROFILE_ID:10200, APACHE_UNIQUE_ID:null, SOURCE_IP:null, Client-Source-IP:null, Error code: 500
REST URL /com/proj/commerce/endeca/controller/v1_0/content/ContentActor/getPageContent is not registered atg.rest.RestException: REST URL /com/tsl/commerce/endeca/controller/v1_0/content/ContentActor/getPageContent is not registered
at atg.rest.RestActorManager.processActor(RestActorManager.java:185)
at atg.rest.processor.ActorProcessor.handleRequest(ActorProcessor.java:202)
at atg.rest.processor.ActorProcessor.doRESTGet(ActorProcessor.java:134)
at atg.rest.servlet.RestPipelineServlet.serviceRESTRequest(RestPipelineServlet.java:445)
at atg.rest.servlet.RestPipelineServlet.service(RestPipelineServlet.java:273)

Asked

(0) Votes

1 Answers

  • While using the ATG Rest Framework, if you want to actor and actor chain as a Rest Url , you need to add a registry of the URL in ActorChainRestRegistry.properties. So what needs to be done here is that adding the url /com/proj/commerce/endeca/controller/v1_0/content/ContentActor/getPageContent to the ActorChainRestRegistry.properties

    Answered 6 years ago