On Thu, 2008-06-05 at 01:21 -0700, Raju wrote:
Hi,
When I tried to start the COB, the following error has been
reported. what could be the possible reason?
jsh globdev ~ -->START.TSM
START.TSM
Phantom process started on process id 1974300
[1974300] Done : tSA 1
jsh globdev ~ -->Pseudo-terminal will not be allocated because stdin
is not a terminal.
READ: Error 2007 occurred.
This usually means you have a corrupt file and the process is trying to drop in to the debugger. As there is no terminal associated with a background process, then the debugger has to just abort. To be honest i twill probably abort in the foreground too as I doubt it is using an environment that allows debugging. Seems like the START.TSM script needs a little work to make it more robust.
DEBUG aborting as background task
Line 81 , Source TEC.OUTPUT.ACTIVITY
If you have the source code for this program, line 81 will be a READ statement and the file variable will tell you which file is corrupt. You must fix this with the jcheck command. However, you need to work out why you got the corrupt file. Did someone edit it with vi? Did you use kill -9 on a background process (this is usually the culprit) - search the group for previous articles about file corruption and how to prevent it.
IMPORTANT: Type [T24] at the start of the subject line for questions specific to Globus/T24
^^^^^