728x90

Please make sure that SHMEMKEY, WEBTOBDIR and PATH are set appropriately.

1. WEBTOBDIR is set to the correct version of WebtoB.

2. PATH includes the correct WebtoB bin directory.

3. Re-run wscfl if WebtoB has been upgraded recently.

4. SHMKEY shared memory segment is not used by another WebtoB instance. errno=17(File exists)

BOOT0010: Failed to start process (/home/web/webtob/bin/wsm). exec failed. status=1 errno=10(No child processes)

[web@tmaxedu bin]$ 4. SHMKEY shared memory segment is not used by another WebtoB instance. errno=17(File exists)


경로 : /webtob/config/http.m
  → http.m을 vi 편집기로 열어서 수정해준다.
*NODE
tmaxedu WEBTOBDIR="/home/web/webtob",
                SHMKEY = 54000, → ("64000 으로 변경")
                DOCROOT="/home/web/webtob/docs",
                PORT = "8080",
                HTH = 1,
                #Group = "nobody",
                #User = "nobody",
                NODENAME = "$(NODENAME)",
                ERRORDOCUMENT = "503",
                JSVPORT = 9900,
                LOGGING = "log1",
                ERRORLOG = "log2",
                SYSLOG = "log3"

 - 항상 webtob 설정파일을 수정한 후에는 "ldconfig" 명령어를 입력해주고 부팅하면 성공할 것이다.

728x90
TOP