hi John, On Tue, Jun 30, 2009 at 2:47 PM, John Thornborrow<[email protected]> wrote: > We're attempting to run a Pharo image as Headless as a Service on > Windows XP. > > We've successfully done this before, but now we're using a later image > (and exupery vm) it is unable to fully initialize. Squeak.exe is visible > in Task manager. > > I don't even know where to start looking for more information so any > help is appreciated :) > > I know it's not working because it is only supposed to start, run some > specs/tests, then exit the image. When running this manually in the > command prompt, it behaves as expected (with and without the -headless > opt) but when run as service (SYSTEM user) it starts, but does nothing. > Presumably because of Morphic and no user environment for SYSTEM?
last time I had a similar problem it was related to SqueakV39.sources that was not present when using Squeak as a service. -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
