Starting up Glass

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Starting up Glass

Charles Monteiro
Hi all,

I installed the latest VMWare player and loaded the Glass appliance however, I
can  only get the Netldi process to run "ok".

I'm running on Windows 7 64 bit Pro, on an i7 with 6 gb ram.

Any clues ?

thanks in advance.

-Charles

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Starting up Glass

Dale Henrichs
Charles,

First thing to do is to check /opt/gemstone/log/seaside.log for error messages ...

I tried starting up a fresh vm on my desktop I have the following error:

    GemStone is attaching the Shared Cache using Stone name: seaside

 The stone was unable to start a cache page server on host '<stone's host>'.
Reason:  The cache monitor connect failed.
  NetLDI service 'gs64ldi' not found on node 'glass':

If you are seeing this error, you can work around the problem by manually starting the stone services:

  sudo /etc/init.d/gemstone restart
  sudo /etc/init.d/topaz restart

Meanwhile I'll have the guys here at VMware take a look at the startup issues.

Dale
 

----- Original Message -----
| From: "Charles Monteiro" <[hidden email]>
| To: [hidden email]
| Sent: Tuesday, September 13, 2011 4:07:07 AM
| Subject: [Seaside] Starting up Glass
|
| Hi all,
|
| I installed the latest VMWare player and loaded the Glass appliance
| however, I
| can  only get the Netldi process to run "ok".
|
| I'm running on Windows 7 64 bit Pro, on an i7 with 6 gb ram.
|
| Any clues ?
|
| thanks in advance.
|
| -Charles
|
| _______________________________________________
| seaside mailing list
| [hidden email]
| http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
|
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Starting up Glass

Charles Monteiro


Dale Henrichs <dhenrich <at> vmware.com> writes:

>
> Charles,
>
> First thing to do is to check /opt/gemstone/log/seaside.log for error messages
...

>
> I tried starting up a fresh vm on my desktop I have the following error:
>
>     GemStone is attaching the Shared Cache using Stone name: seaside
>
>  The stone was unable to start a cache page server on host '<stone's host>'.
> Reason:  The cache monitor connect failed.
>   NetLDI service 'gs64ldi' not found on node 'glass':
>
> If you are seeing this error, you can work around the problem by manually
starting the stone services:

>
>   sudo /etc/init.d/gemstone restart
>   sudo /etc/init.d/topaz restart
>
> Meanwhile I'll have the guys here at VMware take a look at the startup issues.
>
> Dale
>
>
>

yep, thats it. thanks. I'll try it the old fashioned way :)

yep, that's it. thanks, that's the way I got used to starting Gemstone way back
when :)


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Starting up Glass

Charles Monteiro
Charles Monteiro <charles <at> nycsmalltalk.org> writes:

>
>
> Dale Henrichs <dhenrich <at> vmware.com> writes:
>
> >
> > Charles,
> >
> > First thing to do is to check /opt/gemstone/log/seaside.log for error
messages

> ...
> >
> > I tried starting up a fresh vm on my desktop I have the following error:
> >
> >     GemStone is attaching the Shared Cache using Stone name: seaside
> >
> >  The stone was unable to start a cache page server on host '<stone's host>'.
> > Reason:  The cache monitor connect failed.
> >   NetLDI service 'gs64ldi' not found on node 'glass':
> >
> > If you are seeing this error, you can work around the problem by manually
> starting the stone services:
> >
> >   sudo /etc/init.d/gemstone restart
> >   sudo /etc/init.d/topaz restart
> >
> > Meanwhile I'll have the guys here at VMware take a look at the startup
issues.
> >
> > Dale
> >
> >
> >
>
> yep, thats it. thanks. I'll try it the old fashioned way :)
>
> yep, that's it. thanks, that's the way I got used to starting Gemstone way
back
> when :)
>
 Dale,

interesting enough my Asus Ep 121 tablet running Win 7 64
Home Premium had no issues with every service starting OK.

Wonder what the diff is that can affect this ?

I was running the virtual image of a USB passport drive , can it be a
performance thing ?

i.e. IO. On my tablet the virtual image is running on a SSD.



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Starting up Glass

Dale Henrichs
Charles,

Not sure ... I didn't have issues starting the appliance on my old laptop, but my current desktop machine gives me problems ... I am putting it down to a timing error where the netldi service doesn't finish it's startup before the stone tries to start ... I didn't work on the startup scripts, but I do remember that at the time, there were a handful of timing issues that caused fits ...

Dale

----- Original Message -----
| From: "Charles Monteiro" <[hidden email]>
| To: [hidden email]
| Sent: Tuesday, September 13, 2011 12:24:40 PM
| Subject: [Seaside] Re: Starting up Glass
|
| Charles Monteiro <charles <at> nycsmalltalk.org> writes:
|
| >
| >
| > Dale Henrichs <dhenrich <at> vmware.com> writes:
| >
| > >
| > > Charles,
| > >
| > > First thing to do is to check /opt/gemstone/log/seaside.log for
| > > error
| messages
| > ...
| > >
| > > I tried starting up a fresh vm on my desktop I have the following
| > > error:
| > >
| > >     GemStone is attaching the Shared Cache using Stone name:
| > >     seaside
| > >
| > >  The stone was unable to start a cache page server on host
| > >  '<stone's host>'.
| > > Reason:  The cache monitor connect failed.
| > >   NetLDI service 'gs64ldi' not found on node 'glass':
| > >
| > > If you are seeing this error, you can work around the problem by
| > > manually
| > starting the stone services:
| > >
| > >   sudo /etc/init.d/gemstone restart
| > >   sudo /etc/init.d/topaz restart
| > >
| > > Meanwhile I'll have the guys here at VMware take a look at the
| > > startup
| issues.
| > >
| > > Dale
| > >
| > >
| > >
| >
| > yep, thats it. thanks. I'll try it the old fashioned way :)
| >
| > yep, that's it. thanks, that's the way I got used to starting
| > Gemstone way
| back
| > when :)
| >
|  Dale,
|
| interesting enough my Asus Ep 121 tablet running Win 7 64
| Home Premium had no issues with every service starting OK.
|
| Wonder what the diff is that can affect this ?
|
| I was running the virtual image of a USB passport drive , can it be a
| performance thing ?
|
| i.e. IO. On my tablet the virtual image is running on a SSD.
|
|
|
| _______________________________________________
| seaside mailing list
| [hidden email]
| http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
|
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside