[Glass] tode / pharo errors

Jon Paynter via Glass glass at lists.gemtalksystems.com
Tue Oct 20 15:54:23 PDT 2015


So after re-running the 32bit lib install a 2nd time, I was able to get the
pharo part of the installServer to complete, but now I get a new error:

   GsDevKit GemStone script: stopGemstone
=================
cmdLine= stopstone -i seaside DataCurator swordfish
--- 10/16/2014 21:03:56.480 UTC ---
stopstone[Info]: GemStone version '3.2.8'
stopstone[Info]: Server 'seaside' is not running.

...finished stopStone
Copy snapshot and remove tranlogs

New extent for seaside
        Copying extent file:
'/home/gemstone/GsDevKit_home/shared/downloads/products/GemStone64Bit3.2.8-x86_64.Linux/bin/extent0.seaside.dbf'

Error running shell command:
'/home/gemstone/GsDevKit_home/server/stones/seaside/product/bin/copydbf'
with args:

/home/gemstone/GsDevKit_home/shared/downloads/products/GemStone64Bit3.2.8-x86_64.Linux/bin/extent0.seaside.dbf

/home/gemstone/GsDevKit_home/server/stones/seaside/extents/extent0.dbf
STDOUT: '
Source file:
/home/gemstone/GsDevKit_home/shared/downloads/products/GemStone64Bit3.2.8-x86_64.Linux/bin/extent0.seaside.dbf
   File type: extent  fileId: 0
   ByteOrder: Intel (LSB first)  compatibilityLevel: 844
   Last checkpoint written at: 08/21/2015 19:58:34 UTC.
Destination file:
/home/gemstone/GsDevKit_home/server/stones/seaside/extents/extent0.dbf
   ByteOrder: Intel (LSB first)
    When writing rootPage with pageId = 17 ,
    Found current operating system clock = 1413493436 ,
    more than 10 seconds PRIOR to stone''s startup time = 1440187046.
    GemStone cannot continue running in the presence of a corrupted
    operating system clock.
write error on page 17
DBF error is not available.
'
STDERR: Error: Shell command:
'/home/gemstone/GsDevKit_home/server/stones/seaside/product/bin/copydbf'
failed.
GsDevKitNewExtentCommandLineHandler class(Object)>>error:
GsDevKitNewExtentCommandLineHandler
class(GsDevKitAbstractCommandLineHandler
class)>>runShellCommand:args:noError:
GsDevKitNewExtentCommandLineHandler(GsDevKitAbstractCommandLineHandler)>>runShellCommand:args:
GsDevKitNewExtentCommandLineHandler(GsDevKitAbstractStoneCommandLineHandler)>>copySnapshotExtent:
GsDevKitNewExtentCommandLineHandler>>newExtent
GsDevKitNewExtentCommandLineHandler>>activate
GsDevKitNewExtentCommandLineHandler class(CommandLineHandler
class)>>activateWith:
PharoCommandLineHandler(BasicCommandLineHandler)>>activateSubCommand: in
Block: [ aCommandLinehandler activateWith: commandLine ]
BlockClosure>>on:do:
PharoCommandLineHandler(BasicCommandLineHandler)>>activateSubCommand:
PharoCommandLineHandler(BasicCommandLineHandler)>>handleSubcommand
PharoCommandLineHandler(BasicCommandLineHandler)>>handleArgument:
PharoCommandLineHandler(BasicCommandLineHandler)>>activate in Block: [ self
handleArgument: (self arguments ifEmpty: [ ...etc...
BlockClosure>>on:do:
PharoCommandLineHandler(BasicCommandLineHandler)>>activate
PharoCommandLineHandler>>activate
PharoCommandLineHandler class(CommandLineHandler class)>>activateWith:
PharoCommandLineHandler class>>activateWith: in Block: [ super
activateWith: aCommandLine ]
WorldState>>runStepMethodsIn:
WorldMorph>>runStepMethods
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
WorldMorph>>doOneCycle
MorphicUIManager>>spawnNewProcess in Block: [ ...
BlockClosure>>newProcess in Block: [ ...

Also, on the chance that something got corrupted during my attempts to fix
things, I deleted /home/gemstone/GsDevKit_home and started with a fresh
clone.   I still get the same error.

ideas anyone?


On Tue, Oct 20, 2015 at 3:05 PM, Jon Paynter <kittle31 at gmail.com> wrote:

> As per Dale's advice im starting a new thread on this one.
>
> I run "installServer seaside 3.2.8
>
> and eventually receive this error:
>    GsDevKit script: create_gs_server_image -d
> /home/gemstone/GsDevKit_home/shared/pharo gsDevKitCommandLine
>               path:
> /home/gemstone/GsDevKit_home/shared/bin/create_gs_server_image
> =================
> create gsDevKitCommandLine.image image using
> /home/gemstone/GsDevKit_home/sys/default/pharo/gsDevKitCommandLineLoad.st
> ++ readlink /home/gemstone/GsDevKit_home/shared/pharo/pharo
> + DIR=
> + DIR=/home/gemstone/GsDevKit_home/shared/pharo/pharo
> ++ dirname /home/gemstone/GsDevKit_home/shared/pharo/pharo
> + DIR=/home/gemstone/GsDevKit_home/shared/pharo
> + cd /home/gemstone/GsDevKit_home/shared/pharo
> ++ pwd
> + DIR=/home/gemstone/GsDevKit_home/shared/pharo
> + cd -
> + set -f
> + /home/gemstone/GsDevKit_home/shared/pharo/pharo-vm/pharo --nodisplay
> /home/gemstone/GsDevKit_home/shared/pharo/Pharo.image save gsDevKitTmp
> /home/gemstone/GsDevKit_home/shared/pharo/pharo: line 12:
> /home/gemstone/GsDevKit_home/shared/pharo/pharo-vm/pharo: No such file or
> directory
>
> The file actually exists, but I cannot run it.  So either it is corrupt,
> or some dependent library is missing.
> gemstone at ubuntu:~/GsDevKit_home/shared/pharo/pharo-vm$ ls -l
> total 36176
>     .......
> -rwxrwxr-x 1 gemstone gemstone  1121206 May 15 16:29 pharo
>      ......
> gemstone at ubuntu:~/GsDevKit_home/shared/pharo/pharo-vm$ ./pharo
> -bash: ./pharo: No such file or directory
> gemstone at ubuntu:~/GsDevKit_home/shared/pharo/pharo-vm$ chmod +x pharo
> gemstone at ubuntu:~/GsDevKit_home/shared/pharo/pharo-vm$ ./pharo
> -bash: ./pharo: No such file or directory
>
>
> I attempted to follow the directions here:
> http://pharo.org/gnu-linux-installation#64-bit-System-Setup
> Since this is an ubuntu 12.04 VM, I tried the instructions to install via
> ppa, but that failed:
> gemstone at ubuntu:~$ sudo add-apt-repository ppa:pharo/stable
> [sudo] password for gemstone:
> sudo: add-apt-repository: command not found
>
>
> I previously installed the 32bit libraries, so everything should be
> present.   So im confused as to what is wrong.
>
> Aside from completely rebuilding my VM from scratch, any ideas on how to
> fix this?
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20151020/955ef3cc/attachment.html>


More information about the Glass mailing list