MagmaServerConsole>>processOn: doesn't return

Udo Schneider Udo.Schneider at homeaddress.de
Thu Jan 22 11:20:59 UTC 2009


All,

I created a repository using:

MagmaRepositoryController
	create: 'C:\MagmaDBs\SeasideTutorial'
	root: Dictionary new.

I then tried to start a server instance using:

MagmaServerConsole new
	open: 'C:\MagmaDBs\SeasideTutorial';
  	processOn: 51001;
  	inspect.

However the #processOn: call does not return and thus no inspector is 
shown. If I do an emergency break using Meta-"." and press proceed I do
get the inspector and everything else works fine afterwards.

I tried this in all kind of images (vanilla 3.9 and 3.10, Damiens 3.9 
and 3.10 web images) - same result?

Any pointers?

CU,

Udo



More information about the Magma mailing list