Hi,
I am having some trouble with my SmallWiki.
server _ SWKom startOn: 8888.
storage _ SWImageStorage new.
storage delay: 3 * 60.
server storage: storage.
When the delay expires, it stores a snapshot as expected but the VM
freezes up. There is some problem with the image it saves. It is not
runnable.
However eveything seems to work properly if I execute:
server storage snapshot.
before the delay expires. I can do this repeatedly, but if it is done
via the delay it hoses the image.
Has anyone else experienced this? I would appreciate any suggestions.
Thanks,
Maurice