Hi
I wonder someone would be able to give some pointers on the ClientServer demo, I seem to get some errors when I try to populate items in the region. This is where I have got to so far
1) start the locator
c:\...\Dev\gemfire\vFabric_GemFire_6_student_labs_20120217\labs\03_ClientServer_
Solution>gemfire start-locator -port=41111 -dir=locator -properties=../gemfire.p
roperties -Xms50m -Xmx50m
2) start the cacheserver
c:\...\Dev\gemfire\vFabric_GemFire_6_student_labs_20120217\labs\03_ClientServer_
Solution>cacheserver start locators=localhost[41111] -server-port=41122 -J-Dgemf
ireProperyFile=../gemfire.properties -dir=server1 -J-Xms50m -J-Xmx50m
both look to be running ok ... then ...
3) run customerLoader
receive an error, the source of which appears to be "Region named /Customer was not found during 6.5 put request", however this Region does appear to be specified in the server and client xml files, also attached. I don't see anything in the log to do with the Customer Region being setup, not sure if I should expect that or not.
Log files are attached
Any pointers on what the issue is / how best to track is down appreciated. I am running with an evaluation license on a Windows PC running Windows 7, Java 6 update 37.
Many thanks