lordgarrish commented on code in PR #12464:
URL: https://github.com/apache/ignite/pull/12464#discussion_r2478471297
##########
modules/rest-http/src/main/java/org/apache/ignite/internal/processors/rest/protocols/http/jetty/GridJettyRestProtocol.java:
##########
@@ -93,6 +93,9 @@ public GridJettyRestProtocol(GridKernalContext ctx) {
@Override public void start(GridRestProtocolHandler hnd) throws
IgniteCheckedException {
assert ctx.config().getConnectorConfiguration() != null;
+ if (U.resolveIgniteUrl("libs/ignite-json") == null)
+ log.warning("Can't find ignite-json module in classpath, which is
required for REST API functionality.");
Review Comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]