When I run a process on a machine in Boston to try to find the space in New York, and the space is undeployed, my process gets the CannotFindSpaceException sent to it.
When I run the process on a machine in California to try to find the space in New York, and the space is undeployed, my process never gets the CannotFindSpaceException sent to it. Is this because of the different time zones of the two machines? One exception I do get when running the process on a machine in California is CannotCreateSpaceException, if I have no value for gigaspace.url in this piece of code:
So CannotCreateSpaceException is sent to the process, but CannotFindSpaceException is never sent to the process.
↧