Results 1 to 2 of 2
Hi,
Please help me, I have got the error while running my application on linux Red Hat machine (2.4),
Runtime error:
syscall.c : 399: sce: /tmp/cs.sc.shared-500:: can't stat: no such ...
- 08-16-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 1
Runtime error: syscall.c : 399: sce: /tmp/cs.sc.shared-500:: can't stat: no such
Hi,
Please help me, I have got the error while running my application on linux Red Hat machine (2.4),
Runtime error:
syscall.c : 399: sce: /tmp/cs.sc.shared-500:: can't stat: no such a file
or directory - probably no server ruing
In case of faced same problem and have solution, please share your solution, hint or idea for which would be help me to resolve the problem.
Thank you.
Rgards,
Datta
- 08-17-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
I take it you are running an application either you or some 3rd party wrote? Basically, it is saying that it cannot access a temporary file that it expects to be there. Perhaps it got unlinked. Is it a client application that has connected to some sort of server, such as MySQL? If so, perhaps the server shut down the connection because of inactivity on the part of the client. Without more information about your environment (Linux distribution+version, application running, etc), this is as far as one could surmise.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote