GsDevKit_home icon indicating copy to clipboard operation
GsDevKit_home copied to clipboard

MessageNotUnderstood: receiver of "," is nil when startNetldi (likely $USER not defined)

Open victornoel opened this issue 6 years ago • 8 comments

Hi,

I'm trying to install GsDevKit_Home and during the execution of createStone devKit_33 3.3.0 (it is the same with 3.4), I get the following error:

=================
   GsDevKit script: startStone -b -N devKit_33
              path: /GsDevKit_home/bin/startStone
=================
 _____________________________________________________________________________
|             GemStone/S64 Object-Oriented Data Management System             |
|                   Copyright (C) GemTalk Systems 1986-2016                   |
|                            All rights reserved.                             |
+-----------------------------------------------------------------------------+
|    PROGRAM: WAITSTONE, GemStone Remote Process Utility                      |
|    VERSION: 3.3.0, Thu Jan 28 12:05:34 2016                                 |
|      BUILD: gss64_3_3_x_branch-38643                                        |
|  BUILT FOR: x86-64 (Linux)                                                  |
|       MODE: 64 bit                                                          |
| RUNNING ON: 4-CPU afff5849a211 x86_64 (Linux 4.14.5-1-ARCH #1 SMP PREEMPT Sun
| Dec 10 14:50:30 UTC 2017) 7885MB                                            |
| PROCESS ID: 274       DATE: 12/17/17 12:31:37 UTC                           |
|   USER IDS: REAL=root (0) EFFECTIVE=root (0)                                |
+-----------------------------------------------------------------------------+
|   GEMSTONE_NRS_ALL = #dir:$GEMSTONE_LOGDIR#log:%N%P.log                     |
|_____________________________________________________________________________|
waitstone[Error]: Network service !#dir:/GsDevKit_home/server/stones/devKit_33/logs#log:%N%P.log#server!devKit_33 was not found.
Network lookup failure; could not find server 'devKit_33' on host 'afff5849a211' because file not found: /opt/gemstone/locks/devKit_33..LCK;  service devKit_33 not found ; NetLDI service 'gs64ldi' not found on node 'localhost6' port 50377 :


Starting stone: devKit_33
--- 12/17/17 12:31:38.248 UTC ---
stopstone[Info]: GemStone version '3.3.0'
stopstone[Info]: Server 'devKit_33' is not running.
startstone[Info]: GemStone version '3.3.0'
startstone[Info]: Starting Stone repository monitor devKit_33.
startstone[Info]: GEMSTONE is: '/GsDevKit_home/server/stones/devKit_33/product'.
startstone[Info]: GEMSTONE_NRS_ALL is: '#dir:$GEMSTONE_LOGDIR#log:%N%P.log'.
startstone[Info]:  Ignoring  GEMSTONE_NRS_ALL for stone
startstone[Info]:
    GEMSTONE_SYS_CONF=/GsDevKit_home/server/stones/devKit_33/extents/system.conf
    GEMSTONE_EXE_CONF=/GsDevKit_home/server/stones/devKit_33/devKit_33.conf
startstone[Info]: Log file is '/GsDevKit_home/server/stones/devKit_33/logs/devKit_33.log'.
startstone[info]: GemStone server devKit_33 has been started, process 295

=================
   GsDevKit script: startNetldi devKit_33
              path: /GsDevKit_home/bin/startNetldi
=================
starting netldi devKit_33 

MessageNotUnderstood: receiver of "," is nil
UndefinedObject(Object)>>doesNotUnderstand: #,
UnixProcess>>processProxy:forkAndExec:arguments:environment:descriptors: in Block: [ :e | e , nullString ]
Array(SequenceableCollection)>>collect:
UnixProcess>>processProxy:forkAndExec:arguments:environment:descriptors:
ExternalUnixOSProcess>>forkChild
ExternalUnixOSProcess class>>forkAndExec:arguments:environment:descriptors:
UnixProcess>>forkAndExec:arguments:environment:descriptors:
UnixProcess>>forkJob:arguments:environment:descriptors:
GsDevKitStartnetldiCommandLineHandler class(GsDevKitAbstractCommandLineHandler class)>>runShellCommand:args:noError:
GsDevKitStartnetldiCommandLineHandler(GsDevKitAbstractCommandLineHandler)>>runShellCommand:args:
GsDevKitStartnetldiCommandLineHandler>>activate
GsDevKitStartnetldiCommandLineHandler 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: [ ...
Error on or near line 99 :: devKitCommandLine startnetldi devKit_33 :: devKitCommandLine startnetldi devKit_33
Error on or near line 72 :: startNetldi devKit_33 :: startNetldi devKit_33
Error on or near line 139 :: startStone -b -N devKit_33 :: startStone -b -N devKit_33
Error on or near line 169 :: newExtent -s /GsDevKit_home/server/stones/devKit_33/product/bin/extent0.seaside.dbf devKit_33 :: newExtent -s /GsDevKit_home/server/stones/devKit_33/product/bin/extent0.seaside.dbf devKit_33
Error on or near line 209 :: createStone devKit_33 3.3.0 :: createStone devKit_33 3.3.0

I'm not sure what is causing this, if you have an idea what I could try to look for, I can maybe help find the source of the problem.

victornoel avatar Dec 17 '17 12:12 victornoel