Hi-- I'd like to run a GLASS server on EC2, or at least play with it somewhere. But I can't get it to install anywhere. On a MacBook Air, I get: *** Now seeing if shared memory and semaphores are installed... shmget() failure errno = 22 (Invalid argument) Unable to use shared memory, size 10000 Kbytes ERROR: Shared memory and/or semaphores do not appear to be configured correctly on this system. You will need to reconfigure your kernel in order to do so. Please contact vendor vendor.apple for more information on how to do this on this machine. You may also wish to examine /Users/craig/Downloads/GemStone64Bit3.0.1-i386.Darwin/install/shmem. c for a simple test program that your system administrator may wish to use. This is not a GemStone problem. However, the nature of the problem will prevent GemStone from operating correctly. Please correct the problem, and reinstall GemStone. ERROR -- ERROR -- ERROR GemStone installation has FAILED. Please correct the above problems and then run the installation procedure again. GemStone will not run correctly until the installation script has completed successfully! *** On an Ubuntu 11 box I get: *** /home/craig/Downloads/GemStone64Bit3.0.1-x86_64.Linux/install/getdtablesize: 2: : not found /home/craig/Downloads/GemStone64Bit3.0.1-x86_64.Linux/install/getdtablesize: 3: : not found /home/craig/Downloads/GemStone64Bit3.0.1-x86_64.Linux/install/getdtablesize: 4: Syntax error: "(" unexpected /home/craig/Downloads/GemStone64Bit3.0.1-x86_64.Linux/install/getdtablesize: 1: ELF: not found ERROR: /home/craig/Downloads/GemStone64Bit3.0.1-x86_64.Linux/install/getdtablesize returned 2 after attempt to raise descriptor limit ERROR -- ERROR -- ERROR GemStone installation has FAILED. Please correct the above problems and then run the installation procedure again. GemStone will not run correctly until the installation script has completed successfully! *** On the virtual appliance I get what's in the attached pictures. Norbert has a "virtual gemstone" thing that I can't get running either; I'm speaking with him about that separately. Help? Thanks! -C -- Craig Latta www.netjam.org/resume +31 6 2757 7177 + 1 415 287 3547 QuickTime PlayerScreenshot002.jpg (134K) Download Attachment QuickTime PlayerScreenshot001.jpg (142K) Download Attachment Parallels DesktopScreenshot001.jpg (72K) Download Attachment |
Craig,
As an experiment on the Mac try going to http://seaside.gemstone.com/jade and download the first link. It will ask for admin rights to configure some kernel settings. Others may chime in as well but this will be a start. I am headed to the airport to fly home after STIC. Sent from my iPhone On Mar 23, 2012, at 2:36 AM, Craig Latta <[hidden email]> wrote: > > Hi-- > > I'd like to run a GLASS server on EC2, or at least play with it > somewhere. But I can't get it to install anywhere. On a MacBook Air, I get: > > *** > > Now seeing if shared memory and semaphores are installed... > shmget() failure > errno = 22 (Invalid argument) > Unable to use shared memory, size 10000 Kbytes > ERROR: Shared memory and/or semaphores do not appear to be configured > correctly on this system. You will need to reconfigure your kernel in > order to do so. Please contact vendor vendor.apple for more > information on how to do this on this machine. You may also wish to > examine > /Users/craig/Downloads/GemStone64Bit3.0.1-i386.Darwin/install/shmem. > c for a simple test program that your > system administrator may wish to use. > This is not a GemStone problem. However, the nature of the problem will > prevent GemStone from operating correctly. Please correct the problem, > and reinstall GemStone. > ERROR -- ERROR -- ERROR > > GemStone installation has FAILED. Please correct the above problems and > then run the installation procedure again. > > GemStone will not run correctly until the installation script has > completed successfully! > > *** > > On an Ubuntu 11 box I get: > > *** > > /home/craig/Downloads/GemStone64Bit3.0.1-x86_64.Linux/install/getdtablesize: > 2: > : not found > /home/craig/Downloads/GemStone64Bit3.0.1-x86_64.Linux/install/getdtablesize: > 3: > : not found > /home/craig/Downloads/GemStone64Bit3.0.1-x86_64.Linux/install/getdtablesize: > 4: Syntax error: "(" unexpected > /home/craig/Downloads/GemStone64Bit3.0.1-x86_64.Linux/install/getdtablesize: > 1: ELF: not found > ERROR: > /home/craig/Downloads/GemStone64Bit3.0.1-x86_64.Linux/install/getdtablesize > returned 2 after attempt to raise descriptor limit > ERROR -- ERROR -- ERROR > > GemStone installation has FAILED. Please correct the above problems and > then run the installation procedure again. > > GemStone will not run correctly until the installation script has > completed successfully! > > *** > > On the virtual appliance I get what's in the attached pictures. > Norbert has a "virtual gemstone" thing that I can't get running either; > I'm speaking with him about that separately. > > > Help? Thanks! > > -C > > -- > Craig Latta > www.netjam.org/resume > +31 6 2757 7177 > + 1 415 287 3547 > <QuickTime PlayerScreenshot002.jpg> > <QuickTime PlayerScreenshot001.jpg> > <Parallels DesktopScreenshot001.jpg> |
In reply to this post by ccrraaiigg
Craig, On Linux see http://programminggems.wordpress.com/2008/09/05/setting-up-glass-on-slicehost/ and modify the instructions as appropriate, including using the 2.4 script. James Sent from my iPhone
|
Craig,
There is also Nick Ager's page: but it is down at the moment. Nick, could you bring up your server? I think you can also find my posts on this list where I walk through all of Nick's instructions. To be honest, I have found it more productive to develop on Pharo with Seaside and deploy my code to GLASS than to develop on my GLASS instance running on EC2. I do almost all of my development on my MacBook Air. What a great laptop, worth every penny. You're a musician, right? My Seaside site is www.practicemusic.com, and has a companion iPhone app, PracticeMusic. The site is designed to help musicians track their practice sessions, upload and share recordings, and interact socially. This is just the beginning, I launched a little while ago. Perhaps you can get some of your musician friends to try out my service. It's free. Forgive me for the crude website layout, I will be deploying a much nicer Twitter bootstrap formatted version soon, any day now. Regards, Larry Kellogg On Mar 23, 2012, at 6:19 AM, James Foster wrote:
|
I think the one you want is: http://nickager.com/blog/Installing-Gemstone-on-an-Amazon-EC2-Linux-instance/
Larry: I've finally applied the corrections you found when working through the instructions - thanks.
On 23 March 2012 10:44, Lawrence Kellogg <[hidden email]> wrote:
|
On Mar 23, 2012, at 10:32 AM, Nick Ager wrote: I think the one you want is: http://nickager.com/blog/Installing-Gemstone-on-an-Amazon-EC2-Linux-instance/ Thanks, Nick! Your tutorial was a lot of help in getting me through the process of installing Gemstone on EC2.
|
Free forum by Nabble | Edit this page |