CRJAZ1168I Service "..." is not defined for remote
![]()
Hi,
I am following the HiJazz tutorial. When I test the service, I am getting back the following error: HTTP ERROR: 503 CRJAZ1168I Service "..." is not defined for remote execution. RequestURI=/jazz/service/.../ Powered by Jetty:// I can see my service listed in the list of services, but as soon as I click on it, I get the error above. Any idea what is wrong? Thanks, Jeff |
3 answers
![]()
jeffliu wrote:
Hi, I would double-check the extension code in the plugin.xml, especially the value of the uri attribute in the <service> element. This value should be: uri="com.example.hijazz.service.IHiJazzService" which is the fully-qualified name of the service interface. If I change that to something else, I reproduce the error message you are seeing. -- Chris Daly Jazz Component Development Team |
![]()
Yes, that was it. I put the service class instead of the service interface in the uri attribute.
|
![]() Yes, that was it. I put the service class instead of the service interface in the uri attribute. I set the uri com.example.hijazz.service.IHiJazzService" But the problem also exsits.Why?? |