It's all about the answers!

Ask a question

CRJAZ1168I Service "..." is not defined for remote


Jeffrey Liu (111131) | asked Sep 10 '08, 2:48 p.m.
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



permanent link
Chris Daly (61651) | answered Sep 10 '08, 8:47 p.m.
JAZZ DEVELOPER
jeffliu wrote:
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.


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

permanent link
Jeffrey Liu (111131) | answered Sep 11 '08, 4:50 p.m.
Yes, that was it. I put the service class instead of the service interface in the uri attribute.

permanent link
Guo Hongchen (11) | answered Dec 11 '10, 4:10 a.m.
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??

Your answer


Register or to post your answer.