[
https://issues.apache.org/jira/browse/GEODE-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16217350#comment-16217350
]
Jens Deppe commented on GEODE-3460:
-----------------------------------
This should now be fixed. Options that take a class as value (--cache-listener,
--partition-resolver, etc.) used to try and resolve those classes on the
locator. Now the class is simply passed through to `RegionCreateFunction` and
the region creation will fail if the class cannot be resolved on the server.
> Misleading error message from gfsh create region
> ------------------------------------------------
>
> Key: GEODE-3460
> URL: https://issues.apache.org/jira/browse/GEODE-3460
> Project: Geode
> Issue Type: Bug
> Components: gfsh, management
> Reporter: Jared Stewart
> Assignee: Jared Stewart
>
> If you provide --classpath to start server but not to start locator, you will
> get the following (misleading) error message:
> {noformat}
> gfsh>create region --name=example-region --type=PARTITION
> --partition-resolver=Foo
> null is an invalid Partition Resolver.
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)