You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2016/12/13 19:14:58 UTC

[jira] [Closed] (GEODE-796) Stand alone Geode Server process did not return query results in gfsh

     [ https://issues.apache.org/jira/browse/GEODE-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk Lund closed GEODE-796.
---------------------------

> Stand alone Geode Server process did not return query results in gfsh
> ---------------------------------------------------------------------
>
>                 Key: GEODE-796
>                 URL: https://issues.apache.org/jira/browse/GEODE-796
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: Luke Shannon
>
> I started a single server process with JMX enabled:
> gfsh start server \
>    --name=$SERVER_NAME \
>    --use-cluster-configuration=false \
>    --classpath=$CLASSPATH \
>    --server-port=0 \
>    --dir=$SERVER_DIR_LOCATION/$SERVER_NAME \
>    --J=-Xms1g \
>    --J=-Xmx1g \
>    --J=-Dgemfire.jmx-manager=true \
>    --J=-Dgemfire.jmx-manager-start=true \
>    --properties-file=$CONF_DIR/gemfire.properties \
>    --spring-xml-location=file:///$CONF_DIR/spring-cache.xml
> I was able to connect to gfsh using the JMX-Manager argument for gfsh connect. When I tried to list the members I got a 'null' back in gfsh. For a query count(*) on a region, the correct right entry count was returned, however select * just returned a 'null'. There were no errors in the server logs. When I did the same config, however this time started a locator (and referenced it in the server start command) I was able to connect using the locator argument of connect. Everything worked as expected this time.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)