Hi guys,
It's a while since I do not try to start local stones in my OSX box. I am trying to start a 3.3.3 stone now and I am getting this error (I am using latest GsDevKit_home): --- 12/14/17 09:35:55 -03 --- GemStone is unable to open the file $GEMSTONE_DATADIR/extent0.dbf reason = File is on NFS, $GEMSTONE_DATADIR/extent0.dbf An error occurred opening the repository for exclusive access. Stone startup has failed. Checking the extent, I cannot see anything obviosuly wrong: ❯ ls -la $GEMSTONE_DATADIR/extent0.dbf -rw-r--r-- 1 mariano staff 150994944 Feb 2 2017 /opt/gemstoneAdditions/GsDevKit_home/server/stones/quuveTesting333/extents/extent0.dbf And of course, this is not a NFS file system: ❯ sudo mount /dev/disk1s1 on / (apfs, local, journaled) devfs on /dev (devfs, local, nobrowse) /dev/disk1s4 on /private/var/vm (apfs, local, noexec, journaled, noatime, nobrowse) map -hosts on /net (autofs, nosuid, automounted, nobrowse) map auto_home on /home (autofs, automounted, nobrowse) /dev/disk2s2 on /Volumes/Seagate Backup Plus Drive (hfs, local, nodev, nosuid, journaled) com.apple.TimeMachine.2017-12-14-092610@/dev/disk1s1 on /Volumes/com.apple.TimeMachine.localsnapshots/Backups.backupdb/MacBook Pro/2017-12-14-092610/Macintosh HD (apfs, local, read-only, journaled, nobrowse) _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
On Thu, Dec 14, 2017 at 11:05 AM, Carlo <[hidden email]> wrote:
Thanks Carlo and James! You nailed it. It was exactly because of that, and yes, I have a SSD :)
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by GLASS mailing list
Mariano,
It's because you updated to MacOS High Sierra, which converted your file systems to apfs, which GemStone does not recognize as a local file sytem >/dev/disk1s1 on / (apfs, local, journaled) You can workaround this by setting STN_ALLOW_NFS_EXTENTS = TRUE; in the config file. This will be fixed in a future release. Norm On 12/14/2017 4:47 AM, Mariano Martinez
Peck via Glass wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |