Hi, When creating multiple regions at once (in parallel) using gfsh interface, some of region creations fail with exception:
[error 2020/11/05 10:59:29.034 CET <RMI TCP Connection(7)-127.0.0.1> tid=0x52] Could not execute "create region --name=region1 --type=PARTITION". java.lang.RuntimeException at org.apache.geode.internal.config.JAXBService.unMarshall(JAXBService.java:157) at org.apache.geode.management.internal.cli.commands.CreateRegionCommand.createRegion(CreateRegionCommand.java:522) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:282) at org.apache.geode.management.internal.cli.remote.CommandExecutor.callInvokeMethod(CommandExecutor.java:139) at org.apache.geode.management.internal.cli.remote.CommandExecutor.invokeCommand(CommandExecutor.java:149) at org.apache.geode.management.internal.cli.remote.CommandExecutor.execute(CommandExecutor.java:77) at org.apache.geode.management.internal.cli.remote.CommandExecutor.execute(CommandExecutor.java:61) at org.apache.geode.management.internal.cli.remote.OnlineCommandProcessor.executeCommand(OnlineCommandProcessor.java:132) at org.apache.geode.management.internal.cli.remote.OnlineCommandProcessor.executeCommandReturningJson(OnlineCommandProcessor.java:138) at org.apache.geode.management.internal.beans.MemberMBeanBridge.processCommand(MemberMBeanBridge.java:1237) at org.apache.geode.management.internal.beans.MemberMBean.processCommand(MemberMBean.java:424) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:72) at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:276) at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:193) at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:175) at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:117) at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:54) at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237) at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138) at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801) at com.sun.jmx.remote.security.MBeanServerAccessController.invoke(MBeanServerAccessController.java:468) at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1468) at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76) at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309) at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401) at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:829) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) at sun.rmi.transport.Transport$1.run(Transport.java:200) at sun.rmi.transport.Transport$1.run(Transport.java:197) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:196) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: javax.xml.bind.UnmarshalException - with linked exception: [org.xml.sax.SAXException: FWK005 parse may not be called while parsing.] at javax.xml.bind.helpers.AbstractUnmarshallerImpl.createUnmarshalException(AbstractUnmarshallerImpl.java:335) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.createUnmarshalException(UnmarshallerImpl.java:548) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:234) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:206) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:258) at org.apache.geode.internal.config.JAXBService.unMarshall(JAXBService.java:155) ... 55 more Caused by: org.xml.sax.SAXException: FWK005 parse may not be called while parsing. at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1253) at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:357) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:228) ... 58 more Also regions that were created unsuccessfully remain in database and you can put and query entries from it, but for example creating indexes fails: gfsh>list regions List of regions --------------- region1 region2 region3 gfsh>put --region=region1 --key="1" --value="1" Result : true Key Class : java.lang.String Key : 1 Value Class : java.lang.String Old Value : null gfsh>query --query="select * from /region1" Result : true Limit : 100 Rows : 1 Result ------ 1 gfsh>create index --name=index --expression=aaa --type=range --region=/region1 Region region1 does not exist. Does gfsh interface support this use case where you create regions in parallel? To me this is invalid behavior since even if it doesn't support it, regions that were created unsuccessfully shouldn't be left in database. Full locator logs are attached, geode version is 13.0.1. BR, Ante Orlandini
[info 2020/11/05 10:58:47.078 CET <main> tid=0x1] --------------------------------------------------------------------------- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --------------------------------------------------------------------------- Build-Date: 2020-11-04 14:33:15 +0100 Build-Id: user 0 Build-Java-Vendor: Private Build Build-Java-Version: 1.8.0_272 Build-Platform: Linux 5.4.0-52-generic amd64 Product-Name: Apache Geode Product-Version: 1.13.1-build.0 Source-Date: 2020-10-25 08:09:38 +0100 Source-Repository: 1.13.0.38322 Source-Revision: a8ed4438b4513d32fde9058f8acd1f7141f90c57 Running on: 10.0.2.15/10.0.2.15, 4 cpu(s), amd64 Linux 5.4.0-52-generic Communications version: 120 Process ID: 239647 User: user Current dir: /home/user/Desktop/geode/test/examples/locator Home dir: /home/user Command Line Parameters: -Dgemfire.enable-cluster-configuration=true -Dgemfire.load-cluster-configuration-from-dir=false -Dgemfire.launcher.registerSignalHandlers=true -Djava.awt.headless=true -Dsun.rmi.dgc.server.gcInterval=9223372036854775806 Class Path: /home/user/Desktop/geode/geode-assembly/build/install/apache-geode/lib/geode-core-1.13.1-build.0.jar /home/user/Desktop/geode/geode-assembly/build/install/apache-geode/lib/geode-dependencies.jar Library Path: /home/user/Desktop/geode-native/geode-native-instalation2/lib/ /usr/java/packages/lib/amd64 /usr/lib/x86_64-linux-gnu/jni /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/jni /lib /usr/lib System Properties: Locator.forceLocatorDMType = true awt.toolkit = sun.awt.X11.XToolkit file.encoding = UTF-8 file.encoding.pkg = sun.io file.separator = / gemfire.enable-cluster-configuration = true gemfire.launcher.registerSignalHandlers = true gemfire.load-cluster-configuration-from-dir = false java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment java.awt.headless = true java.awt.printerjob = sun.print.PSPrinterJob java.class.version = 52.0 java.endorsed.dirs = /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/endorsed java.ext.dirs = /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext:/usr/java/packages/lib/ext java.home = /usr/lib/jvm/java-8-openjdk-amd64/jre java.io.tmpdir = /tmp java.runtime.name = OpenJDK Runtime Environment java.runtime.version = 1.8.0_272-8u272-b10-0ubuntu1~20.04-b10 java.specification.name = Java Platform API Specification java.specification.vendor = Oracle Corporation java.specification.version = 1.8 java.vendor = Private Build java.vendor.url = http://java.oracle.com/ java.vendor.url.bug = http://bugreport.sun.com/bugreport/ java.version = 1.8.0_272 java.vm.info = mixed mode java.vm.name = OpenJDK 64-Bit Server VM java.vm.specification.name = Java Virtual Machine Specification java.vm.specification.vendor = Oracle Corporation java.vm.specification.version = 1.8 java.vm.vendor = Private Build java.vm.version = 25.272-b10 jna.loaded = true jna.platform.library.path = /usr/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnu:/usr/lib64:/lib64:/usr/lib:/lib:/usr/lib/x86_64-linux-gnu/libfakeroot jnidispatch.path = /home/user/.cache/JNA/temp/jna1639072618531495397.tmp line.separator = os.version = 5.4.0-52-generic path.separator = : sun.arch.data.model = 64 sun.boot.class.path = /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jfr.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/classes sun.boot.library.path = /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64 sun.cpu.endian = little sun.cpu.isalist = sun.desktop = gnome sun.io.unicode.encoding = UnicodeLittle sun.java.command = org.apache.geode.distributed.LocatorLauncher start locator --port=10334 sun.java.launcher = SUN_STANDARD sun.jnu.encoding = UTF-8 sun.management.compiler = HotSpot 64-Bit Tiered Compilers sun.os.patch.level = unknown sun.rmi.dgc.server.gcInterval = 9223372036854775806 user.country = US user.language = en user.timezone = Europe/Zagreb Log4J 2 Configuration: jar:file:/home/user/Desktop/geode/geode-assembly/build/install/apache-geode/lib/geode-log4j-1.13.1-build.0.jar!/log4j2.xml --------------------------------------------------------------------------- [info 2020/11/05 10:58:47.086 CET <main> tid=0x1] Startup Configuration: ### GemFire Properties defined with system property ### enable-cluster-configuration=true load-cluster-configuration-from-dir=false ### GemFire Properties defined with api ### cache-xml-file= locators=10.0.2.15[10334] name=locator ### GemFire Properties defined with launcher ### log-file=/home/user/Desktop/geode/test/examples/locator/locator.log ### GemFire Properties using default values ### ack-severe-alert-threshold=0 ack-wait-threshold=15 archive-disk-space-limit=0 archive-file-size-limit=0 async-distribution-timeout=0 async-max-queue-size=8 async-queue-timeout=60000 bind-address= cluster-configuration-dir= cluster-ssl-ciphers=any cluster-ssl-enabled=false cluster-ssl-keystore= cluster-ssl-keystore-password= cluster-ssl-keystore-type= cluster-ssl-protocols=any cluster-ssl-require-authentication=true cluster-ssl-truststore= cluster-ssl-truststore-password= conflate-events=server conserve-sockets=true delta-propagation=true deploy-working-dir=/home/user/Desktop/geode/test/examples/locator disable-auto-reconnect=false disable-jmx=false disable-tcp=false distributed-system-id=-1 distributed-transactions=false durable-client-id= durable-client-timeout=300 enable-management-rest-service=true enable-network-partition-detection=true enable-time-statistics=false enforce-unique-host=false gateway-ssl-ciphers=any gateway-ssl-enabled=false gateway-ssl-keystore= gateway-ssl-keystore-password= gateway-ssl-keystore-type= gateway-ssl-protocols=any gateway-ssl-require-authentication=true gateway-ssl-truststore= gateway-ssl-truststore-password= groups= http-service-bind-address= http-service-port=7070 http-service-ssl-ciphers=any http-service-ssl-enabled=false http-service-ssl-keystore= http-service-ssl-keystore-password= http-service-ssl-keystore-type= http-service-ssl-protocols=any http-service-ssl-require-authentication=false http-service-ssl-truststore= http-service-ssl-truststore-password= jmx-manager=true jmx-manager-access-file= jmx-manager-bind-address= jmx-manager-hostname-for-clients= jmx-manager-http-port=7070 jmx-manager-password-file= jmx-manager-port=1099 jmx-manager-ssl-ciphers=any jmx-manager-ssl-enabled=false jmx-manager-ssl-keystore= jmx-manager-ssl-keystore-password= jmx-manager-ssl-keystore-type= jmx-manager-ssl-protocols=any jmx-manager-ssl-require-authentication=true jmx-manager-ssl-truststore= jmx-manager-ssl-truststore-password= jmx-manager-start=false jmx-manager-update-rate=2000 locator-wait-time=0 lock-memory=false log-disk-space-limit=0 log-file-size-limit=0 log-level=config max-num-reconnect-tries=3 max-wait-time-reconnect=60000 mcast-address=239.192.81.1 mcast-flow-control=1048576, 0.25, 5000 mcast-port=0 mcast-recv-buffer-size=1048576 mcast-send-buffer-size=65535 mcast-ttl=32 member-timeout=5000 membership-port-range=41000-61000 memcached-bind-address= memcached-port=0 memcached-protocol=ASCII off-heap-memory-size= redis-bind-address= redis-password= redis-port=0 redundancy-zone= remote-locators= remove-unresponsive-client=false roles= security-auth-token-enabled-components= security-client-accessor= security-client-accessor-pp= security-client-auth-init= security-client-authenticator= security-client-dhalgo= security-log-file= security-log-level=config security-manager= security-peer-auth-init= security-peer-authenticator= security-peer-verifymember-timeout=1000 security-post-processor= security-udp-dhalgo= serializable-object-filter=!* server-bind-address= server-ssl-ciphers=any server-ssl-enabled=false server-ssl-keystore= server-ssl-keystore-password= server-ssl-keystore-type= server-ssl-protocols=any server-ssl-require-authentication=true server-ssl-truststore= server-ssl-truststore-password= socket-buffer-size=32768 socket-lease-time=60000 ssl-ciphers=any ssl-cluster-alias= ssl-default-alias= ssl-enabled-components= ssl-endpoint-identification-enabled=false ssl-gateway-alias= ssl-jmx-alias= ssl-keystore= ssl-keystore-password= ssl-keystore-type= ssl-locator-alias= ssl-parameter-extension= ssl-protocols=any ssl-require-authentication=true ssl-server-alias= ssl-truststore= ssl-truststore-password= ssl-truststore-type= ssl-use-default-context=false ssl-web-alias= ssl-web-require-authentication=false start-dev-rest-api=false start-locator= statistic-archive-file= statistic-sample-rate=1000 statistic-sampling-enabled=true tcp-port=0 thread-monitor-enabled=true thread-monitor-interval-ms=60000 thread-monitor-time-limit-ms=30000 udp-fragment-size=60000 udp-recv-buffer-size=1048576 udp-send-buffer-size=65535 use-cluster-configuration=true user-command-packages= validate-serializable-objects=false [info 2020/11/05 10:58:47.094 CET <main> tid=0x1] initializing InternalDataSerializer with 7 services [info 2020/11/05 10:58:47.115 CET <main> tid=0x1] Serial Queue info : THROTTLE_PERCENT: 0.75 SERIAL_QUEUE_BYTE_LIMIT :41943040 SERIAL_QUEUE_THROTTLE :31457280 TOTAL_SERIAL_QUEUE_BYTE_LIMIT :83886080 TOTAL_SERIAL_QUEUE_THROTTLE :31457280 SERIAL_QUEUE_SIZE_LIMIT :20000 SERIAL_QUEUE_SIZE_THROTTLE :15000 [info 2020/11/05 10:58:47.240 CET <main> tid=0x1] Starting membership services [info 2020/11/05 10:58:47.320 CET <main> tid=0x1] Established local address 10.0.2.15(locator:239647:locator)<ec>:41000 [info 2020/11/05 10:58:47.320 CET <main> tid=0x1] This member is hosting a locator will be preferred as a membership coordinator [info 2020/11/05 10:58:47.320 CET <main> tid=0x1] JGroups channel created (took 80ms) [info 2020/11/05 10:58:47.335 CET <main> tid=0x1] GemFire P2P Listener started on /10.0.2.15:44988 [info 2020/11/05 10:58:47.337 CET <Geode Failure Detection Server thread 1> tid=0x20] Started failure detection server thread on /10.0.2.15:55884. [info 2020/11/05 10:58:47.338 CET <main> tid=0x1] Peer locator is connecting to local membership services with ID 10.0.2.15(locator:239647:locator)<ec>:41000 [info 2020/11/05 10:58:47.347 CET <locator request thread 1> tid=0x23] Peer locator: coordinator from registrations is 10.0.2.15(locator:239647:locator)<ec>:41000 [info 2020/11/05 10:58:47.350 CET <main> tid=0x1] received FindCoordinatorResponse(coordinator=10.0.2.15(locator:239647:locator)<ec>:41000, fromView=false, viewId=null, registrants=[10.0.2.15(locator:239647:locator)<ec>:41000], senderId=10.0.2.15(locator:239647:locator)<ec>:41000, network partition detection enabled=true, locators preferred as coordinators=true, view=null) from locator HostAndPort[/10.0.2.15:10334] [info 2020/11/05 10:58:47.350 CET <main> tid=0x1] findCoordinator chose 10.0.2.15(locator:239647:locator)<ec>:41000 out of these possible coordinators: [10.0.2.15(locator:239647:locator)<ec>:41000] [info 2020/11/05 10:58:47.351 CET <main> tid=0x1] Discovery state after looking for membership coordinator is locatorsContacted=1; findInViewResponses=0; alreadyTried=[]; registrants=[]; possibleCoordinator=10.0.2.15(locator:239647:locator)<ec>:41000; viewId=-1; hasContactedAJoinedLocator=false; view=null; responses=[] [info 2020/11/05 10:58:47.351 CET <main> tid=0x1] found possible coordinator 10.0.2.15(locator:239647:locator)<ec>:41000 [info 2020/11/05 10:58:47.351 CET <main> tid=0x1] This member is becoming the membership coordinator with address 10.0.2.15(locator:239647:locator)<ec>:41000 [info 2020/11/05 10:58:47.351 CET <main> tid=0x1] Location services has received notification that this node is becoming membership coordinator [info 2020/11/05 10:58:47.352 CET <main> tid=0x1] received new view: View[10.0.2.15(locator:239647:locator)<ec><v0>:41000|0] members: [10.0.2.15(locator:239647:locator)<ec><v0>:41000] old view is: null [info 2020/11/05 10:58:47.352 CET <main> tid=0x1] Peer locator received new membership view: View[10.0.2.15(locator:239647:locator)<ec><v0>:41000|0] members: [10.0.2.15(locator:239647:locator)<ec><v0>:41000] [info 2020/11/05 10:58:47.360 CET <main> tid=0x1] ViewCreator starting on:10.0.2.15(locator:239647:locator)<ec><v0>:41000 [info 2020/11/05 10:58:47.360 CET <Geode Membership View Creator> tid=0x24] View Creator thread is starting [info 2020/11/05 10:58:47.360 CET <main> tid=0x1] Finished joining (took 22ms). [info 2020/11/05 10:58:47.360 CET <main> tid=0x1] Starting DistributionManager 10.0.2.15(locator:239647:locator)<ec><v0>:41000. (took 233 ms) [info 2020/11/05 10:58:47.361 CET <main> tid=0x1] Initial (distribution manager) view, View[10.0.2.15(locator:239647:locator)<ec><v0>:41000|0] members: [10.0.2.15(locator:239647:locator)<ec><v0>:41000] [info 2020/11/05 10:58:47.361 CET <Geode Membership View Creator> tid=0x24] no recipients for new view aside from myself [info 2020/11/05 10:58:47.363 CET <main> tid=0x1] Did not hear back from any other system. I am the first one. [info 2020/11/05 10:58:47.402 CET <main> tid=0x1] DistributionManager 10.0.2.15(locator:239647:locator)<ec><v0>:41000 started on 10.0.2.15[10334]. There were 0 other DMs. others: [] (took 262 ms) (locator) [info 2020/11/05 10:58:47.415 CET <StatSampler> tid=0x27] Disabling statistic archival. [info 2020/11/05 10:58:47.505 CET <main> tid=0x1] Creating cache for locator. [info 2020/11/05 10:58:47.584 CET <main> tid=0x1] Initialized cache service org.apache.geode.cache.query.internal.QueryConfigurationServiceImpl [info 2020/11/05 10:58:47.585 CET <main> tid=0x1] Initialized cache service org.apache.geode.connectors.jdbc.internal.JdbcConnectorServiceImpl [info 2020/11/05 10:58:48.447 CET <main> tid=0x1] Initialized cache service org.apache.geode.management.internal.cli.remote.OnlineCommandProcessor [info 2020/11/05 10:58:48.454 CET <main> tid=0x1] Initialized cache service org.apache.geode.cache.lucene.internal.LuceneServiceImpl [info 2020/11/05 10:58:48.454 CET <main> tid=0x1] Initialized cache service org.apache.geode.internal.memcached.GeodeMemcachedService [info 2020/11/05 10:58:48.456 CET <main> tid=0x1] Initialized cache service com.gemstone.gemfire.OldClientSupportProvider [info 2020/11/05 10:58:48.456 CET <main> tid=0x1] Initialized cache service org.apache.geode.redis.internal.GeodeRedisService [info 2020/11/05 10:58:48.519 CET <main> tid=0x1] Enabled InternalHttpService on port 7070 [info 2020/11/05 10:58:48.520 CET <main> tid=0x1] Initialized cache service org.apache.geode.internal.cache.InternalHttpService [info 2020/11/05 10:58:48.564 CET <main> tid=0x1] Initializing region _monitoringRegion_10.0.2.15<v0>41000 [info 2020/11/05 10:58:48.565 CET <main> tid=0x1] Initialization of region _monitoringRegion_10.0.2.15<v0>41000 completed [info 2020/11/05 10:58:48.595 CET <main> tid=0x1] Loading previously deployed jars [info 2020/11/05 10:58:48.598 CET <main> tid=0x1] SharedConfigStatusRequestHandler installed [info 2020/11/05 10:58:48.598 CET <main> tid=0x1] ClusterManagementServiceInfoRequestHandler installed [info 2020/11/05 10:58:51.871 CET <main> tid=0x1] Created disk store cluster_config with unique id f4bce569973b451c-99dc9841aabea3f2 [info 2020/11/05 10:58:51.891 CET <main> tid=0x1] recovery region initialization took 6 ms [info 2020/11/05 10:58:51.917 CET <Idle OplogCompactor1> tid=0x32] Recovered values for disk store cluster_config with unique id f4bce569-973b-451c-99dc-9841aabea3f2 [info 2020/11/05 10:58:51.927 CET <main> tid=0x1] Created oplog#1 drf for disk store cluster_config. [info 2020/11/05 10:58:51.934 CET <main> tid=0x1] Created oplog#1 crf for disk store cluster_config. [info 2020/11/05 10:58:51.937 CET <main> tid=0x1] Initializing region _ConfigurationRegion [info 2020/11/05 10:58:51.941 CET <main> tid=0x1] Region /_ConfigurationRegion was created on this member with the persistent id /10.0.2.15:/home/user/Desktop/geode/test/examples/locator/ConfigDiskDir_locator created at timestamp 1604570331937 version 0 diskStoreId f4bce569973b451c-99dc9841aabea3f2 name locator. [info 2020/11/05 10:58:51.942 CET <main> tid=0x1] Initialization of region _ConfigurationRegion completed [info 2020/11/05 10:58:51.983 CET <main> tid=0x1] Cluster configuration service start up completed successfully and is now running .... [info 2020/11/05 10:58:51.991 CET <main> tid=0x1] Initializing region __OperationStateRegion [info 2020/11/05 10:58:51.992 CET <main> tid=0x1] Initialization of region __OperationStateRegion completed [info 2020/11/05 10:58:51.997 CET <main> tid=0x1] GEODE_HOME:/home/user/Desktop/geode/geode-assembly/build/install/apache-geode [info 2020/11/05 10:58:51.999 CET <main> tid=0x1] Located war: geode-web-management at location: file:/home/user/Desktop/geode/geode-assembly/build/install/apache-geode/tools/Extensions/geode-web-management-1.13.1-build.0.war [info 2020/11/05 10:58:52.036 CET <main> tid=0x1] GEODE_HOME:/home/user/Desktop/geode/geode-assembly/build/install/apache-geode [info 2020/11/05 10:58:52.036 CET <main> tid=0x1] Located war: geode-web at location: file:/home/user/Desktop/geode/geode-assembly/build/install/apache-geode/tools/Extensions/geode-web-1.13.1-build.0.war [info 2020/11/05 10:58:52.036 CET <main> tid=0x1] GEODE_HOME:/home/user/Desktop/geode/geode-assembly/build/install/apache-geode [info 2020/11/05 10:58:52.050 CET <main> tid=0x1] Located war: geode-pulse at location: file:/home/user/Desktop/geode/geode-assembly/build/install/apache-geode/tools/Pulse/geode-pulse-1.13.1-build.0.war [info 2020/11/05 10:58:52.130 CET <main> tid=0x1] Adding webapp /gemfire [info 2020/11/05 10:58:52.131 CET <main> tid=0x1] Attempting to start HTTP service on port (7070) at bind-address (0.0.0.0)... [info 2020/11/05 10:58:52.782 CET <main> tid=0x1] Initializing Servlet 'geode-mgmt' [info 2020/11/05 10:58:53.992 CET <main> tid=0x1] Initializing ExecutorService 'asyncTaskExecutor' [info 2020/11/05 10:58:54.418 CET <main> tid=0x1] Completed initialization in 1635 ms [info 2020/11/05 10:58:54.439 CET <main> tid=0x1] Adding webapp /geode-mgmt [info 2020/11/05 10:58:54.693 CET <main> tid=0x1] Initializing Servlet 'geode-mgmt' [info 2020/11/05 10:58:55.744 CET <main> tid=0x1] Initializing ExecutorService 'asyncTaskExecutor' [info 2020/11/05 10:58:56.293 CET <main> tid=0x1] Completed initialization in 1600 ms [info 2020/11/05 10:58:56.302 CET <main> tid=0x1] Adding webapp /pulse [info 2020/11/05 10:59:01.339 CET <main> tid=0x1] Registered AccessControlMBean on GemFire:service=AccessControl,type=Distributed [info 2020/11/05 10:59:01.350 CET <main> tid=0x1] Registered FileUploaderMBean on GemFire:service=FileUploader,type=Distributed [info 2020/11/05 10:59:01.369 CET <main> tid=0x1] Geode Property enable-management-rest-service=true Geode Management Rest Service is enabled. [info 2020/11/05 10:59:01.371 CET <main> tid=0x1] Adding webapp /management [info 2020/11/05 10:59:01.809 CET <main> tid=0x1] Initializing Servlet 'management' [info 2020/11/05 10:59:03.084 CET <main> tid=0x1] Bean 'util:constant#209baf91' of type [org.springframework.beans.factory.config.FieldRetrievingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [info 2020/11/05 10:59:03.087 CET <main> tid=0x1] Bean 'util:constant#209baf91' of type [com.fasterxml.jackson.core.JsonParser$Feature] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [info 2020/11/05 10:59:03.091 CET <main> tid=0x1] Bean 'util:constant#5e1d3188' of type [org.springframework.beans.factory.config.FieldRetrievingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [info 2020/11/05 10:59:03.096 CET <main> tid=0x1] Bean 'util:constant#5e1d3188' of type [com.fasterxml.jackson.core.JsonParser$Feature] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [info 2020/11/05 10:59:03.099 CET <main> tid=0x1] Bean 'util:constant#5982255e' of type [org.springframework.beans.factory.config.FieldRetrievingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [info 2020/11/05 10:59:03.099 CET <main> tid=0x1] Bean 'util:constant#5982255e' of type [com.fasterxml.jackson.databind.MapperFeature] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [info 2020/11/05 10:59:03.105 CET <main> tid=0x1] Bean 'util:constant#7306836f' of type [org.springframework.beans.factory.config.FieldRetrievingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [info 2020/11/05 10:59:03.106 CET <main> tid=0x1] Bean 'util:constant#7306836f' of type [com.fasterxml.jackson.databind.DeserializationFeature] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [info 2020/11/05 10:59:03.110 CET <main> tid=0x1] Bean 'util:constant#e9c5db9' of type [org.springframework.beans.factory.config.FieldRetrievingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [info 2020/11/05 10:59:03.111 CET <main> tid=0x1] Bean 'util:constant#e9c5db9' of type [com.fasterxml.jackson.databind.DeserializationFeature] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [info 2020/11/05 10:59:03.272 CET <main> tid=0x1] Bean 'objectMapper' of type [org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [info 2020/11/05 10:59:03.284 CET <main> tid=0x1] Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@126320a8' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [info 2020/11/05 10:59:03.289 CET <main> tid=0x1] Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [info 2020/11/05 10:59:04.518 CET <main> tid=0x1] Mapped URL path [/v1/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] [info 2020/11/05 10:59:04.698 CET <main> tid=0x1] Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2aa143ba, org.springframework.security.web.context.SecurityContextPersistenceFilter@4e387da1, org.springframework.security.web.header.HeaderWriterFilter@1bb6bc81, org.springframework.security.web.authentication.logout.LogoutFilter@185b998d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7dcfe455, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@56daf3b1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7abe3d53, org.springframework.security.web.session.SessionManagementFilter@2e70d072, org.springframework.security.web.access.ExceptionTranslationFilter@76296c86, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5d81b90a] [info 2020/11/05 10:59:04.764 CET <main> tid=0x1] Context refreshed [info 2020/11/05 10:59:04.787 CET <main> tid=0x1] Found 1 custom documentation plugin(s) [info 2020/11/05 10:59:04.883 CET <main> tid=0x1] Scanning for api listing references [info 2020/11/05 10:59:05.757 CET <main> tid=0x1] Completed initialization in 3947 ms [info 2020/11/05 10:59:05.758 CET <main> tid=0x1] Locator started on 10.0.2.15[10334] [info 2020/11/05 10:59:05.758 CET <main> tid=0x1] Starting server location for Distribution Locator on 10.0.2.15[10334] [info 2020/11/05 10:59:12.062 CET <locator request thread 1> tid=0x23] Peer locator: coordinator from view is 10.0.2.15(locator:239647:locator)<ec><v0>:41000 [info 2020/11/05 10:59:12.123 CET <unicast receiver,user-VirtualBox-51366> tid=0x1c] Received a join request from 10.0.2.15(server:239939):41001 [info 2020/11/05 10:59:12.424 CET <Geode Membership View Creator> tid=0x24] View Creator is processing 1 requests for the next membership view ([JoinRequestMessage(10.0.2.15(server:239939):41001) failureDetectionPort:48191]) [info 2020/11/05 10:59:12.425 CET <Geode Membership View Creator> tid=0x24] preparing new view View[10.0.2.15(locator:239647:locator)<ec><v0>:41000|1] members: [10.0.2.15(locator:239647:locator)<ec><v0>:41000, 10.0.2.15(server:239939)<v1>:41001{lead}] [info 2020/11/05 10:59:13.408 CET <Geode Membership View Creator> tid=0x24] finished waiting for responses to view preparation [info 2020/11/05 10:59:13.409 CET <Geode Membership View Creator> tid=0x24] received new view: View[10.0.2.15(locator:239647:locator)<ec><v0>:41000|1] members: [10.0.2.15(locator:239647:locator)<ec><v0>:41000, 10.0.2.15(server:239939)<v1>:41001{lead}] old view is: View[10.0.2.15(locator:239647:locator)<ec><v0>:41000|0] members: [10.0.2.15(locator:239647:locator)<ec><v0>:41000] [info 2020/11/05 10:59:13.409 CET <Geode Membership View Creator> tid=0x24] Peer locator received new membership view: View[10.0.2.15(locator:239647:locator)<ec><v0>:41000|1] members: [10.0.2.15(locator:239647:locator)<ec><v0>:41000, 10.0.2.15(server:239939)<v1>:41001{lead}] [info 2020/11/05 10:59:13.410 CET <Geode Membership View Creator> tid=0x24] sending new view View[10.0.2.15(locator:239647:locator)<ec><v0>:41000|1] members: [10.0.2.15(locator:239647:locator)<ec><v0>:41000, 10.0.2.15(server:239939)<v1>:41001{lead}] [info 2020/11/05 10:59:13.411 CET <Geode View Processor1> tid=0x45] Membership: Processing addition <10.0.2.15(server:239939)<v1>:41001> [info 2020/11/05 10:59:13.414 CET <FederatingManager1> tid=0x46] Initializing region _monitoringRegion_10.0.2.15<v1>41001 [info 2020/11/05 10:59:13.465 CET <Pooled Waiting Message Processor 1> tid=0x25] Member 10.0.2.15(server:239939)<v1>:41001 is equivalent or in the same redundancy zone. [info 2020/11/05 10:59:13.480 CET <FederatingManager1> tid=0x46] Initialization of region _monitoringRegion_10.0.2.15<v1>41001 completed [info 2020/11/05 10:59:13.484 CET <FederatingManager1> tid=0x46] Initializing region _notificationRegion_10.0.2.15<v1>41001 [info 2020/11/05 10:59:13.489 CET <FederatingManager1> tid=0x46] Initialization of region _notificationRegion_10.0.2.15<v1>41001 completed [info 2020/11/05 10:59:13.724 CET <Function Execution Processor2> tid=0x4b] Received request for configuration: [] [info 2020/11/05 10:59:13.726 CET <Function Execution Processor2> tid=0x4b] Building up configuration response with following configurations: [cluster] [info 2020/11/05 10:59:28.397 CET <RMI TCP Connection(4)-127.0.0.1> tid=0x41] Executing command: create region --name=region2 --type=PARTITION [info 2020/11/05 10:59:28.900 CET <RMI TCP Connection(7)-127.0.0.1> tid=0x52] Executing command: create region --name=region1 --type=PARTITION [info 2020/11/05 10:59:28.931 CET <RMI TCP Connection(8)-127.0.0.1> tid=0x53] Executing command: create region --name=region3 --type=PARTITION [error 2020/11/05 10:59:29.034 CET <RMI TCP Connection(7)-127.0.0.1> tid=0x52] Could not execute "create region --name=region1 --type=PARTITION". java.lang.RuntimeException at org.apache.geode.internal.config.JAXBService.unMarshall(JAXBService.java:157) at org.apache.geode.management.internal.cli.commands.CreateRegionCommand.createRegion(CreateRegionCommand.java:522) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:282) at org.apache.geode.management.internal.cli.remote.CommandExecutor.callInvokeMethod(CommandExecutor.java:139) at org.apache.geode.management.internal.cli.remote.CommandExecutor.invokeCommand(CommandExecutor.java:149) at org.apache.geode.management.internal.cli.remote.CommandExecutor.execute(CommandExecutor.java:77) at org.apache.geode.management.internal.cli.remote.CommandExecutor.execute(CommandExecutor.java:61) at org.apache.geode.management.internal.cli.remote.OnlineCommandProcessor.executeCommand(OnlineCommandProcessor.java:132) at org.apache.geode.management.internal.cli.remote.OnlineCommandProcessor.executeCommandReturningJson(OnlineCommandProcessor.java:138) at org.apache.geode.management.internal.beans.MemberMBeanBridge.processCommand(MemberMBeanBridge.java:1237) at org.apache.geode.management.internal.beans.MemberMBean.processCommand(MemberMBean.java:424) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:72) at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:276) at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:193) at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:175) at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:117) at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:54) at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237) at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138) at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801) at com.sun.jmx.remote.security.MBeanServerAccessController.invoke(MBeanServerAccessController.java:468) at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1468) at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76) at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309) at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401) at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:829) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) at sun.rmi.transport.Transport$1.run(Transport.java:200) at sun.rmi.transport.Transport$1.run(Transport.java:197) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:196) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: javax.xml.bind.UnmarshalException - with linked exception: [org.xml.sax.SAXException: FWK005 parse may not be called while parsing.] at javax.xml.bind.helpers.AbstractUnmarshallerImpl.createUnmarshalException(AbstractUnmarshallerImpl.java:335) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.createUnmarshalException(UnmarshallerImpl.java:548) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:234) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:206) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:258) at org.apache.geode.internal.config.JAXBService.unMarshall(JAXBService.java:155) ... 55 more Caused by: org.xml.sax.SAXException: FWK005 parse may not be called while parsing. at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1253) at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:357) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:228) ... 58 more [error 2020/11/05 10:59:29.035 CET <RMI TCP Connection(4)-127.0.0.1> tid=0x41] Could not execute "create region --name=region2 --type=PARTITION". java.lang.RuntimeException at org.apache.geode.internal.config.JAXBService.unMarshall(JAXBService.java:157) at org.apache.geode.management.internal.cli.commands.CreateRegionCommand.createRegion(CreateRegionCommand.java:522) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:282) at org.apache.geode.management.internal.cli.remote.CommandExecutor.callInvokeMethod(CommandExecutor.java:139) at org.apache.geode.management.internal.cli.remote.CommandExecutor.invokeCommand(CommandExecutor.java:149) at org.apache.geode.management.internal.cli.remote.CommandExecutor.execute(CommandExecutor.java:77) at org.apache.geode.management.internal.cli.remote.CommandExecutor.execute(CommandExecutor.java:61) at org.apache.geode.management.internal.cli.remote.OnlineCommandProcessor.executeCommand(OnlineCommandProcessor.java:132) at org.apache.geode.management.internal.cli.remote.OnlineCommandProcessor.executeCommandReturningJson(OnlineCommandProcessor.java:138) at org.apache.geode.management.internal.beans.MemberMBeanBridge.processCommand(MemberMBeanBridge.java:1237) at org.apache.geode.management.internal.beans.MemberMBean.processCommand(MemberMBean.java:424) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:72) at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:276) at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:193) at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:175) at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:117) at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:54) at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237) at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138) at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801) at com.sun.jmx.remote.security.MBeanServerAccessController.invoke(MBeanServerAccessController.java:468) at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1468) at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76) at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309) at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401) at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:829) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) at sun.rmi.transport.Transport$1.run(Transport.java:200) at sun.rmi.transport.Transport$1.run(Transport.java:197) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:196) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NullPointerException at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$State.access$400(UnmarshallingContext.java:183) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.clearStates(UnmarshallingContext.java:451) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:233) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:206) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:258) at org.apache.geode.internal.config.JAXBService.unMarshall(JAXBService.java:155) ... 55 more [info 2020/11/05 11:00:08.924 CET <RMI TCP Connection(11)-127.0.0.1> tid=0x53] Executing command: list regions [info 2020/11/05 11:00:56.499 CET <RMI TCP Connection(12)-127.0.0.1> tid=0x59] Executing command: put --region=region1 --key="1" --value="1" [info 2020/11/05 11:00:56.500 CET <RMI TCP Connection(12)-127.0.0.1> tid=0x59] Cache instance for put: org.apache.geode.internal.cache.InternalCacheForClientAccess@4438938e [info 2020/11/05 11:01:29.317 CET <RMI TCP Connection(12)-127.0.0.1> tid=0x59] Executing command: query --query="select * from /region1" [info 2020/11/05 11:02:36.498 CET <RMI TCP Connection(12)-127.0.0.1> tid=0x59] Executing command: create index --name=index --expression=aaa --type=range --region=/region1 [info 2020/11/05 11:03:02.665 CET <RMI TCP Connection(12)-127.0.0.1> tid=0x59] Executing command: put --region=region3 --key="1" --value="1" [info 2020/11/05 11:03:02.665 CET <RMI TCP Connection(12)-127.0.0.1> tid=0x59] Cache instance for put: org.apache.geode.internal.cache.InternalCacheForClientAccess@4438938e [info 2020/11/05 11:03:06.336 CET <RMI TCP Connection(12)-127.0.0.1> tid=0x59] Executing command: query --query="select * from /region3" [info 2020/11/05 11:03:10.425 CET <RMI TCP Connection(12)-127.0.0.1> tid=0x59] Executing command: create index --name=index --expression=aaa --type=range --region=/region3