Product Information > JADE Error Messages and System Messages > 11100 through 11199 - Jade REST Service Errors > 11126 - A Rest Service method was called but the service was never initialised

11126   A Rest Service method was called but the service was never initialised

Cause

This error occurs if the application is already attached to a JADE Web Service Manager, because the JADE REST service has not been initialized and the logic assumes that it has (for example, when creating a transient instance of a JadeRestService subclass and calling the processRequest method).

Action

Change your logic. In a JADE REST service application, the processRequest method can be initiated only by the JADE REST services framework.