This tool explains how to interpret many OSGi error messages generated by Apache Felix. If an error message is not recognized, it will be logged for investigation.
Paste a single error message into the text area below and click "GO".
This interpreter is also available as a Model Context Protocol (MCP) server, so LLMs such as Claude can call it directly when they encounter an OSGi error. Connect your assistant to this endpoint – no local installation is required:
https://dkd5j9s2xa.execute-api.us-west-2.amazonaws.com/dev/mcp
For Claude Code, add it with:
claude mcp add --transport http osgi-error-interpreter https://dkd5j9s2xa.execute-api.us-west-2.amazonaws.com/dev/mcp
Other MCP clients accept the same URL as a remote (HTTP) server. The server exposes one tool,
interpret_osgi_error, which takes an OSGi error message and returns an interpretation plus
remediation guidance.
|
|
Examples:
|