Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes



3 answers

Permanent link
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

0 votes


Permanent link
Yes, that was it. I put the service class instead of the service interface in the uri attribute.

0 votes


Permanent link
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??

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Sep 10 '08, 2:48 p.m.

Question was seen: 9,067 times

Last updated: Sep 10 '08, 2:48 p.m.

Confirmation Cancel Confirm