Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning when com.mycorp.examples.student.client is executed in karaf #35

Open
tvogel8570 opened this issue Nov 18, 2020 · 1 comment
Open

Comments

@tvogel8570
Copy link

The bundle com.mycorp.examples.student.client produced the expected output but a warning was logged.

Karaf 4.2.9

Karaf system properties I set
• org.osgi.service.http.port = 8181
• ecf.jaxrs.server.pathPrefix = /rservices
• verboseRemoteServiceAdmin = false

Warnings using student feature from the repo’s kar file:

karaf    | 21:10:11.559 WARN  [pipe-start 190 191 192] A provider com.mycorp.examples.student.remoteservice.host.StudentServiceImpl2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.mycorp.examples.student.remoteservice.host.StudentServiceImpl2 will be ignored.
karaf    | 21:10:14.330 WARN  [pipe-start 190 191 192] A provider com.mycorp.examples.student.remoteservice.host.StudentServiceImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.mycorp.examples.student.remoteservice.host.StudentServiceImpl will be ignored.
@scottslewis
Copy link
Member

Hi Tim. I've seen this too. I believe it's from Jersey...and to be honest I'm not sure what's causing it. Thanks for the report though...I will expend some cycles looking at Jersey provider messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants