× Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…

T24 Login Error

More
7 years 1 month ago #20922 by Sun
T24 Login Error was created by Sun
User cannot login T24 with EX command. Message returns
jsh t24test ~ -->EX
../bnk.run/jBASEWORK/tmp_1: No such file or directory
** Error [ READLIST_ERROR ] **
READLIST operation failed , error number 2
Line 30 , Source S.REAL.TIME.RESET
Press C to continue
WRITE: No such file or directory
Line 30 , Source S.REAL.TIME.RESET
jBASE debugger->

run jshow, get message as below
jsh t24test ~ -->jshow -c EX
../bnk.run/jBASEWORK/tmp_1: No such file or directory
../bnk.run/jBASEWORK/tmp_1: No such file or directory
Executable: ../bnk.run/globusbin/EX.so
jBC main() version 4.1 Mon Oct 17 12:49:47 2005
jBC main() source file /source/R05.005/AIX_jbc41413
Executable (DUP!!): ../bnk.run/globusbin/EX
jBC main() version 4.1 Mon Oct 17 12:49:47 2005
jBC main() source file /source/R05.005/AIX_jbc41413

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus|G09-G13 TAFC|R05-R23 TAFJ|R19,R23-test
More
7 years 1 month ago - 7 years 1 month ago #20923 by VK
Replied by VK on topic T24 Login Error
Hi
does directory bnk.run/jBASEWORK exist? Are there enough rights for the current user?
Run the following in bnk.run (in bash):
ls -l | grep jBASEWORK

Cheers
VK
Last edit: 7 years 1 month ago by VK.

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #20924 by Sun
Replied by Sun on topic T24 Login Error
VK, thanks for you reply.

bnk.run/jBASEWORK is existing, but only file tmp_1 is missing in jBASEWORK. This is development unit and it has been working for long time. However I did not backup this unit. I have to find what it happened and how to fix this.

jsh t24test ~ -->ls -l | grep jBASEWORK
ls: 0653-341 The file | does not exist.
ls: 0653-341 The file grep does not exist.
jBASEWORK:
total 95648
-rw-rw-rw- 1 frtest t24test 401408 Apr 04 2013 tmp_
-rw-rw-rw- 1 frtest t24test 401408 Nov 03 18:47 tmp_0
-rw-rw-rw- 1 frtest t24test 401408 Sep 14 11:12 tmp_10
-rw-rw-rw- 1 frtest t24test 401408 Dec 10 2013 tmp_100
-rw-rw-rw- 1 frtest t24test 401408 Nov 06 2013 tmp_101
-rw-rw-rw- 1 frtest t24test 401408 Nov 06 2013 tmp_102

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #20925 by Sun
Replied by Sun on topic T24 Login Error
And there is very interesting thing. If I open two connections to this unit, the first connection showing error message, and not able to login T24

Last login: Tue Feb 7 11:42:33 GMT 2017 on /dev/pts/1 from pc10

../bnk.run/jBASEWORK/tmp_1: No such file or directory
../bnk.run/jBASEWORK/tmp_1: No such file or directory
START GLOBUS Y/N
%N
jsh t24test ~ -->ETS

and in the second connection, the error message is disappeared and T24 is working!
Last login: Tue Feb 7 12:28:00 GMT 2017 on /dev/pts/9 from pc10

START GLOBUS Y/N
%N
jsh t24test ~ -->ETS

Terminal type set to EBS-JBASE

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus|G09-G13 TAFC|R05-R23 TAFJ|R19,R23-test
More
7 years 1 month ago #20926 by VK
Replied by VK on topic T24 Login Error

ls: 0653-341 The file | does not exist.
ls: 0653-341 The file grep does not exist.


jsh doesn't allow redirection and pipes, launch bash first (or sh or ksh)

Anyway, check also the output of:
echo $JBCBASETMP

Cheers
VK

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus|G09-G13 TAFC|R05-R23 TAFJ|R19,R23-test
More
7 years 1 month ago #20927 by VK
Replied by VK on topic T24 Login Error
In addition, what's in your .profile about:
export JBCBASETMP=   ?????

Cheers
VK

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #20928 by Sun
Replied by Sun on topic T24 Login Error
jsh frtest ~ -->echo $JBCBASETMP
/t24/frtest/bnk/bnk.run/jBASEWORK/tmp_1

VK, I found the unit has this issue only when $JBCBASETMP point to tmp_1, because tmp_1 is missing in jBASEWORK.

I temporarily fix it by rename file tmp_xxx to tmp_1. But I still have to find how tmp_1 disappeared, at least user can login now.

Thanks for you help.

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus|G09-G13 TAFC|R05-R23 TAFJ|R19,R23-test
More
7 years 1 month ago - 7 years 1 month ago #20929 by VK
Replied by VK on topic T24 Login Error
Try the following:
export JBCBASETMP=$HOME/jBASEWORK/tmp_$TTYNO
Files in jBASEWORK should be recreated automatically upon user login; if they are not then there's a problem with access rights...

Cheers
VK
Last edit: 7 years 1 month ago by VK.

Please Log in or Create an account to join the conversation.

Time to create page: 0.117 seconds